vanitha
05-14-2001, 11:36 AM
I have created animation in flash. when i have exported into an exe format, i can view the menu as file,view,control etc. how can i remove the menu. explain with details
vanitha
Perlaki
05-14-2001, 03:21 PM
When I make an exe file, I use these commands at the beginning of the movie
fscommand ("fullscreen", "true");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Try them out. If you use these, it's good to create an exit/quit button as well:
on (release) {
fscommand ("quit");
}
Good luck
Si
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.