This content has been marked as final.
Show 3 replies
-
1. Re: Fullscreen
Hafka78 Dec 20, 2010 4:09 AM (in response to Hafka78)Hi to all,
I was able to run a fullscreen mode in sis file. It appeared, that it was caused by my own mistake. Two firts questions still remain - Can I run a flash without flash player default controllers? I only need to see my own content.
Thanks in advice.
-
2. Re: Fullscreen
Paradigm May 10, 2012 3:17 AM (in response to Hafka78)You can if you don't mind sacrificing funtionality you can export using the "Actionscript 1.0" and "FlashPlayer 8" export options. Use the following FS Commands as Actions on the first frame anywhere on the time line:
fscommand("fullscreen", "true");
fscommand("allowscale", "true");
fscommand("resize", "true");
fscommand("showmenu", "false");
-
3. Re: Fullscreen
datedire Feb 23, 2013 5:18 AM (in response to Hafka78)Thank you Paradigm this is helpful

