Computer Science Canada

Running Music Files in Default Player

Author:  Schaef [ 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.

Author:  beard0 [ Tue Jun 01, 2004 9:55 am ]
Post 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

Author:  rhomer [ Tue Jun 01, 2004 10:27 am ]
Post subject: 

I'm pretty sure that there is an example In "Turing HElp", When running Turing.


: