<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br><br>I'm having issues looping short rapid sounds using the Xerte Sound icon.<br>
<br>
Thought I'd give the native AS one a whirl:<br>
<br>
mySound = new Sound();<br>
mySound.loadSound('http://www.blablah.com/daves.mp3', false);<br>
<br>
So how do I trap events from this thing?<br>
Specifying mySound and onLoad in an event trap does nada.<br>
<br>
Dave                                               </body>
</html>