oniell121
09-16-2009, 07:47 PM
Hey there, I'm constructing a couple classes to go along with my FLA. One is establishing a system for *gasp* emulation of Global Vars. The other is importing the global vars class, loading a XML file, then after the load is complete, runs a function that defines several vars inside of the global vars class. However, I am running into an issue when I try to run the class that defines that vars and loads the XML. It's difficult to describe, but the error it gives is
weather.as; line 26;
1119: Access of possibly undefined property target through a reference with static type Class.
Any ideas why it's complaining about my event target? I am attached the FLA, and both AS classes I've constructed. Background is that this is going to be a page that displays some information published by my weather station as XML. The FLA doesn't do anything right now except try to trace a defined var from MyWeather.as.
weather.as; line 26;
1119: Access of possibly undefined property target through a reference with static type Class.
Any ideas why it's complaining about my event target? I am attached the FLA, and both AS classes I've constructed. Background is that this is going to be a page that displays some information published by my weather station as XML. The FLA doesn't do anything right now except try to trace a defined var from MyWeather.as.