Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Can you use jQuery to detect the frame label?

$
0
0

Hi All,

 

I have a project and I want to detect the frame label that is currently playing. How do I use jQuery to detect?

 

Back in Actionscript 3, I would have used something like so :

 

if(mc.currentLabels[i].name=="label1"){

//something happens

}

 

How do I achieve that in jQuery? And where should I attach this to which event? CompositionReady?

 

Thanks!


Viewing all articles
Browse latest Browse all 9897

Trending Articles