Is it possible to create functionality like fast forward and fast backward of given sound file that plays in swf with AtionScrip3 and how?
Is it possible to create functionality like fast forward and fast backward of given
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible.
Take a look at SampleDataEvent, it allows you to manipulate the bytes of a sample before it is played. To play faster, to just have to skip one float every two. To play slower, to may write twice the same float.