[flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-25 Thread valdhor
I can't imagine that would be the problem - SampleDataEvent is in SDK 3.0, 3.1, 
3.2 and 3.3 (At least, according to the manuals for each).

--- In flexcoders@yahoogroups.com, flexcoder99 haritha.moos...@... wrote:

 Check the Flex SDK used.
 
 --- In flexcoders@yahoogroups.com, valdhor valdhorlists@ wrote:
 
  Maybe clean the project?
  
  
  --- In flexcoders@yahoogroups.com, Aaron Hardy aaronius9er@ 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
  
 





Re: [flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-25 Thread Alan Queen
make sure you have the latest version of flash player 10...
this was an issue with early releases of fp10

- Alan

On Wed, Mar 25, 2009 at 11:30 AM, valdhor valdhorli...@embarqmail.comwrote:

   I can't imagine that would be the problem - SampleDataEvent is in SDK
 3.0, 3.1, 3.2 and 3.3 (At least, according to the manuals for each).


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 flexcoder99 haritha.moos...@... wrote:
 
  Check the Flex SDK used.
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 valdhor valdhorlists@ wrote:
  
   Maybe clean the project?
  
  
   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Aaron Hardy aaronius9er@ 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
   
  
 

  




-- 
Alan Queen
404-964-7618


[flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-24 Thread valdhor
Maybe clean the project?


--- In flexcoders@yahoogroups.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





Re: [flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-24 Thread Aaron Hardy
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 valdhorli...@embarqmail.comwrote:

   Maybe clean the project?


 --- In flexcoders@yahoogroups.com 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
 

  



[flexcoders] Re: Variable SampleDataEvent is not defined.

2009-03-24 Thread flexcoder99
Check the Flex SDK used.

--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote:

 Maybe clean the project?
 
 
 --- In flexcoders@yahoogroups.com, Aaron Hardy aaronius9er@ 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