Flash site set to display 100% (full screen) works fine in IE and Safari but is super small in firefox??? Any ideas?
TIA
Cort
Flash site set to display 100% (full screen) works fine in IE and Safari but is super small in firefox??? Any ideas?
TIA
Cort
What is the coding you use to force the full screen?
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
Under publish settings/html/dimensions; set to % and height (100) x width (100). Resulting code is <object.........version=7,0,0,0" width="100%" height="100%" id="index" align="middle"> and <embed src="index.swf" loop="false" quality="high" bgcolor="#000000" width="100%" height="100%" name="index" align= "middle".......>.
As mentioned it is only a problem for the firefox browser, granted this is a very small % of users but of course I have a client that loves it and wonders why my page is only 1 inch by 1 inch!
Thanks for the reply I've gotten none on the mozilla support forum.
Cort
Try encoding with:
fscommand("fullscreen","true")
This might do it instead of relying on the HTML to do the enlarging.
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
I thought fscommand("fullscreen","true") only effects a projector...not a .swf in a browser. Am I wrong?Originally Posted by ghstdrgns
You could very well be right. I have never had the problem, but remember reading about this somewhere in one of my many books.
Since I have not had this issue, I was just throwing stuff out there.
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!