From: FreddyU on
Hi everyone,

I was wondering if it was possible to use:

[h]fullScreen.onPress = function () {
fscommand("fullscreen", true);
};[/h]

on a website? This is what happens now:
http://inspiratdesign.x10hosting.com/fs_test.html

Pretty much nothing. I did enable the "Flash Only - Allow Fullscreen" option
in the publish settings.

I don't know if you can use the fscommand on the web... I really don't know
what I'm doing too much here, so if you could help me out, that would be great.

P.S. My button instance name is fullScreen, just to clear up any confusion.