tommen
05-04-2006, 01:29 PM
Is this possible in flash?
- The user selects an MP3 from their computer.
- The flash interface lets the user select out a portion of the song. (With previewing of course - Like a player)
- The user clicks "submit", and then:
Best solution:
- The flash app crops the MP3, and POST's the cropped part with metainfo to a PHP-webpage.
Maybe acceptable solution:
- The flash app, POST's the whole MP3 along with crop timing info to a webpage. And then the PHP script launches a linux application which does the cropping with the given timings.
Any of this possible you think?
Thanks!
- The user selects an MP3 from their computer.
- The flash interface lets the user select out a portion of the song. (With previewing of course - Like a player)
- The user clicks "submit", and then:
Best solution:
- The flash app crops the MP3, and POST's the cropped part with metainfo to a PHP-webpage.
Maybe acceptable solution:
- The flash app, POST's the whole MP3 along with crop timing info to a webpage. And then the PHP script launches a linux application which does the cropping with the given timings.
Any of this possible you think?
Thanks!