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

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




<!DOCTYPE HTML>
<html>
<html>
<body>
<body>


<audio controls="controls">
<p><a href="song.mp3">Play Song</a></p>
  <source src="song.mp3" type="audio/mpeg" />
<p><a href="liar.wav">Play Text</a></p>
  <source src="song.ogg" type="audio/ogg" />
 
<embed height="50px" width="100px" src="song.mp3" />
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
</audio>


</body>
</body>
</html>
</html>

Revision as of 08:45, 27 March 2012

Playing around with sound

Vimeo soundfile password: astridbart

astridbart sound mix 1


<html> <body>

<a href="song.mp3">Play Song</a>

<a href="liar.wav">Play Text</a>

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

</body> </html>