Source code is licenced under
cc-by 3.0
adapted by Michael van Schaik/restruct.org mic a t restruct . org
from Video For Everybody, by Kroc Camen.
Original VFE article here.
Download audio: Ogg/Vorbis (.oga) MPEG3 (.mp3)
Audio file is Ultrageranium - Candy bleach, from the compilation "Substrate"
Substrate is the inaugural release from the new netlabel GOSUB10.
Copyleft: This is a free work, you can copy, distribute, and modify it
under the terms of the Free Art License.
<!-- "Audio For Everybody" adapted by Michael van Schaik <restruct.org> from Video For Everybody, by Kroc Camen. see <camendesign.com/code/video_for_everybody> for documented code. cc-by 3.0 <http://creativecommons.org/licenses/by/3.0/deed.en_GB> =================================================================================================================--> <audio controls="controls" autoplay="autoplay"> <source src="__file__.oga" type="audio/ogg" /> <source src="__file__.mp3" type="audio/mpeg" /> <!--[if gt IE 6]> <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"><! [endif]--> <!--for some reason we have to give this a height or mplayer won't show, 45 because ff3.5 needs that height for the native player--> <!--[if !IE]><!--> <object width="300" height="44" type="audio/mpeg" data="__file__.mp3"> <!--<![endif]--> <param name="src" value="__file__.mp3" /> <param name="autoplay" value="true" /> <param name="showlogo" value="false" /> <param name="controller" value="true" /> <!--just a small height for the swf player without video--> <object width="300" height="20" type="application/x-shockwave-flash" data="http://dev.restruct.org/AFE/mediaplayer.swf?autostart=true&file=__file__.mp3"> <param name="movie" value="http://dev.restruct.org/AFE/mediaplayer.swf?autostart=true&file=__file__.mp3" /> <!-- fallback message --> <p><strong>No audio playback capabilities detected.</strong><br /> To play the audio here in the webpage, please do one of the following: </p><ul> <li>Upgrade to <a href="http://getfirefox.com">Firefox v3.5</a> (Win/OS X/Linux), or <a href="http://apple.com/safari">Safari v4</a> (OS X)</li> <li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash Player</a></li> <li>Install <a href="http://apple.com/quicktime/download/">Apple QuickTime</a></li> </ul> </object><!--[if gt IE 6]><!--> </object><!--<![endif]--> </audio> <p>Download audio: <a href="__file__.oga">Ogg/Vorbis</a> (.oga) <a href="__file__.mp3">MPEG3</a> (.mp3)</p> <!-- end of AFE -->