View Full Version : Full Screen option in swf file
srinuseshu
06-26-2007, 06:05 AM
hi i have a swf file and i want to display that in full screen mode when i was just double clicked it.. how can i do that .. plz reply
thak you in advance & srinu
pediatrician
06-27-2007, 09:20 PM
hi i have a swf file and i want to display that in full screen mode when i was just double clicked it.. how can i do that .. plz reply
thak you in advance & srinu
You can get it:
1.use flash componets in flashMX (or flash8 :open flashMX project in flash8)
2.add this code in the first frame
fscommand("fullscreen", "true");
fscommand("allowscale", "false");
pediatrician
06-27-2007, 09:22 PM
hi i have a swf file and i want to display that in full screen mode when i was just double clicked it.. how can i do that .. plz reply
thak you in advance & srinu
You can get it:
1.use flash componets in flashMX or flash8 (open flashMX project in flash8)
2.add this code in the first frame
fscommand("fullscreen", "true");
fscommand("allowscale", "false");
srinuseshu
06-28-2007, 08:30 AM
thank you i got it ....but i found another problem with that
when i double clicked , it opened in full screen mode.... i modified my code slightly. i put a button
and when i was clicked it first time it becomes FULL SCREEN and second time when i was clicked it becomes NORMAL SCREEN(using some flag(true/false) variable). upto now ok... its working fine...
but the problem is when i was opened that swf file through InternetExplorer the fullscreen button did
not respond . I mean full screen button did not working. but when i was just double clicked that swf file
(defaultly it is opened in fmacromedia flash player 7.0) the full screen button worked well..as i told previously.... so i think understood my problem ..........so any solution for that.......... urgent plzzzzz........
thank you in adv & srinu
pediatrician
06-28-2007, 12:59 PM
but the problem is when i was opened that swf file through InternetExplorer the fullscreen button did not respond . I mean full screen button did not working. but when i was just double clicked that swf file
(defaultly it is opened in fmacromedia flash player 7.0) the full screen button worked well..as i told previously.... so i think understood my problem ..........so any solution for that.......... urgent plzzzzz........
thank you in adv & srinu
I am so sorry not to help you to get it .
but here are some clew:
in IE ,JS can do this job,but I do not know the right JS and how to do it .
JS something like press the key "F11"
srinuseshu
07-02-2007, 12:35 AM
is there any chances to get it?? how can we use that JS files ??
thank you in adv& srinu
Full Screen mode is a Flash 9 feature, if that helps