PDA

View Full Version : dreamweaver- swf file not showing after uploading to server



jpeterson3
October 23rd, 2005, 11:51 AM
I've got a dreamweaver file (index.htm), that has a swf file embeded in it. I've uploaded both the swf file and index.htm files to my server folder. When I try viewing it, everything comes up except the swf file. Dreamweaver says:
"Warning: Attributes and values for the EMBED tag vary by plug-in. Please check that all attributes and values are valid"... ANY HELP would be much appreciated, especially for my sanity. here's a little code for www.julianpeterson.com:

<body>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400" align="middle">
<param name="movie" value="julianmain.swf">
<param name="quality" value="high"><param name="BGCOLOR" value="#333333">
<embed src="julianmain.swf" width="550" height="400" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#333333"></embed>
</object>
</p>
<p align="center" class="style1"> &copy; 2005 Julian Peterson. All Rights Reserved.</p>
<p>&nbsp;</p>
</body>
</html>

iski
October 23rd, 2005, 06:00 PM
export your .fla into .swf again, your problem might be that you didn't export it correctly

Jeff Wheeler
October 23rd, 2005, 06:03 PM
Try following this tutorial:
http://alistapart.com/articles/flashsatay/

shams
November 9th, 2009, 08:42 AM
I Also have simmiler problem to Jepterson3, this swif used to work perfectly when using dreamweaver mx but when upgrated to cs3 it changed and it is not visible any more ... here is the link

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="220" height="200">
<param name="movie" value="images/the room.swf">
<param name="quality" value="high">
<embed src="images/the room.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="220" height="200"></embed>
</object>

actionAction
November 9th, 2009, 10:35 AM
Download Firebug for Firefox
Go to your site/localhost/whatever
Enable the Firebug panel
Switch to NET tab, select ALL
Refresh your page, look for any item that is Red.

Most likely, you are missing a file or have a bad reference.