SWF in Dreamweaver
Posted: Wed Jun 11, 2008 2:01 pm
Hello!
I have a problem. I added some SWF videos in a page created by Dreamweaver, but when I try to render it in a browser, nothing is played. Why? I'm doing something wrong?
Here is the code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=9,0,28,0" width="250" height="185">
<param name="movie" value="swf/unitplayer.swf">
<param name="quality" value="high">
<embed src="swf/unitplayer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download ... kwaveFlash" type="application/x-shockwave-flash" width="250" height="185"></embed>
</object>
Thanks
I have a problem. I added some SWF videos in a page created by Dreamweaver, but when I try to render it in a browser, nothing is played. Why? I'm doing something wrong?
Here is the code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=9,0,28,0" width="250" height="185">
<param name="movie" value="swf/unitplayer.swf">
<param name="quality" value="high">
<embed src="swf/unitplayer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download ... kwaveFlash" type="application/x-shockwave-flash" width="250" height="185"></embed>
</object>
Thanks