I take it that you're on a PC if you have this kind of problem - it
sounds like a typical case of using the wrong sounddevice. Try:
on startMovie
the soundDevice = "directSound" -- 1
if the soundDevice <> "directSound" then -- 2
the soundDevice = "QT3mix" -- 3
end if -- 4
end
-- 1: Firstly I set the soundDevice to directSound
-- 2: if it failed
-- 3: I set it to QT3
-- 4: if QT3 fails to, it will default back to macromix...
Good luck! -Andreas
>Hi,
>
> I have to play a flash file and then an avi, but after the flash
>file(with sound) plays and stops, the sound for the avi does not
>come. Then when I try playing .wav files as a background for the avi
>or after the avi, the .wav file does not play, please help me out.
>Its really urgent.
>And these avis take a lot of time to load, even when I have to make
>a small change in the score, the whole process of loading avis goes
>on, taking a very long time to move to a frame in the score
>
>[EMAIL PROTECTED]
>
>Thanks
>
>Salman
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
>[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!]
[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!]