Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-01-2004, 07:22 PM   #1
vromma
Registered User
 
Join Date: May 2004
Posts: 2
Default [problem] fullscreen without resize flash movie

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!
vromma is offline   Reply With Quote
Old 09-02-2004, 11:51 AM   #2
Galaberg
Registered User
 
Join Date: Jan 2004
Location: Ireland
Posts: 39
Send a message via AIM to Galaberg Send a message via Yahoo to Galaberg
Default

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")
Galaberg is offline   Reply With Quote
Old 09-02-2004, 05:25 PM   #3
vromma
Registered User
 
Join Date: May 2004
Posts: 2
Default

Quote:
Originally Posted by Galaberg
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")
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
vromma is offline   Reply With Quote
Old 09-06-2004, 08:38 AM   #4
Ruben
Me
 
Ruben's Avatar
 
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 3,510
Send a message via MSN to Ruben Send a message via Skype™ to Ruben
Default

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."
Ruben is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:17 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.