fscommand FlashMX04
- Started
- Last post
- 6 Responses
- SirLawrence
need to do what I do not like in flash presentations: go full screen... Tutorial tells me fscommand will not work in Safari & IE on Mac. Any suggestions/solutions to how I can code a auto-fullscreen in Flash upon launch?
Gracias
- murmur0
When going full screen in a browser window, I use javascript to maximize the window. Then use a listener for the Stage.onResize event.
Not to certain how to do it chromeless though.
- SirLawrence0
thanks,
This Flash file is a CD presentation, not using a browser window. The fullscreen code needs to be in the flash file.
Would it be similar to the code used for Flash screensavers?I tried fscommand ("fullscreen", true) but this does not work (maybe it still works on PC, dunno)
hate waisting time over this ;-) heheh!
- tGP0
are you needing it to remain in a browser even though it is cd based?...
- gabriel20
yeah, just make it a fullscreen projector if you don't absolutely need to have it in a web browser...
- SirLawrence0
thanks guys,
the creepy thing is... with the fscommand code, it does not go fullscreen when testing the movie... Would this be 'just a mac' thing?? Don't have a PC here, so cannot run a test to see if it will workowh joy...
- SirLawrence0
ahah - bypassed the issue:
Placed a blank keyframe in the first frame of the movie & in all layers. In this first frame, in one layer, include only the FSCommand action to make the projector display fullscreen. Seems if there is too much happening in frame 1, this fullscreen action is not happening. And 1 blank frame blank at the start is not really seen.
Now it works on Mac.