AS3. I have linked mc with name videoPanel in library. This mc has function statVideo() on his own timeline frame;
Then on main timeline I have code theVideo=new videoPanel(); panelItem.addChild(theVideo); and I want to play function startVideo, so theVideo.startVideo(); but that gives me error TypeError: Error #1006: startVideo is not a function. I can get any variables in theVideo but I can not get function. How to solve this problem in this situation? Thanks in advance. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

