Fullscreen listner

Saw someone did this on the forum

But i couldnt find that post! :frowning:

What he/she did was something like this:

[AS]
fsListner = new Object

fsListner.onChange = function (){
fscommande(“fullscreen”,true)
}
[/AS]

which makes users unable to exit fullscreen…
any ideas?