Here’s what you’re most likely looking for – the demo and the source. Feel free to read the explanation while you’re here.
Front-end developers are often called on to build UI elements that aren’t entirely original. Whether the cause of this phenomenon is a lack of creativity on the part of designers or a particular affinity [...]
UPDATE: If you want to use this with jQuery 1.7.1 you’ll need to change the following line in jquery.audiocontrol.js:
$player.remove(audio)
with
$player.remove(“audio”)
Thanks to Benjamin Desmarez at Guitar-Pro.com calling this bug to my attention.
I wanted to create a simple one-button audio player using HTML5 that would be suitable for playing samples of audio tracks. This one-button player would toggle [...]
Labs
iPhone-Style Alphabetical Contact List with HTML, CSS and JavaScript (jQuery)
Here’s what you’re most likely looking for – the demo and the source. Feel free to read the explanation while you’re here.
Front-end developers are often called on to build UI elements that aren’t entirely original. Whether the cause of this phenomenon is a lack of creativity on the part of designers or a particular affinity [...]
View iPhone-Style Alphabetical Contact List with HTML, CSS and JavaScript (jQuery) by Brian Hadaway »
HTML5 Audio Player with Flash Fallback
UPDATE: If you want to use this with jQuery 1.7.1 you’ll need to change the following line in jquery.audiocontrol.js:
$player.remove(audio)
with
$player.remove(“audio”)
Thanks to Benjamin Desmarez at Guitar-Pro.com calling this bug to my attention.
I wanted to create a simple one-button audio player using HTML5 that would be suitable for playing samples of audio tracks. This one-button player would toggle [...]
View HTML5 Audio Player with Flash Fallback by Brian Hadaway »
Real Erasing in Flash
Selectively erase bitmapdata on a non-solid background.
View Real Erasing in Flash by Brian Hadaway »
Audio Visualization
Sound visualization with waveform data.
View Audio Visualization by Brian Hadaway »
Audio Visualization 2
More drawing in Flash with waveform data.
View Audio Visualization 2 by Brian Hadaway »
Dynamic Bézier Point
Progressive curved line drawing between points in Flash.
View Dynamic Bézier Point by Brian Hadaway »
Sound Generation
Visual-based audio with Flash.
View Sound Generation by Brian Hadaway »
Pollock Generator
Pollock-style abstract art generation with Flash.
View Pollock Generator by Brian Hadaway »
Motion Tracking
Motion detection using Flash and a webcam.
View Motion Tracking by Brian Hadaway »