Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So I've put my swf into my site however if I zoom in with the browser the object box keeps its width and height but the embeded SWF shrinks. How do I make it so that it keeps with the zoom scale?


XML
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="900" HEIGHT="500" id="Yourfilename" ALIGN="">
         <PARAM NAME=movie VALUE="Main.swf">
         <PARAM NAME=quality VALUE=high>
         <PARAM NAME=bgcolor VALUE=#fffced>
         <EMBED src="Main.swf" quality=high bgcolor=#fffced WIDTH="900" HEIGHT="500" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900