swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] full screen with rfxview.sc


From: Pablo Rodríguez
Subject: [Swftools-common] full screen with rfxview.sc
Date: Fri, 02 Jan 2009 17:02:27 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081120)

Happy New Year to everyone :-).

I was trying to add full screen to http://swftools.org/rfxview.sc replacing the "z1.onRelease = function()" contents with the following lines:

        if(Stage["displayState"] == "normal"){
            Stage["displayState"] = "fullScreen";
        } else {
            Stage["displayState"] = "normal";
        }

Adding <param name="allowfullscreen" value="true"> and 'allowfullscreen="true"' to the embed tag, works (diff file at http://ousia.justfree.com/testing/diffs.txt).

But rfxview is not resizable (as already reported by http://lists.gnu.org/archive/html/swftools-common/2008-12/msg00093.html, probably due to the width and height definition to fixed lengths at lines 23-24 of the script), so it doesn't work fine.

Just in case anyone would be interested, the output can be found at http://ousia.justfree.com/testing/paper5-fs.html.

Greetings,


Pablo




reply via email to

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