-
Maximum screen size?
In Flash 8 Pro (WinXP): Is there a way to prevent the user from going full screen in the Flash Player and in the .EXE Projector?
fscommand("fullscreen",false)
opens the player at its intended resolution but doesn't keep the user from going fullscreen.
Any tip or hint?
Thnx
-
-
I need a version of the slideshow that will only play in a window of a given fixed size. It's part of the requirements of my client. I believe it is to be played from another application and it is to keep it's allotted screen real estate.
-
Put that command in an onEnterFrame?