Therese,
In D8 or later, use sound objects instead.
sound(soundChannel).queue
sound(soundChannel).play ...etc.
Example:
sound(2).queue([#member: member("myAIFFmember"), #loopCount: 0])
sound(2).play()
It will be tight unless
a) You are queueing & playing several very short sounds in a row
b) You have several sound objects that you need to start at the exact
same moment (impossible)
c) You are using WinNT in which case you cannot use sound objects at all
HTH
-A.
>hi list.
> ok this should be a easy one.... how do i create a perfect
>soundloop that works in shockwave mode?
>I have tried doing it automaticly and manually with "soundbusy" but
>the loop isnt tight enough.
>
>plz help /therese
>
>[To remove yourself from this list, or to change to digest mode, go
>to http://www.penworks.com/lingo-l.cgi To post messages to the
>list, email [EMAIL PROTECTED] (Problems, email
>[EMAIL PROTECTED]). Lingo-L is for learning and helping with
>programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]