Answers on MegaZine3 related questions
How to start a title in fullscreen?
First: this is not possible for the online version in a browser because of security restrictions,
But for an offline title (like a magazine copied on CD, DVD or memory stick), it is pretty simple to accomplish.
- Follow the instructions given in the Wiki article
- You insert this little snippet
<script type="text/javascript">// <![CDATA[ import flash.display.StageDisplayState; megazine.stage.displayState = StageDisplayState.FULL_SCREEN; // ]]>
either within a <foreground> or <background> tag
</script>
Last update on 14.07.2011 by Hans Nuecke.
