say i have some other swf’s in my library, will they load when someone comes on the main movie or will they load when i call them, say with a button click?
.swf’s in your library? I didn’t know you could have .swf’s in your library… or do you mean movie clips? Or are you talking about other .swf’s that you’re calling up to load in your main .swf? Sorry i can’t help til i know what exactly you’re talking about.
swfs that im calling up to load in my main swf
For swf’s being loaded, they won’t load until they are called on. Any external files (.jpg’s, .swf’s, .txt’s) don’t load until they’re actually loaded into a movie clip, like from a button click.
Hey yeah premade swf’s will load as movie clips into your main swf. Just make sure you give them instance names by right clicking on them and selecting linkage. Then export for actionscript, and give it an instance name.
Ok cool thats what i wanted to hear;)
so swfs are not part of movieclips than? I always thought that they were the same.
No, an .swf is the published form of an .fla file. When you load an .swf, you’re loading an external file. A Movie Clip is a symbol type in Flash, as in your three types being a graphic, a button, or a movie clip.