I'm using the old PlaySound API to play some mouseover and button click .wavs.
Currently the .wavs are in a folder on the server which is referenced by the app's config file. There is occassionally some lag time between the button click and when the .wav is actually played (due to network latency).
I was hoping to embed the .wavs in the app, but I can't seem to figure out how to write code to play the embedded .wav.
Is there any way to reference an embedded .wav?
Currently the .wavs are in a folder on the server which is referenced by the app's config file. There is occassionally some lag time between the button click and when the .wav is actually played (due to network latency).
I was hoping to embed the .wavs in the app, but I can't seem to figure out how to write code to play the embedded .wav.
Is there any way to reference an embedded .wav?