all groups > flash actionscript > september 2005 >
You're in the

flash actionscript

group:

hide player window bar


hide player window bar reuv
9/10/2005 6:13:18 PM
flash actionscript:
Is it a way to hide the flash player window bar when running movie ?
Re: hide player window bar Coldwynn
9/11/2005 12:46:29 AM
You can use fscommand("fullscreen", "true") to get full screen, but then the
user will have no way of closing this window or getting out of the movie. You
will need to incorporate a button within your movie that has a
fscommand("fullscreen", "false") to go back to showing the window bar and allow
the user to close the window.
Re: hide player window bar Ali_D_UK_2004
9/11/2005 11:10:13 AM
or you could just add command fscommand quit();
:D
AddThis Social Bookmark Button