PDA

View Full Version : Flash 10 Sound API


kmeixner
01-14-2009, 02:36 PM
Hi,

I would like to be able to access the new sound API in Flash 10 to work with audio in my application. I don't need anything fancy, just to be able to access it in a similar manner to how I am currently able to access and use visual Flash 8 effects filters in my application.

eg: var myFilter = new flash.filters.ConvolutionMatrix() can currently be used in applications compiled to SWF8+, I would like to access the new sound API in Flash 10 in a similar manner.

Kevin

rajubitter
01-15-2009, 11:44 AM
The nightly builds (OpenLaszlo trunk) have support for SWF10 integrated. If you download the nightly builds you can test with that (by coding AS3 within LZX, using the #passthrough{ }# directive).

- Raju

kmeixner
01-15-2009, 02:51 PM
The nightly builds (OpenLaszlo trunk) have support for SWF10 integrated. If you download the nightly builds you can test with that (by coding AS3 within LZX, using the #passthrough{ }# directive).

- Raju

Thanks, I am in the process of porting my application to 4.2 from 3.4, after I am done I look forward to trying SWF10 in the nightly build.

Kevin