I'm having a weird display issue with swfobject in firefox.

My swf is 950x700.

var swfObjectVars = {};
var swfObjectParams = {wmode:'transparent'};
var swfObjectAttr = {};

 swfobject.embedSWF("ResAdmin.swf", "dashboard", "950", "700",
"10.0.0","js/
expressInstall.swf",swfObjectVars,swfObjectParams,swfObjectAttr);

But in firefox, it shows up at 760x560 and the swf is clipped instead
of resized. There's nothing hardcoded in my html or css to apply those
dimensions. Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to swfobj...@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to