Link to home
Start Free TrialLog in
Avatar of ForLoop5
ForLoop5Flag for United States of America

asked on

How do I use this class?

Can you show me how to implement this class?
https://gist.github.com/soyyo5159/4424117
FrequencyChangeSound.as

I would like to be able to play an MP3 at varying speeds or backward.  I usually dont use classes so I am having trouble getting this to work.  

I save the class as a .as file. I added the "FrequencyChangeSound" as the document class name for my project.  

But I dont know what to do next. Should I somehow reference the class while I play an mp3?  Can you show me how to use this class?
ASKER CERTIFIED SOLUTION
Avatar of ForLoop5
ForLoop5
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Are you using Flex or Flash can you review my older answer

https://www.experts-exchange.com/questions/27361933/Flex-mp3-stream-player.html
Avatar of ForLoop5

ASKER

Im using flash. Is this a flex only thing?
This is the description of what the class I am looking to implement will accomplish.

This class handles * changing the frequency and duration of a sound. Use the speed property * to modify them. You can play a sound slower, * faster, backwards, backwards backwards faster or slower.

Can you help me use this class to do these things?
ok