i dont think align="top" is not a valid attribute. might try using a style instead?
style="vertical-align: top;" -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Barnes Sent: Saturday, April 10, 2004 5:11 PM To: CFAussie Mailing List Subject: [cfaussie] Mozllia & Alignment.. I've got a SWF thats basically setup like this: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash. cab#version=7,0,0,0" id="testWidget" width="100%" height="100%" align="top"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="flash/testWidget.swf" /> <param name="quality" value="best" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="wmode" value="transparent" /> <param name="bgcolor" value="#ffffff" /> <embed src="flash/testWidget.swf" quality="best" scale="noscale" salign="lt" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%" swLiveConnect=true id="testWidget" name="testWidget" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> Problem is though, that in IE the swf align itself to the TOP/LEFT corner of a DIV box? whilest in Mozilla it auto-centres? and i'm trying to get it not to. Its as if its got some clipping issue or something along those lines? Has anyone else had problems with a noscale swf solution? -- Regards, Scott Barnes - http://www.mossyblog.com http://www.bestrates.com.au --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
