jbwebdesign Posted April 13, 2010 Report Posted April 13, 2010 hello everyone, I am having a problem with sizing in firefox. i am working on a website and i see the clock on the right hand side and the scroll under it fine but when i look at it in firefox, i see it really big and out of place. I'm not sure why, can anyone please help with this? here is my code: <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '350', 'height', '140', 'src', 'clock', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'transparent', 'devicefont', 'false', 'id', 'clock', 'bgcolor', '#000000', 'name', 'clock', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'clock', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="350" height="140" id="clock" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="clock.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#000000" /> <embed src="clock.swf" quality="high" wmode="transparent" bgcolor="#000000" width="350" height="140" name="clock" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> Quote
newseed Posted April 13, 2010 Report Posted April 13, 2010 I'm not a flash expert but the code looks ok to me. When I view the clock.swf by itself it fills the whole screen. Maybe the settings within that file is not set right? Quote
jbwebdesign Posted April 13, 2010 Author Report Posted April 13, 2010 i'm not sure what it could be.....i've been trying to figure this out but i think i'm going to have to resize the flash even though it will be a pain to do. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.