Pass captivate variable
i used following code on frame within swf imported cp4 slide. worked fine in as2. i'm wondering how write the same code in as3.
_parent._parent._parent.rdcmndnextslide = 1;
thanks
try:
movieclip(parent.parent.parent).rdcmndnextslide = 1;
More discussions in ActionScript 3
adobe
Comments
Post a Comment