| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2004
Posts: 2
|
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/tutorial...en/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! |
|
|
|
|
|
#2 |
|
Registered User
|
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
![]() Code:
fscommand("fullscreen", "true")
|
|
|
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: May 2004
Posts: 2
|
Quote:
I need javascript code, to open html page fullscreen with flash movie in center |
|
|
|
|
|
|
#4 |
|
Me
|
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 ![]() - Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|