PDA

View Full Version : If the movie have played



dethbanger
January 20th, 2003, 03:32 PM
I have an interesting problem

In my site i want to load into an specific MC different external swf files.

have no problems loading them, but, is there any way to load an swf file, just when the previous one finished?

i dont have the *.fla of the external *.swf files, and all are import protected

what can i do?

thank!

dethbanger

Danno
January 20th, 2003, 04:26 PM
sounds like you stole those .swf's

...

dethbanger
January 21st, 2003, 08:36 AM
No, they are not stolen, my bnoss just lost the original fla files

any ideas to make it work?

c0ldfusion
January 21st, 2003, 09:24 AM
just read your thread... i'm going to explain you how to solve your problem in a few hours, when i'll be sitting in my chair my place :)

the main idea is that loading externally .swf's is just like loading the main .swf ... you use almost the same coding as if you would do a preloader for the main movie..

i'll get back to that as I said, later... right now, gotta have some fresh air... it's my 10 minute break :)

ta - ta

dethbanger
January 21st, 2003, 09:55 AM
u rule!

thanks 4 the help!

c0ldfusion
January 21st, 2003, 04:07 PM
thx :)

so, u've understand? when 100% load, try and load the next .swf

if this is unclear to you, i can make the code and show you; just say so :)

dethbanger
January 22nd, 2003, 07:15 AM
my capabilities in actionscriopt are really poor, it would be a great help, if u could haelp me sending me a piece of code to make this thing work!


thanks!

c0ldfusion
January 22nd, 2003, 03:43 PM
well, for a start, read the following tutorial:

http://www.kirupa.com/developer/mx/loading.asp

when u finish reading, tell me

c0ldfusion
January 22nd, 2003, 03:44 PM
since your knowledge of actionscript is poor, i recommend you read all the articles at kirupa.com and then start working on different projects

dethbanger
January 22nd, 2003, 05:10 PM
i undestand all the facts in the tutorial, and i can use them without any probles, i only cant control the loading of external swf files, in a sequence, when the second file loads, just after the first finished preloading and finished playing

i sent the tutorial url, to several friends, and they all found it really usefull!

thanks again,

any ideas to help solve this problem?