PDA

Volledige versie bekijken : pagina fullscreen beginnen


martie molenaar
%Europe/Berlin %512 %2009, 13:18
Beste FF'ers,

Ik wil mijn pagina fullscreen laten beginnen maar dit lukt niet.


// automatisch werkt niet
Stage.displayState = "fullScreen";

// en dit werkt wel:???:S
onMouseDown=function()
{
Stage.displayState = "fullScreen";
}


De werkt wel bij een button;

Hoe kan dit.?

Jan
%Europe/Berlin %544 %2009, 14:03
De werkt wel bij een button;

Hoe kan dit.? http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html
Security

End-user security was a key consideration in the implementation of this feature, and developers need to understand the following end-user, security-related restrictions and design content accordingly:
-
-
-
-The ActionScript that initiates full-screen mode can be called only in response to a mouse click or keypress. If it is called in other situations, it will be ignored (in ActionScript 2.0) or throw an exception (in ActionScript 3.0).
-
Groeten;
Jan