New Audio package added to the Reyco1 AS3 Toolset
Reynaldo February 15th, 2008
Hi all:
I have added a new class package to the Reyco1 AS3 Tools which includes a SoundManager and an AudioCuePoint class both with their corresponding events classes: SoundEvent and AudioCuePointEvent. The SoundManager allows you to easily load and control a single or multiple mp3 files from either the library or externally. While the AudioCuePoint class allows you to dynamically add cue points to your audio files.

All files and samples are hosted at google code. You can grab then here: http://reyco1.googlecode.com/svn/trunk
Happy coding!!
Tags: as3, soundmanager, cuepoints, cue point, audio, audio cue point




When I test movie from the fla I downloaded, I’m getting this compiler error ‘1046: Type was not found or was not a compile-time constant: SoundEvent.’ What am I missing here? Thanks a lot!