maguskrool
Technical User
Hello.
I'm pretty sure this issue has been discussed before but I couldn't find a suitable answer.
I need my flash website to fill the whole browser window. In the 1st frame of my .fla file I used:
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
In the Publish Settings, I used 100% width and height and Default scale mode.
I even tried adding CSS styles to the .html file, defining padding and margin as 0px and applying them both to the body tag and to a custom class that was later applied to the object tag that embeds the .swf file on the html.
Still, the latest versions of Firefox, Safari and Opera (all on Mac OSX Leopard) still display a border around the website.
What can I do? Thanks in advance.
I'm pretty sure this issue has been discussed before but I couldn't find a suitable answer.
I need my flash website to fill the whole browser window. In the 1st frame of my .fla file I used:
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
In the Publish Settings, I used 100% width and height and Default scale mode.
I even tried adding CSS styles to the .html file, defining padding and margin as 0px and applying them both to the body tag and to a custom class that was later applied to the object tag that embeds the .swf file on the html.
Still, the latest versions of Firefox, Safari and Opera (all on Mac OSX Leopard) still display a border around the website.
What can I do? Thanks in advance.