Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-22-2001, 09:49 PM   #1
dave evans
Registered User
 
Join Date: Jul 2001
Posts: 8
Default

Hi i'm working on a projector and i would like to get to grips with the load movie operation and how the levels work, at the moment i am just using this script as a frame action and it seems to work,

loadMovieNum ("Video1.swf", 0);
This seems to call the .swf into my projector


loadMovieNum ("Video2.swf", 0);
unloadMovie ("Video1.swf");
This seems to work also, on the last frame of Video1.swf the above script loads a new movie and unloads the old my .swf's are in the same root directory as the projector and all seems well, what i dont understand is where the levels come into things,and i would like to understand this so if anyone has any info on good Tutorials on this it would be great, just to get my head around Levels and Target ect, TIA Dave.
dave evans is offline   Reply With Quote
Old 08-23-2001, 10:17 PM   #2
Pheonyx
Registered User
 
Join Date: Aug 2001
Posts: 27
Default

The levels are just what they say....what level the movie loads on. Just like layers. The main movie is always level 1 (or 0 I can't remember ) The layer number determins what goes on top of what. For instance, a movie in level 3 would cover up a movie in level 1. Just like a graphic in layer 3 would cover up a graphic in layer 1 (given that the layer 3 was above layer 1 of course) Hope that helps...hope I'm right too
Pheonyx is offline   Reply With Quote
Old 08-24-2001, 12:04 AM   #3
dave evans
Registered User
 
Join Date: Jul 2001
Posts: 8
Default Thanks

Thankyou for the explanation, so i geuss loding and unloading directly from the root of the cd in this case is ok however if it was a web based presentation it would be better to load the movies into the various levels with say a blank keyframe at the start and play them as required (so they are sitting there loaded and ready to play) would this be correct, regards Dave.
dave evans is offline   Reply With Quote
Old 08-24-2001, 01:52 AM   #4
Pheonyx
Registered User
 
Join Date: Aug 2001
Posts: 27
Cool

now you got it

or better yet, for web applications, don't load them all at the beginning, just load them when needed so the initial loading time isn't too long.
Pheonyx is offline   Reply With Quote
Old 08-24-2001, 03:38 AM   #5
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

PS - loading into empty MCs on the _root level is always the best way to go in my opinion. it allows for dynamic targetting (when you get to being a higher end scripter) and makes for easier manipulation of content.
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 08-26-2001, 09:34 AM   #6
Pheonyx
Registered User
 
Join Date: Aug 2001
Posts: 27
Default

wouldn't that make for more complicated scripting? Or is that not even a factor?
Pheonyx is offline   Reply With Quote
Old 08-27-2001, 06:56 AM   #7
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

It's really a matter of personal opinion but I find that loading into MCs makes for easier manipulation of visual objects and makes for easier scripting. for instance, you can dynamically reference MC paths but dynamically constructing a level path is more ugly...
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 08-27-2001, 08:39 PM   #8
Pheonyx
Registered User
 
Join Date: Aug 2001
Posts: 27
Red face

ah good thinkin....
Pheonyx 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem With Loading MovieClip Into SUB movie JakeMX Components 2 07-28-2004 11:07 PM
load movie into another movie anbis ActionScript 1.0 (and below) 0 07-27-2004 03:14 PM
Visible movie when load jundat ActionScript 1.0 (and below) 2 06-29-2003 12:37 PM
Print command doesn't work from external movie. vladc77 ActionScript 1.0 (and below) 1 05-20-2003 02:40 AM
load a movie into a movie but then load an other movie into that loaded movie ? lesaint ActionScript 1.0 (and below) 1 03-23-2002 10:16 PM


All times are GMT. The time now is 01:58 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.