I need to check from javascript that given flash object is in fullscreen mode. I know that there is stage.displayState property but how to access it using GetVariable? Or maybe there is another way?
Thanks.
P.S. If your know how to do that from any other language it is ok too.
you’ll probably need to add a function inside AS that you can call from the JS layer:
then, you should be able to call it from JS:
docs for ExternalInterface here, stage display state here.
hope that helps. cheers!