How Do I Put This Code into a Post???
-
I want to put an embed .mp3 file in one of my wordpress so it streams live. Here is the code, any idea how I make it work?
<object type=”application/x-mplayer2″ classid=”6BF52A52-394A-11d3-B153-00C04F79FAA6″ height=”70″ width=”200″>
<param name=”fileName” value=”http://www.celtics247.com/podcasts/Celtics 247 Podcast 1.mp3″>
<param name=”URL” value=”http://www.celtics247.com/podcasts/Celtics 247 Podcast 1.mp3″>
<param name=”src” value=”http://www.celtics247.com/podcasts/Celtics 247 Podcast 1.mp3″>
<param name=”allownetworking” value=”internal”>
<param name=”allowScriptAccess” value=”never”>
<param name=”enableJSURL” value=”false”>
<param name=”enableHREF” value=”false”>
<param name=”saveEmbedTags” value=”true”>
</object>
The topic ‘How Do I Put This Code into a Post???’ is closed to new replies.