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:

  1. you programatically interface tool silverlight or flex access media player control , set properties.
  2. you use tool ffmpeg programatically create clipped version of file, similar bitpim creating ringtones, serve up.

i go second approach.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -