PDA

View Full Version : Embed Flash Player in CMS


doemasters
03-09-2010, 01:53 AM
Just curious if anyone knows how to embed a flash jukebox in a widget. I created one and did html and the player will come up but no sound. Here is the code i used below

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="170" height="75">
<param name="MOVIE" value="http://doemasters.com/Player010-Black.swf">
<param name="QUALITY" value="HIGH">
<embed src="http://doemasters.com/Player010-Black.swf"
quality="high"
type="application/x-shockwave-flash"
width="170" height="75"
>
</embed></object>
</body>


Here is a page showing an example of what the player will look like

http://doemasters.com/jukebox.html

here is the swf page

http://doemasters.com/Player010-Black.swf


Any advice would be awesome

Thanks