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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -