Jump to content

Recommended Posts

Posted

I'm using memory addressing to monitor a value in a program, and I want to play a music file (mp3 format) when it reaches a certain value, as a means to alert me. How would I do this? I'd obviously need to make the file run in another program, such as iTunes, but how?

Posted

I'm using memory addressing to monitor a value in a program, and I want to play a music file (mp3 format) when it reaches a certain value, as a means to alert me. How would I do this? I'd obviously need to make the file run in another program, such as iTunes, but how?

That makes no sense, use SoundPlay() instead, it's easier.
Posted

for some reason SoundPlay() isn't working. I made a rediculously simple test script that consists of one line:

SoundPlay("test.mp3")

Yes, test.mp3 exists in the same folder as the script.

Am I using it wrong? Also, how do you shell execute? is there like a ShellExec() Function?

Thanks for the replies

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...