Hi again,

I am trying to call a function to a parent of a movieclip. I've tried these two items that I found but to no avail:

(this.parent.parent as MovieClip).callMedia(String("audio"));

AND:

MovieClip(parent.parent).callMedia(String("audio"));


Am I missing something? I'm finding that everything I took for granted in AS2 is now convoluted in AS3... I'm so frustrated.


--
Carl Welch
http://www.carlwelch.com
http://www.jointjam.com
[EMAIL PROTECTED]
805.403.4819




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to