Announcement

Collapse
No announcement yet.

Sound always plays same sound?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sound always plays same sound?

    HI, can you help me solve this small problem?

    Whatever sound file I play I always get the same sound from my system, which is a 'beep'.

    All .wav files are where the should be within eSignal on drive C:

    Sample code attached.

    Many thanks,

    BobC
    Attached Files

  • #2
    Re: Sound always plays same sound?

    BobC
    If Sounds is the root folder for your sound files (you can check that by selecting Tools-> EFS-> Settings) then you don't need to write the whole path ie you can just write
    Alert.playSound( "Warning.wav");
    Alex


    Originally posted by BobC
    HI, can you help me solve this small problem?

    Whatever sound file I play I always get the same sound from my system, which is a 'beep'.

    All .wav files are where the should be within eSignal on drive C:

    Sample code attached.

    Many thanks,

    BobC

    Comment


    • #3
      That solved it.

      The root folder was correct, I just removed the path from the EFS.

      Many Thanks,

      Bob

      Comment


      • #4
        Bob
        You are most welcome
        Alex


        Originally posted by BobC
        That solved it.

        The root folder was correct, I just removed the path from the EFS.

        Many Thanks,

        Bob

        Comment

        Working...
        X