i have a problem trying to acess a variable of my movie(Global2.swf) that is
loaded into a emptyMovieClip(swfHolder)
that is on my maintimeline(container.swf) stage.

I declare this code on my Global2.swf maintimeline:

_global.myGlobal2 = this;
counter = 2;


then try to access the variable unsucessfully from my
maintimeline(container.swf):

trace(myGlobal2.counter)//undefine


pS: is there any way i can attach a sample of my file in this mailing list?




--
Discipline can be painful, but it helps when you give it a chance.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to