[flexcoders] error whenr .swf file tries to access variable like this Application.application.variableName

2009-04-09 Thread Jigar Kapadia
I amĀ loading a .swf file which is buit in FLEX 3 into an AIR project. and that .swf file again loads another .swf file I get error whenever .swf file tries to access variable like this Application.application.variableName How can it be fixed.? ~ Jigar

Re: [flexcoders] error whenr .swf file tries to access variable like this Application.application.variableName

2009-04-09 Thread Adrian Williams
Hi Jigar, Have you made sure that the variable you are trying to access is set to public? Also, which app level does the variable exist in...the main app or the first-loaded swf? And if you are getting an error, can you post the stack here please? Adrian Jigar Kapadia wrote: I am