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