Computer Science Canada

Sounds playing problem

Author:  Tony_200004 [ Sun Jan 18, 2004 11:13 am ]
Post subject:  Sounds playing problem

this problem is a little weird... i used to have cool music in the background but was too big so i found cool music that is a midi file... this means instead of being 3megs of music its 32kb's... bad quality but still is cool... only thing is, wont play the music... i know you can play midi's because my friend had them in his program... in mine it just lags the program... this is the code for music... please help me lol

code:

process doMusic (music : string)
    loop
        Music.PlayFile (music)
    end loop
end doMusic
fork doMusic ("casino.mp3")

also the midi file opens through real one like all my other sounds....

Author:  Tony_200004 [ Sun Jan 18, 2004 11:43 am ]
Post subject: 

NVM i figured it out... the file name had to be ("casino.mid")


: