Is there a free alternative to Soundbooth for adding cue-points to audio tracks for use in Flash? I seem to remember that you can add them to the file itself (I think). I know you can do this with FLV.
Just checking before I buy SB..
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.
There must be some free app out there, but what you’re trying to do is somewhat simple. I just whipped together a simple ‘app’ for you. I say app, it’s actually a swf which allows to do the following:
Here’s how you use it:
You can resize the swf for a larger scrub area.
This is the most basic approach I could come with right now, not very fancy, not very clean,
but it should do the job. Also, you can extend this as you like, adjust the xml/output/etc.
All you need to do is grab FlexibleFactory’s audiofx Library,
which I use to load an MP3 from FileReference and compile the code bellow:
HTH