diff --git a/examples/dialTone.js b/examples/dialTone.js index b55e654f25..adbbd26acb 100644 --- a/examples/dialTone.js +++ b/examples/dialTone.js @@ -11,8 +11,8 @@ // // setup the local sound we're going to use -var connectSound = SoundCache.getSound("file://" + Paths.resources + "sounds/hello.wav"); -var disconnectSound = SoundCache.getSound("file://" + Paths.resources + "sounds/goodbye.wav"); +var connectSound = SoundCache.getSound("file:///" + Paths.resources + "sounds/hello.wav"); +var disconnectSound = SoundCache.getSound("file:///" + Paths.resources + "sounds/goodbye.wav"); // setup the options needed for that sound var connectSoundOptions = {