So what happens if you
set the volume to 7 ?
Also, try this:
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...
-Andreas
>Hello all,
> Thank You very much for your valuable suggestions.
>I have the following script in the movie script
>
>on startmovie
> if the soundDevice <> "MacroMix" then
> set the soundDevice = "Qt3Mix"
> else
> if the soundDevice <> "Qt3Mix" then
> set the soundDevice = "DirectSound"
> else
> if the soundDevice <> "Qt3Mix" then
> set the soundDevice = "Qt3Mix"
> end if
> end if
> end if
> end
>
> Now if i play the exe file, the sound is very low on NT machines.When
>i am playing the exe file machine's default volume control option is
>getting automatically set to very low volume.Still no luck. Is it machine
>problem??I will check it with my Admin.
>
>cordially
>Nagaraj.
>--
>naga raj
>[EMAIL PROTECTED] - email
>(714) 989-3100 x5230 - voicemail/fax
>
>
>
>__________________________________________________
>FREE voicemail, email, and fax...all in one place.
>Sign Up Now! http://www.onebox.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!]