Lambneck
05-12-2008, 03:42 AM
Hello,
how can I keep my embedded swf file from shrinking when the browser window is scaled down?
I set the height in the following code but it doesnt keep the swf from shrinking when the browser size is reduced. :confused:
<object id="Pictures" width="100%" height="90">
<param name="movie" value="ImageStrip.swf">
<embed src="ImageStrip.swf" width="100%" height="90">
</embed>
</object>
how can I keep my embedded swf file from shrinking when the browser window is scaled down?
I set the height in the following code but it doesnt keep the swf from shrinking when the browser size is reduced. :confused:
<object id="Pictures" width="100%" height="90">
<param name="movie" value="ImageStrip.swf">
<embed src="ImageStrip.swf" width="100%" height="90">
</embed>
</object>