on 22/9/00 9:27 AM, Ken Huynh at [EMAIL PROTECTED] wrote:

> can anyone tell me why do in flash all sound play fine and when i
> export it and import it into director, some sound doesn't play? btw
> it's on the PC...

Which version of Director are you using? If its 7.0, then update to 7.0.2.
Is Director playing any other sounds at the same time as the flash? If so,
then Director may not be releasing the sound device for flash to use. Try
adding these lines to your startMovie handler. Setting the soundKeepDevice
to False forces director to unload the sound device and make it available to
flash, Quicktime or anything else that you might use to play sounds.

 set the soundKeepDevice = FALSE -- Director 7

You can also select which sound device to use. QTMix and DirectSound are
good choices (QTMix is good if you want to run under NT). You can select
which sound device like this
 
 set the sounddevice = "DirectSound"


 

-- 

Luke Wigley
Multimedia Director/Producer
Mecca Medialight Pty Ltd

Mecca Medialight:                       Medialight Sound Studio:
111 Moor Street                         1 Bakehouse Lane
Fitzroy, Vic. 3065                      North Fitzroy, Vic. 3068
Tel +613 9416 2033                      Tel +613 9416 2033
Fax +613 9416 2055                      Fax +613 9416 2055

www.medialight.com.au
__________________________________________________________________________



[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!]

Reply via email to