At 4:04 +0100 2000_12_18, Daniel Plaenitz wrote:
>>But, to answer your question:
>><http://home.worldonline.dk/~hede/misc/kurt/>
>hmm. This may be extraordinarily subtle humor or, borne German, I#m
>missing something fundamental. Anyway, "KURT" appears to be quite
>inert with only pCHN counting up from 1 to 4 on mouseUp. (w2k)
Of course it's subtle humour! ;-)
Hmm... I take it to mean that you don't hear the sound?
That would only go to show that I don't know how to reliable play
sound in Shockwave.
I'm more of a CD-ROM guy, can you tell me what is wrong with my approach?
I did test it in my browser from the URL. MacOS 8,6, IE5, SW 8.X
"Play while downloading = TRUE"
"Download 1 frame before play"
The sound is an embedded SWA.
This is the script on the kurt-button:
-------------------
property pChn, pMbr
on beginSprite me
pMbr = member "kurt44"
preloadMember pMbr
end
on mouseUp me
pChn = 1 + pChn mod 4
puppetSound pChn, pMbr
end
-------------------
Is it because I don't take proper care of streaming the member fully
in before attempting the preload?
Regards, Jakob
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]