Here's a *really* simple one... I'm inserting a Flash movie into a html page. I want it to scale to 100% of the width of the containing div, which is set to 100% width and 150px height. Amazingly, IE6 Win is doing it properly, but Mozilla (1.5) Win is displaying extra "stuff" (ie where the Flash movie overlapped the stage) in a black area across the top and bottom when the browser window is scaled down. Safari on Mac gets it perfect and IE5 in Mac is so bad I don't even want to talk about. If I could just get it right for Moz on Win I'd be much, much happier. I don't know if that's an attribute in the embed tag, or a setting in the Flash movie...
Here's my html: <div style="width:100%;height:150px"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,29,0" data="img/movie.swf" width="100%" height="100%"> <param name="movie" value="img/movie.swf"> <param name="quality" value="high"> <param name="scale" value="exactfit"> <embed src="img/movie.swf" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit"></embed> </object> </div> Thanks a billion for any ideas, Kay. --- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
