Scuba_Steve
02-25-2008, 03:55 PM
Folks,
My Flash content keeps disappearing on me... it's "sorta" there, as the div containing it appears to be the proper size, but nothing displays within it.
The SWF is set up via ActionScript such that it resizes to fit the Stage height. To fill the browser, I have to embed this SWF with 100% height. That seems to be the root of this evil.
My script to embed is:
var so = new SWFObject("help_system.swf", "helpsystem", "300px", "100%", "8", "FFFFFF");
so.write("flashcontent");
If I change that "100%" to a fixed height, such as "100px", I have no problems with the display or the floating. So how do I go about embedding the SWF at 100% of the browser height without the Flash content just disappearing on me?
My Flash content keeps disappearing on me... it's "sorta" there, as the div containing it appears to be the proper size, but nothing displays within it.
The SWF is set up via ActionScript such that it resizes to fit the Stage height. To fill the browser, I have to embed this SWF with 100% height. That seems to be the root of this evil.
My script to embed is:
var so = new SWFObject("help_system.swf", "helpsystem", "300px", "100%", "8", "FFFFFF");
so.write("flashcontent");
If I change that "100%" to a fixed height, such as "100px", I have no problems with the display or the floating. So how do I go about embedding the SWF at 100% of the browser height without the Flash content just disappearing on me?