spacer
Yehuda Shiran April 3, 2001
The FlashSound JavaScript API
Tips: April 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

You can control the Flash player with JavaScript. The Sonify organization promotes standards in using interactive audio for the web, wireless, and consoles. They developed the FlashSound JavaScript API. This API (Application Procedural Interface) enables you to add simple interactive sound to your conventional HTML page, without relying upon any graphic presentation. The FlashSound JavaScript API (FJA) is an excellent way to ramp up on how to control Flash with Javascript. When you add sound to your page, you actually sonify your page.

The FJA is implemented in flashsound.js. Right-click this link and save the script to your hard drive. In any usage of FJA, you need to source this JavaScript file in the HEAD section of your page:

<HEAD>
  <SCRIPT SRC="flashsound.js"></SCRIPT>
</HEAD>

You also need to create a new sound object that will provide you with all FJA's properties and methods. The constructor function is called FlashSound(). Here is the modified HEAD section:

<HEAD>
  <SCRIPT SRC="flashsound.js"></SCRIPT>
  <SCRIPT>
    var mySoundObj = new FlashSound();
  </SCRIPT>
</HEAD>


People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business