Embedding an audio file player…
-
So… I have a post into which I’d like to pop a little audio player. It’s a simple flash file (code below). But no matter what I do, the post keeps coming up completely blank!
I’ve checked the code in an HTML editor and it works fine otherwise. How can I embed a simple flash player like this in a post?
<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F15213986"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F15213986" type="application/x-shockwave-flash" width="100%"></embed> </object> <span><a href="http://soundcloud.com/hubbayarea/hub-stories-rippleq-storycorps">Hub Stories: RippleQ </a> by <a href="http://soundcloud.com/hubbayarea">hubbayarea</a></span>
The topic ‘Embedding an audio file player…’ is closed to new replies.