
-----------------------------------
Schaef
Tue Jun 01, 2004 9:23 am

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.

-----------------------------------
beard0
Tue Jun 01, 2004 9:55 am


-----------------------------------
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)
var r : int
system ("c:\\castle.wma", r) %just put the music file, with location in the quotes


-----------------------------------
rhomer
Tue Jun 01, 2004 10:27 am


-----------------------------------
I'm pretty sure that there is an example In "Turing HElp", When running Turing.
