User:Loes van Dorp/sound editing: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 9: Line 9:




<!DOCTYPE HTML>
<html>
<body>


<a href="song.mp3">Play Song</a>
<audio controls="controls">
  <source src="song.mp3" type="audio/mpeg" />
  <source src="song.ogg" type="audio/ogg" />
<embed height="50px" width="100px" src="song.mp3" />
</audio>


<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
</body>
</html>

Revision as of 08:44, 27 March 2012

Playing around with sound

Vimeo soundfile password: astridbart

astridbart sound mix 1



<!DOCTYPE HTML> <html> <body>

<audio controls="controls">

<embed height="50px" width="100px" src="song.mp3" /> </audio>

</body> </html>