Path: utzoo!utgpu!water!watmath!clyde!att!lzaz!lzsc!mkg From: mkg@lzsc.ATT.COM (Marsh Gosnell) Newsgroups: comp.sys.mac.programmer Subject: Re: playing snd 2 resources Summary: no fancy stuff needed to play snd's Message-ID: <1136@lzsc.ATT.COM> Date: 2 Sep 88 02:09:41 GMT References: <11092@dhw68k.cts.com> Organization: AT&T ISL Lincroft NJ USA Lines: 9 Playing both type 1 and type 2 snd resources is very easy if you are running the 6.0 system. The following code works just fine for me: theSound = GetResource('snd ', id); LoadResource(theSound); HNoPurge(theSound); SndPlay(0, theSound, false); Marsh Gosnell att!lzma!mkg