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!