Log in

View Full Version : Removing the Menu and Title bars from a projector



dcstow
11-07-2007, 10:07 PM
I have been looking for a cheap way to accomplish this. The main reason is so that I can disable resize of the projector window.

SWF Studio (http://www.northcode.com/swfstudio.php) will do what I want, but it is quite expensive.

Does anyone have or know of a cheaper, preferably free, way to do this?

BLiZZaRD
11-08-2007, 04:18 AM
You can view this thread (http://www.actionscript.org/forums/showthread.php3?t=112319) for names of applications. Personally I wouldn't go with any "free" method of doing this.

If however all you want to do is disable resizing add this to your first frame:



fscommand ("allowscale", "false");
fscommand ("fullscreen", "false");


Or you can change the "false" to "true" and force full screen so that's all they see.

dcstow
11-08-2007, 04:42 AM
Hrmm.. I had no luck using those fscommand's. I checked most of the products in that thread. Thanks for the link.

I also came across another program, SWF Toolbox (http://www.eltima.com/products/swf-tools/). It appears to do what I need, and should be within my budget. Any opinions on this product?


Thanks for the help, it's appreciated muchly :)

BLiZZaRD
11-09-2007, 04:09 AM
SWF_* has some good programs. I haven't heard anything bad about them.