Update
Fix "Action:Full window" and "Action:Full screen".
"Action:Full window" sets the size of player to the window size, it can be called at any time.
"Action:Full screen" is a real full screen mode, it only can be called after player had been initialized and under a user input like touch (sample capx), i.e "Action:Full screen" can not be called under condition:on start of layout.
Error will be shown at console if calls this action not under user input -
[quote:er2xvvfv]Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture.
imothep85
I am not sure if this updating is helpful for you (or not).