> Micha Therrien wrote:
>I have put together a program where word cast members have puppet sounds
>(.wav files) when the user cliks on its sprite counter part on stage they
>hear the word, simple enough and it works fine BUT when I load my PC CD
>there is NO sound on some machines and sound on others????? Even the Intro
>music on trk 1 does not play. I tried other software with sound on these
>NO sound machines and they work??
Hi Micha Therrien
The default mixer depends on the installed Xtras and system components.
If a sound driver is not available on your system when you compile a
projector you can definitely run into
the huge problem of sound playing on only a hand full of computers.
If you are not Using Quicktime 4 and the QT3 Asset Xtra here is a solution.
--Just incase you should only have 1 -on prepareMovie handler so add the
code if you already have one your using.
--sorry to state the obvious - but, better safe then sorry as Director will
not bring up an error with 2 on prepareMovie handlers but, it -----will call
the first one it sees in the cast - and it can get confusing.
on prepareMovie
put the soundDeviceList
set the soundDevice = "MacroMix"
end prepareMovie
Make an Xtras folder at the root (next to the projector) and add the Xtras:
Mix Services.x32
MacroMix.x32
The reason this works is because MacroMix does NOT depend on any system
components, it is always available if the MacroMix.X32 Xtra is installed
and/or present in the Xtras folder.
I use the Mix Services.x32 xtra out of habit when ever audio is present - I
would advise anyone to do the same.
Good Luck, Steve Vargas
www.vargasmedia.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!]