Stage.allowsFullScreenInteractive is not accessible in any display state
Flash player v.11.3 introduced new display mode: FULL_SCREEN_INTERACTIVE.
Class Stage now has new property 'allowsFullScreenInteractive'. I tried to acces this property before entering in full screen interactive mode, after display state has become FULL_SCREEN_INTERACTIVE and after a user has accepted this mode. But in every case this property was unaccessible. What am I doing wrong. Can I check if full screen interactive mode is accessible before I try to enter this mode?
I prepared a test flash builder project, so you can check yourself that problem exists. Here is the link to the .zip archive - https://rapidshare.com/files/2804815017/FullScreenInteractiveAs3Test.zip
Any ideas?