April 21, 2001 - Playing a Mystery SWF
![]() |
April 21, 2001 Playing a Mystery SWF Tips: April 2001
Yehuda Shiran, Ph.D.
|
"/", and frame 1 or "start". As a reminder, in order to sonify your page, follow this recipe:
- Make sure you have the Flash player. 96% of the surfing population already has it. Download.
- Include
flashsound.js in the HEAD section.
HEAD section.
BODY section.
TGotoAndPlay() method.
Mouse over the following link to play theme.swf:
onmouseover="mySoundObj.TGotoAndPlay('/',1)
Notice the root timeline, "/", and frame 1. Here is the full listing of this tip:
<HTML>
<HEAD>
<SCRIPT SRC="flashsound.js"></SCRIPT>
<SCRIPT>
var mySoundObj = new FlashSound();
</SCRIPT>
</HEAD>
<BODY>
<A HREF="javascript://" onmouseover="mySoundObj.TGotoAndPlay('/',1)">Play Now</A>
<SCRIPT>
mySoundObj.loop = false;
mySoundObj.autostart = false;
mySoundObj.embedSWF("theme.swf");
</SCRIPT>
</BODY>
</HTML>
Here are links you can use to download flashsound.js and theme.swf:


Find a programming school near you