| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Apr 2001
Posts: 33
|
Object X is a symbol in both scenes of a flash movie. The first scene is loaded (including X) over the web... When the second scene loads, will X be loaded over again, or retained from the first scene?
Thanks, and sorry for the "a train leaves from Cleavland" IQ test format of this post; Jesse's querry got me taking one! (keyword: MENSA) Brian |
|
|
|
|
|
#2 |
|
Moderator
|
As long as both scenes are part of the same Movie, the object will be loaded.
|
|
|
|
|
|
|
|
|
#3 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Objects are loaded sequentially. An object used in scene 1 will be retained and needn't be reloaded in scene 2.
Cheers Jesse
__________________
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. |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Apr 2001
Posts: 33
|
thanks everyone...
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2001
Posts: 33
|
What about large file-sized objects used twice within the same scene? They are not loaded twice, but once and then simply repeated, right?
|
|
|
|
|
|
#6 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
If you import a 100kB jpg into your library and use it on Frame 1 then again on Frame 50, it is still only loaded (downstream) once, although it might be loaded (from the library) more than once.
Cheers Jesse
__________________
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. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loading external images into array | geminity | ActionScript 2.0 | 0 | 02-14-2005 07:27 PM |
| External Loading bar... | darkstyle | ActionScript 2.0 | 0 | 12-04-2004 07:37 AM |
| Wait before the success of loading XML | vicshek | ActionScript 1.0 (and below) | 4 | 11-14-2003 06:58 AM |
| How to track status of external mc busy loading... | Pyralis_Ryu | ActionScript 1.0 (and below) | 0 | 04-09-2003 05:42 PM |