swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] improving keyboard_viewer.swf


From: Matthias Kramm
Subject: Re: [Swftools-common] improving keyboard_viewer.swf
Date: Sun, 31 Oct 2010 19:17:21 -0700

2010/10/30 Pablo Rodríguez <address@hidden>:
> Hi there,
>
> I wonder whether it would be possible to improve the keyboard_viewer with
> the following code:
>
> if ((Key.getAscii() == 70) || (Key.getAscii() == 102)) {
>        if(Stage["displayState"] == "normal"){
>                Stage["displayState"] = "fullScreen";
>        } else {
>                Stage["displayState"] = "normal";
>        }
> }
>

Good idea!

> So this viewer could show Flash files in full screen (this would be
> essential for showing presentations). I have tried to investigate how to
> patch the viewer source myself, but it isn't swfc code, but C, and I have no
> idea how to do it.

I don't think we should fiddle with the old C version of the keyboard
viewer anymore.
keyboard_viewer.sc is in desparate need of being ported to swfc
anyway, so I think we should
do that, and then add the fullscreen code to the sc.

Matthias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]