PDA

View Full Version : [problem] fullscreen without resize flash movie


vromma
09-01-2004, 07:22 PM
i don't know if is right topic... i've search all topics and don't find answer for my problem


I'm making cd presentation in flash, actually i'm finished, now i have to make this movie play with autorun in fullscreen mode page, without scrolling, and if it's possible support all browser.
I've found this tutorial for fullscreen pop up
http://www.actionscript.org/tutorials/intermediate/launch_full_screen/index.shtml
i tried this code, but is not working for me, probably i'm doing something wrong, i'm not so good enough in this :(

So my question is, can somebody help me to undertsand how i can use this code?
Or
can somebody suggest better way to play my project in fullscreen, without resize my flash movie?

Thank you in advance!

Galaberg
09-02-2004, 11:51 AM
Havent seen it in a while but try putting this on a code layer on the first frame of your main movie....... did a profolio on cd a while back and it worked well for me. if you look up the flash help youll find a whole lot of other fscommands that will make yer presentation look more professional too ;)

fscommand("fullscreen", "true")

vromma
09-02-2004, 05:25 PM
Havent seen it in a while but try putting this on a code layer on the first frame of your main movie....... did a profolio on cd a while back and it worked well for me. if you look up the flash help youll find a whole lot of other fscommands that will make yer presentation look more professional too ;)

fscommand("fullscreen", "true")

maybe you don't understand me, i do know very well this fscommand and other AS cods, but if put this code in my flash movie, then whole movie will resize, i don't need this. Not so pretty
I need javascript code, to open html page fullscreen with flash movie in center

Ruben
09-06-2004, 08:38 AM
javascript-stuff you'll need:
- window.open();
- screen.availWidth;
- screen.availHeight;

also go to the publishsettings of your movie, make sure it publishes as html as well, then goto the html-tab and set the movie not to scale...

That's pretty much all you need, go look at w3schools.com or something for good popup-scripts :p

:) - Ruben