Groups | Blog | Home
all groups > flash actionscript > february 2006 >

flash actionscript : Determine a labelled frame from a swf?


SunSeekerNC
2/22/2006 8:59:28 PM
Hi:

Let's say I have .swf A and B. Swf B is loaded into a mc in swf A through
loadMovie. Both swf A and B have labelled frames in them.

Is there a way that swf A can determine if swf B is on a particular named
(labelled) frame? For instance, when swf B (is loaded into swf A) and swf B
reaches a certain labelled frame, I want swf A to be able to determine that and
then do something.

Does that make sense?

Thanks,
Loren
blemmo
2/22/2006 11:11:08 PM
It does make sense, but unfortunately, it's not possible. You could get the
_currentframe as the frame number, but not the label. You have to know the
number of the frame or do it via variables.

greets,
blemmo
AddThis Social Bookmark Button