Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How to add sound????????????????

i have tried this  <<playsound "fighter_plane_ww11.mp3" >>
and it does not work some help please?

using sugercane

Comments

  • This question has been asked and answered many times already.

    Things to check:
    1. Have you added Leon's sound related macros to your story.
    The Sugarcane story format does NOT support sound by default, you have to add the above code to make it work.

    2. Can your HTML file find the sound files?
    Placing them in either the same directory as the HTML file or in a sub-directory helps.

    3. Does the browser your using support the type of sound file you are using?
    Not all browser brands/versions support the same sound file formats so you may need to include the same sound in more than one file format. Leon's code will select the right format if it can find the correct file.
  • thanks its working now  :)
Sign In or Register to comment.