Tried that many a time. Other suggestions? Also, I for sure have AIR 1.5.1 installed on my computer.
Aaron On Tue, Mar 24, 2009 at 11:40 AM, valdhor <[email protected]>wrote: > Maybe clean the project? > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Aaron > Hardy <aaronius...@...> wrote: > > > > Hey everyone. A couple months ago I worked on an AIR project where we > made > > use of the SampleDataEvent class to generate dynamic audio. Today I came > > back to the project and ran it and am getting the following run-time > error: > > > > ReferenceError: Error #1065: Variable SampleDataEvent is not defined. > > > > It is thrown in the first instance where we are referencing the > > SampleDataEvent class: > > > > addEventListener(SampleDataEvent.SAMPLE_DATA, sampleDataRequestHandler); > > > > I get no compile-time error. I have an import statement of import > > flash.events.SampleDataEvent; The project does reference other libraries > > and I have made sure they are all using the same SDK (I've tried both 3.2 > > and 3.3), however they do have SWCs in them that may have been built > using > > an older SDK. My co-worker is able to run the project without any error > > being thrown and I have actually copied the SDKs from his machine to my > > machine and it hasn't made any difference. I HAVE re-installed Flex > Builder > > since the last time the project worked for me. > > > > I've tried everything I can think of to no avail. Does anyone have any > > ideas of what might be going on? > > > > Thanks! > > > > Aaron > > > > >

