Hi,  Nagaraj.

Once, I also had this problem running my project under
WinNT.  The culprit *macromix*.  I suggest that you use
QT3Mix instead. WinNT doesn't support DirectSound
(I maybe incorrect here.)


on startMovie
    -- I guess by default projector running
    -- under WinNT will use macromix
    -- so lets use QT3Mix instead.
    if the soundDevice = "Macromix" then
        set the soundDevice = "QT3Mix"
    else
        -- set here whichever you prefer QT3Mix or DirectSound
        set the soundDevice = "QT3Mix"
    end if
end

Hope this helps.

cheers,
John Erazo


----- Original Message -----
From: naga raj <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, October 21, 2000 3:08 PM
Subject: <lingo-l> sound problem


> Hello All,
>  I am facing a peculiar problem with the sound in Director. A while ago
> I have done a presentation for a client.The entire presentation is divided
> into a total of 5 dir file for memory sake and all are linked. Made a stub
> which calls respective dir file on clicking buttons.All these dir files
have
> different background music.Now the client came to me asked me to change
> background music for two files and i changed the music as he wanted.And lo
> when i run the exe there is no music for the files i have changed.This is
> happening on windows NT boxes.But running fine on Win 98.Why this is
> happening?
> 1.I have place all sound xtras in the xtras folder,
> 2.In the stub i have placed this script in the start movie handler,
>  if the soundDevice <> QtMix then
>   soundDevice = "macroMix"
> else if  the soundDevice <> QtMix then
>  the soundDevice = "DirectSound"
> --------etc
> But still no luck on NT machines.
>
> My system config is
> Windows 98
> 550 mhz Pentium 3
> 64 mb Ram
> Director 7
>
> the system on which i checked my file is
> Windows NT
> 550 mhz pentium 3
> 382 mb ram
> When i checked sounddevice property in director it returned DirectSound
> on target system it returned "macromix".Can i get any help here??
>
> thank you very much for ur patience.
> cordially
> Nagaraj
>
>
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at
http://home.netscape.com/webmail
>
> [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!]

Reply via email to