PDA

View Full Version : Preloading......???



j03y
August 12th, 2003, 02:09 AM
i have a mainmovie.swf then i divided it by 3 swf(s) *profile.swf - services.swf - projects.swf* using loadmovie - _level1, i preloaded the main movie and profile.swf.. but when i preload the swf files under profiles.swf the (loading... <--- text while loading) appears after 21kb is loaded... i used:

if (_framesloaded>=_totalframes) {
gotoAndStop (2);
} else {
gotoAndPlay (1);
}

i want to the loading text appears after the button is click.... it appears after 21 kb is loaded.. plss help....

upuaut
August 12th, 2003, 02:24 AM
I think that you are going to have to provide an attachment of your main FLA movie. The one that loads the others into it and contains the preloader part. It's a little hard to tell from that what's going wrong with it.

j03y
August 12th, 2003, 02:42 AM
i dont get it.. i think its bcuz of the main movie.. gosh.... help me plss...

j03y
August 12th, 2003, 02:51 AM
where will i attach it??? what will i do... :(

blah-de-blah
August 12th, 2003, 04:11 AM
uh theres a button which says 'attach files'...

008
August 12th, 2003, 05:48 AM
Try this.

Divide your movies in 3 scenes.

1st Scene: Preloader
Contains your preloader, i think, the one your're using is wright.
Just, remember to jump to the Main Scene when you finished it.

2nd Scene: Dummy ¡Very Important!
On this scene, you must drop all movieclips you will include later on the Main scene with "attachMovie" from your movie library.

3rd Scene: Main
All the movieclips you drop on the dummy scene, you must set link/attach properties like this...

- Export for ActionScript (Checked)
- Export in the first frame (UNCHECKED) ¡¡ IMPORTANT !!

Followin those steps, the flash player don't load anything before the first frame, where I think you put the text "loading..."

P.D.: Excuse me for my english.


Greetings from Granada (Spain), Jorge.