as3 controlling main timeline from external swf

MSFX said

you don’t need to cast it as a movieclip, that’s why you’re getting the error…

Thank you MSFX!

I did something a little different, but you got me to the issue.

Thanks

var obj:Object=parent.parent.parent

then obj.yourtarget this won’t get error.

yuanhao_viva said

var obj:Object=parent.parent.parent

then obj.yourtarget this won’t get error.

OMFG, finally an answer that worked for me. Thanks and thanks timmylogue for your persistence.