https://github.com/unfold/howl
Flash audio bridge
https://github.com/unfold/howl
Last synced: 6 months ago
JSON representation
Flash audio bridge
- Host: GitHub
- URL: https://github.com/unfold/howl
- Owner: unfold
- Created: 2011-04-18T08:54:19.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T09:03:17.000Z (over 15 years ago)
- Last Synced: 2025-04-03T14:15:07.243Z (over 1 year ago)
- Language: ActionScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
Very simple Flash audio bridge.
h2. Why?
"The State of HTML5 Audio":http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio
h2. Usage
@Howl.swf?manifest=mymanifest.json@
Where manifest is a JSON with the format:
[
{'url': 'sounds/laser.mp3'},
{'url': 'sounds/woosh.mp3'},
{'url': 'sounds/music.mp3', 'loop': true}
]