Hello :)

first the Flashplayer of the user must be the FP 9.0.28.0 and >

read :
http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html

AS2 Test in flash :

btFull.onPress = function()
{
    Stage["displayState"] = "fullscreen" ;
}

btNormal.onPress = function()
{
    Stage["displayState"] = "normal" ;
}

In AS3 you can read :

http://drawk.wordpress.com/2007/06/12/howto-using-the-contextmenu-in-as3-with-fullscreen-mode-as-a-sample/

EKA+ :)

2007/7/27, Omar Fouad <[EMAIL PROTECTED]>:
>
> How can i make flash in a browser to show up in full screen like the
> youtube
> videos and here <http://www.tempsgraphie.com/isao/>??
>
> thanks
>
> --
> Omar M. Fouad - Digital Emotions
> http://www.omarfouad.net
>
> +2010 - 2346633 - +2012 - 2644441
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to