Log in

View Full Version : Myspace Flash looks different in IE and Firefox



picusdicus
05-28-2009, 11:03 AM
Hi!

I'm having trouble embedding a flash menu on a myspace site. The code I'm using is the following (the menu is just a test, it doesn't do anything yet):

[CODE]
<div style="position: absolute; top: 800px;width:1024px;height:60px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="60" width="1024">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.geocities.com/picusdicus/lesnuits/menu.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.geocities.com/picusdicus/lesnuits/menu.swf" height="60" width="1024" wmode="transparent" quality="high" />
</object>
</div>
[CODE]

The problem comes when I visualize it with IE and Safari. In Firefox it looks fine but when I visualize it on IE or Safari the menu looks tiny. I have seen that if I delete the div tag the wraps the object code, the flash movie looks as it should but it does not appear where I want to.

So, does anyone have any idea how to fix it so that it works fine in any browers?

Thanks!