|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Selective loadMovie versus global load
I have a movie with 50 frames. Each frame contains text and/or photos. I want to load a movie to appear only on certain designated frames (say on 21 but not on 22 or anywhere else, or maybe on frame 11, 18, 42, and 49 but no where else). UnloadMovie doesn't seem to be what I should be looking at. Is there a variable I can use to specifiy the frames I want the movie to load on?
|
|
#2
|
|||
|
|||
|
Hey!
What I would do is place a movie clip on the frames you want the movie to be displayed, and name it "myMC". Then, on the each of those frames just say
Code:
loadMovie("myMovie.swf", "myMC")
Hope that helps! |
|
#3
|
|||
|
|||
|
Thanks, I'll try that.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Selective loadMovie versus global load |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|