Boot up your life!

Mail Links twitter Downloads Blog ContactMe Tech About



Name
Invisible Audio Test (you can't see anything but its there!
HTML play pause buttons (made for FF 3.6+ (not done yet)
Javascript Audio test ( I borrowed some of the code, but added the buttons) working on more
Thanks Cedric Dugas for that awesome idea.
Test

Shiny Toy Guns-Burnign for you (HTML5 Audio tag test)


Filename:
Duration:
play pause play at 107 seconds (refrain) Volume to 0 Volume open
Code

<!--This will create a html audio tag of the Malcolm laugh from jarassic park, that autoplays and has no controls visible.-->
<div id="content"
    <div id="malcolm laugh"
        <audio id="Malcolm Laugh" autoplay="0">
        <source src="http://www.alpha1beta.com/files/laugh.ogg" type="audio/ogg"
        </audio>
    </div>
</div>
Shiny Toy
Guns-Burnign for you (HTML5 Audio tag test)<br>
<div id="HTML5 Audio Tag"> <video id="HTML5 Audio Tag"
poster="/images/major_tom" controls=""> <source
src="/music/burningforyou.ogg" type="video/ogg"><!-- Ogg Theora for Firefox 3.5+ --></source></video></div>
Zip download
What it does
Plays a piece of audio when you enter a page, completly invisible to the user, and it autoplays
Plays a song. Trying to add a overlayed play/pause button.