HTML5 target covering entire page?

Hi, is there a way to make my html5 project cover the entire page area?

In can see at the index.html generated by openfl a container object, “openfl-content” that is, indeed, set to cover 100% of width and height, but when the content is initialized at lime.embed (“openfl-content”, 800, 480, “000000”);, I guess, it sets a different size.

At my code I set my stage properties to StageScaleMode.NO_SCALE and StageAlign.TOP_LEFT and add a resize event to it so I can handle any size changes the way I want, but I need my content cover the entire browser page area for it to work…

In you project.xml, add this line :

<window width="0" height="0" if="html5" />