PDA

View Full Version : External swf


FiDoDiDo
06-08-2006, 11:00 AM
hello everybady,

whene i click on a button on annimation 1, i play an external annimation 2 , it's works perfectly, but on this external annimation 2 there is another external annimation 3 need to bi played also, it's works but the annimation 2 disappear and i have only annimation 1 and annimation 3 .

The annimation 2 work perfectly, whene i clic on one of the buttons the annimation 3 works into the 2 , no prob at all.

but now i need to play the annimation 2 with 3 into the 1 without closing the annimation 2.


i'm not good in flash the reason why i don't give you the technical words


thnks much for your help

fidoodidoo

Navarone
06-08-2006, 01:00 PM
What does your code look like that loads the swfs. Are you using the loadMovie event?

FiDoDiDo
06-08-2006, 01:50 PM
whene i click on one of the annimation 2 button i'm using this :

on (release) {
loadMovieNum("man1.swf", 1);
}

the man1.swf is another external swf (annimation 3)


it's work, and also whene i'm on annimation 1 (the main page) , and i call the annimation 2 . but whene i call the annimation 3 (man1.swf) it's appear but the annimation 2 desappear.


complicated i know but i'm just beggin in flash and i'm trying to do somethink great :)

help me please

Navarone
06-08-2006, 03:30 PM
Ok, I think this is your problem, each time you click your buttons, you are loading the swf into the same level as the previous swf. This will cause one to disappear.

Try this, on your animation button 2 change the line of code from

loadMovieNum("man1.swf", 1);
//to this
loadMovieNum("man1.swf", 10);


then for animation button 3, change the value to 20.

FiDoDiDo
06-09-2006, 08:22 AM
thanks much man it's work :)

is someone have any good good tutorial of flash :) please


thx again

fidodido

Navarone
06-09-2006, 12:44 PM
Check out the tutorial section of the this forum.