| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Apr 2007
Posts: 131
|
Say I'm loading a swf in an empty movie clip. When using a preloader, it actually loads the elements on the first frame of the swf. Am I right? Are there any methods of loading multiple frames at once?
And, if I already have an instance of a movie clip on the stage on frame 1 (so it's preloaded) and the second frame contains the same movie clip, does it need to load again or it's been already loaded? Thanks. |
|
|
|
|
|
#2 |
|
>> RRRRAWR !! <<
Join Date: Feb 2005
Posts: 489
|
Hi h4x0r404,
to ensure that everything is loaded in your external .swf you can use a scene preloader emagine preparing your external swf with a preload scene and a content scene on the content scene you place a variable loadStatus = true where in the preload scene you do something like : ActionScript Code:
you can also use MovieClipLoader for this , i dont know what codestandart you are trying to use hope this helps
__________________
>>I know my english sucks, ... but I speak german. (this Signature was stolen from some french guy) BTW i am no religiouse Buddy i just played to much Warcraft Last edited by acolyte; 02-24-2008 at 08:51 PM.. |
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Nov 2007
Location: Minnesota, USA
Posts: 91
|
Hi!
I have been using this basic method for a preloader: ActionScript Code:
Which works well I think, but from what I understand the newer way is using the MovieClipLoader. I read somewhere on this site that there may be issues with the MovieClipLoader. So I was just wondering what you guys thought the advantages / disadvantages are for each method. It seems like the MovieClipLoader, in theory at least, is better and offers more flexibility. I thought these articles were really good... http://www.sitepoint.com/article/structure-flash-site http://www.sitepoint.com/article/steps-faster-flash |
|
|
|
|
|
#4 |
|
Banned by AS.org Staff
Join Date: Jan 2007
Location: Montréal, Québec
Posts: 14,075
|
Ask Xxneon about it!
![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FLVPlayback - any type of preloading method??! | moondust_82 | Components | 3 | 08-14-2009 10:09 AM |
| Preloading external swf | pero | ActionScript 2.0 | 1 | 11-11-2007 09:44 PM |
| control swf from a swf loaded inside that swf | dftho1 | Simple Stuff (Newbies) | 1 | 07-26-2007 02:05 PM |
| AS3 loads AS2 swf. AS2 swf not displayed | darbar | ActionScript 3.0 | 0 | 07-20-2007 10:12 PM |
| Detecting if an externally loaded swf has finished playing | veg1 | ActionScript 2.0 | 1 | 02-04-2007 06:55 AM |