I have an account at Lifelogger which hosts my audio files and provides a flash player to stream the audio. It has given me the following code to embed in the HTML of my webpage.
<object width="400" height="20"><param name="movie" value="http://lifelogger.com/common/flash/flvplayer/flvplayer_basic.swf?file=http://positivepeace.lifelogger.com/media/audio/229717_irosnrgieh_conv.flv&autoStart=false"></param><embed src="http://lifelogger.com/common/flash/flvplayer/flvplayer_basic.swf?file=http://positivepeace.lifelogger.com/media/audio/229717_irosnrgieh_conv.flv&autoStart=false" type="application/x-shockwave-flash" width="400" height="20"></embed></object>
When i inserted this in the html section, i didnt get the desired results. Please tell me what should i do?
In short I want to know how can i insert audio, flash or video into a post?