FullScreen mais duvidas

9 views
Skip to first unread message

thiagobl...@m2w.com.br

unread,
Dec 13, 2008, 11:39:01 AM12/13/08
to flexdev
Ola pessoal andei dando uma pesquisada aqui na lista e consegui
implementar o fullscreen em minha aplicaçao mas o problema é que nao
sei se sou eu ou a StageDisplayState nao implementa isso.
É o seguinte, toda vez que deixo a tela fullscreen ela fica
impossibilitada de fazer qlq coisa, tipo, escrever em um textinput ou
marcar um radiobutton, bem gostaria de saber o pq disse e se tem como
fazer isso funcionar???

Desde já obrigado....

Iuri Diniz

unread,
Dec 13, 2008, 11:43:05 AM12/13/08
to fle...@googlegroups.com
É uma medida de segurança do flash




--
Iuri Diniz
http://iuridiniz.com [Sou um agitador, não um advogado]
http://blog.igdium.com [Linux on Limbo]

Iuri Diniz

unread,
Dec 13, 2008, 11:49:13 AM12/13/08
to fle...@googlegroups.com


2008/12/13 Iuri Diniz <iuri...@gmail.com>

É uma medida de segurança do flash

2008/12/13 thiagobl...@m2w.com.br <thiagobl...@m2w.com.br>


Ola pessoal andei dando uma pesquisada aqui na lista e consegui
implementar o fullscreen em minha aplicaçao mas o problema é que nao
sei se sou eu ou a StageDisplayState nao implementa isso.
É o seguinte, toda vez que deixo a tela fullscreen ela fica
impossibilitada de fazer qlq coisa, tipo, escrever em um textinput ou
marcar um radiobutton, bem gostaria de saber o pq disse e se tem como
fazer isso funcionar???

Da documentação da Adobe, falando da restrição do teclado no fullscreen

Full-screen mode is initiated in response to a mouse click or key press by the user; the movie cannot change Stage.displayState without user input. Flash Player restricts keyboard input in full-screen mode. Acceptable keys include keyboard shortcuts that terminate full-screen mode and non-printing keys such as arrows, space, Shift, and Tab keys. Keyboard shortcuts that terminate full-screen mode are: Escape (Windows, Linux, and Mac), Control+W (Windows), Command+W (Mac), and Alt+F4.

A Flash Player dialog box appears over the movie when users enter full-screen mode to inform the users they are in full-screen mode and that they can press the Escape key to end full-screen mode.

http://livedocs.adobe.com/flex/3/langref/flash/display/Stage.html#displayState

thiagobl...@m2w.com.br

unread,
Dec 13, 2008, 12:06:21 PM12/13/08
to flexdev
Ahhh intendi... mas nao teria uma maneira de possibilitar isso?

On 13 dez, 14:49, "Iuri Diniz" <iuridi...@gmail.com> wrote:
> 2008/12/13 Iuri Diniz <iuridi...@gmail.com>
>
> > É uma medida de segurança do flash
>
> > 2008/12/13 thiagobloomfi...@m2w.com.br <thiagobloomfi...@m2w.com.br>
>
> >> Ola pessoal andei dando uma pesquisada aqui na lista e consegui
> >> implementar o fullscreen em minha aplicaçao mas o problema é que nao
> >> sei se sou eu ou a StageDisplayState nao implementa isso.
> >> É o seguinte, toda vez que deixo a tela fullscreen ela fica
> >> impossibilitada de fazer qlq coisa, tipo, escrever em um textinput ou
> >> marcar um radiobutton, bem gostaria de saber o pq disse e se tem como
> >> fazer isso funcionar???
>
> Da documentação da Adobe, falando da restrição do teclado no fullscreen
>
> *Full-screen mode is initiated in response to a mouse click or key press by
> the user; the movie cannot change Stage.displayState without user input. Flash
> Player restricts keyboard input in full-screen mode. Acceptable keys include
> keyboard shortcuts that terminate full-screen mode and non-printing keys
> such as arrows, space, Shift, and Tab keys. Keyboard shortcuts that
> terminate full-screen mode are: Escape (Windows, Linux, and Mac), Control+W
> (Windows), Command+W (Mac), and Alt+F4. *
>
> *A Flash Player dialog box appears over the movie when users enter
> full-screen mode to inform the users they are in full-screen mode and that
> they can press the Escape key to end full-screen mode.*http://livedocs.adobe.com/flex/3/langref/flash/display/Stage.html#dis...
>
> --
> Iuri Dinizhttp://iuridiniz.com[Sou um agitador, não um advogado]http://blog.igdium.com[Linux on Limbo]

