Posted: Tue Jun 01, 2004 9:23 am Post subject: Running Music Files in Default Player
Is there a way to play music in the default player? If i try and run the music in turing with Music.PlayFile with a process it screws up all of the timing in my program.
Sponsor Sponsor
beard0
Posted: Tue Jun 01, 2004 9:55 am Post subject: (No subject)
This should work for you: (as long as you have a default player for the file type your trying to use - it's like double clicking the file)
code:
var r : int
system ("c:\\castle.wma", r) %just put the music file, with location in the quotes
rhomer
Posted: Tue Jun 01, 2004 10:27 am Post subject: (No subject)
I'm pretty sure that there is an example In "Turing HElp", When running Turing.