In order to embed an audio player into a blog post, you will need to have the audio player’s source code. Usually the souce code will look very similar to the example below:

<object id=”MediaPlayer”  width=”640″ height=”150″ classid=”CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6″codebase = “http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701″standby = “Loading Microsoft Windows Media Player components…”type=”application/x-oleobject”><param name=”URL” value=”/media/myfile.mp3″><param name=”showcontrols” value=”true”><param name=”stretchtofit” value=”true”><PARAM NAME=”AutoStart” VALUE=”False”><embed width=”640″ height=”150″ src=”/media/myfile.mp3″ showcontrols=”true” stretchtofit=”true” pluginspage=”http://www.microsoft.com/Windows/MediaPlayer/” name=”MediaPlayer” autostart=”False” EnablePositionControls=”false” ShowPositionControls=”true” type=”application/x-mplayer2″></embed></object>

Then you may access Plugin->Insert Scripts->JavaScript or HTML Source, and paste your source code into the pop out dialog. When this is done, you will see that your audio player is properly embedded in your Blog Editor:

Embed an audio player into your blog post

Chrysanth WebStory This is WebStory!