Sound issues

Ken Ray kray at sonsothunder.com
Tue Oct 21 03:37:40 EDT 2003


Thomas,

You need to use a QuickTime player object to play your MP3s:

on openCard
  global gMySound, gMySoundPath

  if gMySound then
    set the fileName of player 1 to
"/Users/mcgrath3/Documents/SCS/UnityCD Project/UnityCD
Rev/media/Unity1.mp3"
    play player 1
  end if
  pass openCard
end openCard

HTH,

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com 
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of 
> Thomas J McGrath III
> Sent: Monday, October 20, 2003 9:51 PM
> To: use-revolution at lists.runrev.com
> Subject: Sound issues
> 
> 
> Hello all,
> 
> I am doing a straight play command for an external sound file and am 
> getting nothing but problems. I tried it first with an aiff file and 
> then with an mp3 file of the same 3 meg sound file. All I get is 
> garbled sounds instead of clean sound.
> 
> What am I doing wrong???????
> 
> on openCard
>    global gmySound, gmySoundPath
> 
>    if gmySound then
>      play  "/Users/mcgrath3/Documents/SCS/UnityCD Project/UnityCD 
> Rev/media/Unity1.mp3"
>    end if
> 
>    pass openCard
> end openCard
> 
> Thomas J McGrath III
> Advanced Media Group
> 
> 220 Drake Rd.
> Bethel Park, PA 15102
> 3mcgrath at adelphia.net
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 




More information about the use-livecode mailing list