Actually, the documents are unclear how full-screen mode is allowed or not, in ActionScript 3.
The only thing they are talking about is that if you try to switch to full-screen mode, and this is prohibited, you will get an exception that you can catch. This will not allow you to hide or show the full screen button.
There may be some way, but "residential", as you know, incomplete or short.
Perhaps you can read the value of the "fullscreen" parameter, whose default value is false, if you look at the root parameters of the object:
var keyStr:String; var valueStr:String; var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters; for (keyStr in paramObj) { valueStr = String(paramObj[keyStr]);
Strike> Edit: You noted that it is not returning to flashvars.
dlamblin
source share