| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Apr 2005
Location: Toronto, Canada
Posts: 162
|
as 2.0 class question
I have a movie (mov1) on _root (_level0) that loads in another movie (mov2) onto _level1. now mov2 initiated an external custom XML class. This external XML class needs to access a movie on mov2, but external class files can only access the _root level. Is there a way for the class file to access a movie in mov2? ****NEVERMIND***** adding 'this' argument, when intiating the class, gives the class the absolute location of what movie it is being called from. var myXMLmenu = new XMLmenu(this); Last edited by tobor : 08-12-2005 at 14:43. |
|
|
|
![]() |