Forum Moderators: open

Message Too Old, No Replies

Flash .swf in Dreamweaver webpage only play when viewed on a Mac

         

Firefly Designs

4:43 pm on Nov 1, 2005 (gmt 0)

10+ Year Member



I am workign on a couple websites that have a flash presentation in them. One of the sites works no problem and the others only show the flash presentation when viewed on a Mac. I am embedding the .swf file into Dreamweaver and uploading the .swf and html files but nothing seems to work I have done it the same way for all three. Could it be the flash file size?

Help anyone? : )

whoisgregg

8:59 pm on Nov 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Can you post the
<object .... </object>
portion of your code for us to look over? In Dreamweaver, select the Flash object, then switch to Code view and the relevant code should be highlighted.

Firefly Designs

4:10 am on Nov 8, 2005 (gmt 0)

10+ Year Member



Hey thank you for the quick response. Here is the code portion.

<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="100%" height="100%">
<param name="movie" value="kirkley.swf">
<param name="quality" value="high">
<embed src="kirkley.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>