Recipe 21.8. Making Fullscreen Flash ProjectorsProblemYou want a projector to play in fullscreen mode. SolutionUse the fscommand( ) ActionScript function to tell Flash to play in fullscreen mode. DiscussionYou can tell a projector to play fullscreen using the following ActionScript code:
fscommand("fullscreen", true);
|
Tripod >> 3pod Tips & Learning and manuals for educations