Hi,
I'm having problems combining fullscreen Flash, for any resolution,
that resizes with the browser with PopUpManager. I'm using swfobject
to embed the Flash using the following code:
var so = new SWFObject("ChartRenderer.swf", "Empower", "100%", "100%",
"9", "#FFFFFF");
so.addParam("scale", "show_all");
so.write("flashcontent");
I'm then setting the StageScaleMode to SHOW_ALL, so that the
application resizes with the browser window. However, when I display a
popup, if the screen resolution is lower than the size of my
application, the disabled-box doesn't cover the whole screen.
Can anybody help please?