I am having a problem setting my program to run in full screen.
I’m creating a win projector in flash builder 4.5 (with flash 11.5) and I’ve tried using fscommands to do it and I just end up with a black screen… Is there a preferred way to set it to run in full screen from flash builder?
fscommand("fullscreen","true");
fscommand("allowscale","false");
Here try this simple code :
Also in the HTML file in which this SWF file is placed add the following to the Flash SWF Object:
Hope that works!