Iuri Diniz

unread,
Dec 13, 2008, 12:22:10 PM12/13/08
to fle...@googlegroups.com
2008/12/13 thiagobl...@m2w.com.br <thiagobl...@m2w.com.br>

Ahhh intendi... mas nao teria uma maneira de possibilitar isso?


Segundo a mesma url que passei: http://livedocs.adobe.com/flex/3/langref/flash/display/Stage.html#displayState

These restrictions are not present for SWF content running in the stand-alone Flash Player or in AIR. AIR supports an interactive full-screen mode which allows keyboard input.

Ou seja o flash player plugin da Adobe quando executado no browser, não permite. Se existir outra forma será tratada como furo de segurança e poderá funcionar apenas por algum tempo, pois com certeza a adobe vai consertar depois.

Para isto, use AIR ou o Flash Player Presentation.

--
Iuri Diniz

thiagobl...@m2w.com.br

unread,
Dec 13, 2008, 4:38:01 PM12/13/08
to flexdev
Ahh vlw... obrigado

On 13 dez, 15:22, "Iuri Diniz" <iuridi...@gmail.com> wrote:
> 2008/12/13 thiagobloomfi...@m2w.com.br <thiagobloomfi...@m2w.com.br>
>
>
>
> > Ahhh intendi... mas nao teria uma maneira de possibilitar isso?
>
> Segundo a mesma url que passei:http://livedocs.adobe.com/flex/3/langref/flash/display/Stage.html#dis...
>
> *These restrictions are not present for SWF content running in the
> stand-alone Flash Player or in AIR. AIR supports an interactive full-screen
> mode which allows keyboard input.
> *
> Ou seja o flash player plugin da Adobe quando executado no browser, não
> permite. Se existir outra forma será tratada como furo de segurança e poderá
> funcionar apenas por algum tempo, pois com certeza a adobe vai consertar
> depois.
>
> Para isto, use AIR ou o Flash Player Presentation.
>
> --
> Iuri Dinizhttp://iuridiniz.com[Sou um agitador, não um advogado]http://blog.igdium.com[Linux on Limbo]

Iuri Diniz

unread,
Dec 14, 2008, 4:14:31 PM12/14/08
to fle...@googlegroups.com
Que tal fazer o fullscreen no navegador e não no flash?

// JavaScript
function newFull()
{
a=window.open('home.aspx','oesp','titlebar=yes,status=no,resizable=no,scrollbars=no,top=0,left=0,width='+screen.availWidth+',height='+screen.availHeight);
a.focus();
}




--
Iuri Diniz

Iuri Diniz

unread,
Dec 14, 2008, 5:19:35 PM12/14/08
to flexdev
O site da veja faz isto http://www.veja.com.br/acervodigital/ ai
lembrei do seu problema.

On Dec 14, 7:14 pm, "Iuri Diniz" <iuridi...@gmail.com> wrote:
> Que tal fazer o fullscreen no navegador e não no flash?
>
> // JavaScript
>
> function newFull()
> {
>         a=window.open('home.aspx','oesp','titlebar=yes,status=no,resizable=no,scrollbars=no,top=0,left=0,width='+screen.availWidth+',height='+screen.availHeight);
>         a.focus();
>
> }
>
> 2008/12/13 thiagobloomfi...@m2w.com.br <thiagobloomfi...@m2w.com.br>
>
>
>
>
>
> > Ahh vlw... obrigado
>
> > On 13 dez, 15:22, "Iuri Diniz" <iuridi...@gmail.com> wrote:
> > > 2008/12/13 thiagobloomfi...@m2w.com.br <thiagobloomfi...@m2w.com.br>
>
> > > > Ahhh intendi... mas nao teria uma maneira de possibilitar isso?
>
> > > Segundo a mesma url que passei:
> >http://livedocs.adobe.com/flex/3/langref/flash/display/Stage.html#dis...
>
> > > *These restrictions are not present for SWF content running in the
> > > stand-alone Flash Player or in AIR. AIR supports an interactive
> > full-screen
> > > mode which allows keyboard input.
> > > *
> > > Ou seja o flash player plugin da Adobe quando executado no browser, não
> > > permite. Se existir outra forma será tratada como furo de segurança e
> > poderá
> > > funcionar apenas por algum tempo, pois com certeza a adobe vai consertar
> > > depois.
>
> > > Para isto, use AIR ou o Flash Player Presentation.
>
> > > --
> > > Iuri Dinizhttp://iuridiniz.com[Souum agitador, não um advogado]
Reply all
Reply to author
Forward
0 new messages