|
May 14, 2001 Creating SWF Objects Tips: May 2001
Yehuda Shiran, Ph.D.
|
|
In some of your applications you may need to use Flash Audio and JavaScript directly, without any prepackaged APIs such as FlashSound JavaScript API. You will enjoy more features, methods, and properties, but you'll have to take care of all the tiny details that are taken for granted when using FlashSound API. One of these tiny tasks is creating a SWF object. This JavaScript object is associated with the embedded SWF, and supports the wealth of properties and methods that SWFs sport. The object is defined as follows:
where swfID is the object ID that we assign to the embedded SWF in IE's OBJECT tag, or the object NAME that we assign to the embedded SWF in Netscape Navigator's EMBED tag. For example, the following write statement assigns sonify as the ID/NAME of the embedded SWF:
Creating the object in this case would be straight forward:
People who read this tip also read these tips: Look for similar tips by subject: |