Swf object not scaling in Google Chrome
Hello! I'm unable to make an swf file to fit the div size with html.
Here's my code:
<object id="objrUrl" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="525">
<param name="movie" value="file.swf">
<param name="quality" value="high">
<param name="scale" value="default">>
<param name="wmode" value="transparent">
<embed id="emSrc" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="700" height="525" src="file.swf" wmode="direct" quality="high">
</object>
I tried scale: default, exactFit, showAll;
What is the problem?
