php - A way to play mp3 samples -
i currentyl developing site client requires artist upload music play samples of it, sorta itunes. site has php backend , using basic mp3 flash player play mp3s.
my question there flash player can configured play samples or there way through php or method load portion of song , have play in player?
you have few options:
- you programatically interface tool silverlight or flex access media player control , set properties.
- you use tool ffmpeg programatically create clipped version of file, similar bitpim creating ringtones, serve up.
i go second approach.
Comments
Post a Comment