|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Multiple swf - loadmovie?
Hiya, need some help!
I have 3 swf movies on my site(1,2 & 3). The buttons are on nr 2 swf, i want them to open different swf movies in nr 3 swf, is that at all possible? Or have the buttons on nr2 swf tell nr3 swf to jump to another frame or scene? plz help. |
|
#2
|
|||
|
|||
|
Hi, I think you could do something like:
_parent.movie3.gotoAndPlay(2); or: _parent._parent.movie3.gotoAndPlay(2); Basically tracking back up the tree and then down again to the third child movie. |
|
#3
|
||||
|
||||
|
Oki thx.
But this is how the code looks like; </TABLE> <TABLE BACKGROUND="images/middle2.jpg" WIDTH="1024" HEIGHT="295" TOPMARGIN="5" style="margin-left: 0; margin-top: 4" WIDTH=1024 HEIGHT=300 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD> <embed width="330" height="295" src="movies/info2.swf" align="left" SCALE="exactfit" WMODE="transparent"> <P> <embed width="192,5" height="295" src="movies/images4.swf" align="left" SCALE="exactfit" WMODE="transparent" hspace="120" style="margin-left: 135; margin-right: 0"><embed width="246" height="246" src="movies/movie.swf" align="left" SCALE="exactfit" WMODE="transparent" style="margin-left: 50; margin-top: 0; margin-bottom: 0"></TD> </TR> </TABLE> I tried to do as u said but i couldent get it to work ![]() Iwant the buttons in images4.swf to play differnt movies in the movie.swf or different scenes. Plz try and help me some more and thx again. Last edited by Bourne74 : January 29th, 2004 at 05:23 AM. |
|
#4
|
|||
|
|||
|
Hi, I dont tend to make sites as you appear to. I either go all flash or non flash. I think you can do what you want with the local connection object.
LocalConnection.connect That's just some information to get you started off. |
|
#5
|
||||
|
||||
|
Thx alot, but i'm doing it all in flash now, seems easier.
Surely i will post more problems later, but thx so much for now. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Multiple swf - loadmovie? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|