开发者

Headless flash-based mp3 player

开发者 https://www.devze.com 2023-03-10 09:59 出处:网络
Do you know any headless flash开发者_JAVA百科-based mp3 player scriptable trough javascript? I just need a public API to control playback (load, play, stop, seek) and a set of capturable events (onLoa

Do you know any headless flash开发者_JAVA百科-based mp3 player scriptable trough javascript? I just need a public API to control playback (load, play, stop, seek) and a set of capturable events (onLoad, onPlay, onStop, onEnd). I need no UI, no helper scripts to embed the player, no support for playlists... and I'm spending so much time with no results.

I just need a fallback system for browsers that do not support HTML5 audio tag.

Do you have any recommendation?


SoundManager2 should do that fine.

Another, much more experimental option would be to take a look at GWT voices project and check how it interacts with Flash.


I made a small tutorial and two templates for a really tiny such mp3 player that I found.

The player's capabilites are:

  • play
  • pause
  • stop
  • loop on/off

Read here.

0

精彩评论

暂无评论...
验证码 换一张
取 消