https://github.com/dofy/as3-audio
An audio player by actionscript 3
https://github.com/dofy/as3-audio
Last synced: 11 months ago
JSON representation
An audio player by actionscript 3
- Host: GitHub
- URL: https://github.com/dofy/as3-audio
- Owner: dofy
- Created: 2012-08-28T09:40:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T09:35:43.000Z (over 11 years ago)
- Last Synced: 2025-01-14T10:26:53.905Z (12 months ago)
- Language: ActionScript
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An ActionScript audio player for Html
目的是作为网页音频播放器组件使用,只负责播放逻辑,界面可以用 html,可通过 js 方法获取播放事件。
具体参考 [bin/index.html](bin/index.html)
项目中用到了 sLib.swc,项目地址 https://github.com/dofy/as3-Utils