PDA

View Full Version : swf file Loading on Mac???



jbats
10 Dec 2007, 10:35 AM
Hello,
I am making an html page using dreamweaver 4. My problem is that I have a .swf file (made with fireworks 4) that I want to have automatically resize to fit various screen sizes. When I set the dimensions to percentages in dreamweaver, the page loads fine on my pc, but when it opens on a mac, the swf file will not load. When the dimensions are set to something specific, it loads fine. I am fairly new to this, and was wondering if anyone could advise me on how to have my page resize automatically while still loading on a mac. Please let me know if I didn’t give enough information, my question doesn’t make sense or I should post this somewhere else.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...ersion=5,0,0,0" width="450" height="338" align="middle">
<param name=movie value="WebShow.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="WebShow.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash" type="application/x-shockwave-flash" width="450" height="338" align="middle">
</embed>
</object>


thank you