1 / 7

Sound on the Web

Sound on the Web. Incorporating sound into your site. Issues. http://www.phon.ucl.ac.uk/home/mark/audio/play.htm <EMBED> (Internet Explorer 4.0x, Navigator 3.0x, 4.0x) <BGSOUND> (Internet Explorer 3.0x, 4.0x) <OBJECT> (Internet Explorer 4.0x) <A><IMG></A> (Internet Explorer 4.0x)

byrd
Download Presentation

Sound on the Web

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sound on the Web Incorporating sound into your site

  2. Issues http://www.phon.ucl.ac.uk/home/mark/audio/play.htm • <EMBED> (Internet Explorer 4.0x, Navigator 3.0x, 4.0x) • <BGSOUND> (Internet Explorer 3.0x, 4.0x) • <OBJECT> (Internet Explorer 4.0x) • <A><IMG></A> (Internet Explorer 4.0x) • Realplayer • MP3 versus WAV

  3. SoundManager2 • Flash solution (i.e., requires Flash player 8) • Loads a Flash applet, then tells it to load individual MP3s • http://www.schillmania.com/projects/soundmanager2/

  4. <script type="text/javascript" src="soundmanager2.js"> </script> <script type="text/javascript">soundManager.url = 'soundmanager2.swf'; soundManager.onload = function() { } function laugh() { soundManager.play('mySound0', 'sounds/laughter.mp3'); } </script> <button onclick="laugh();">Do this</button>

  5. function laugh() { soundManager.play('mySound0', 'sounds/laughter.mp3'); } function voiceOver() { soundManager.play('mySound1', 'sounds/voiceover.mp3'); } </script> <button onclick="laugh();">Do this</button> <button onclick="voiceover();">read the page</button>

  6. Audacity -- Free sound editor! • http://audacity.sourceforge.net/ • Free • Open Source • Cross Platform • [demo audacity on the Mac]

More Related