January 25th, 2001, 06:14 AM
-
Has anyone had problems with the sizing of flash movies for Netscape?
In particular using percentages.
My movie appears exactly as planned in IE but in Netscape appears as a tiny spec in the middle of the screen. I'm using the latest version - so it's nothing to do with that..
I've been messing about with all the options available to the 'embed' tag - to no avail..
here's my script;
<table width="100%" height="70%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center"><object align="middle" width="100%" height="100%" classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#4,0,2,0">
<param name="SRC" value="skew1.swf">
<param name="QUALITY" value="high">
<param name="TYPE" value="application/x-shockwave-flash">
<param name="wmode" value="transparent">
<param name="BGCOLOR" value="#003333">
<param name="SCALE" value="showall">
<embed src="skew1.swf" align="middle" width="100%" height="100%" quality="high" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#003333" scale="showall" pluginspage="http://www.macromedia.com/shockwave/download/">
</embed>
</object></div>
</td>
</tr>
</table>
any help greatly appreciated!
cheers
Ben
January 25th, 2001, 09:45 AM
-
Using percent for a flashmovie within a table just doesn't work.
Have you tried using the div-tag only?
Steffen
February 8th, 2001, 10:27 PM
-
Size
Hi benabb,
suggest you use the following size for your flash movie:
778 x 434 pixels.
Cheers