Announcement

Collapse
No announcement yet.

how do I add an mp3 player and a few songs to my site?

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

  • how do I add an mp3 player and a few songs to my site?

    we are a small choir and want the visitors to select among a few mp3 files to listen to.
    how do I set this up on my page called - listen`?

    norwegian newbee.

  • #2
    Re: how do I add an mp3 player and a few songs to my site?

    Hi ojoenlan

    Enter the song file name.. in Properties (right click) of Web Builder Windows Media Player
    Then..place this …html……Before Tag…in the Media Player’s html (right click)
    <embed src="yoursong.mp3"
    width="145" height="40" autostart="false" loop="FALSE">
    </embed>
    And a player will appear on your page when previewed or published… Be sure to replace yoursong.mp3.. with the music file you want… You can set the width and height of the Player.. and autostart and loop to true or false .. as you wish.. Experiment with this … Have Fun… Hope That Helps.. Doug
    If you place about 3 seconds of empty frames to the beginning of the each song. Your songs will not abruptly stop playing as the song loads. They will load and play at the same time
    For your visitors…. Hope That Helps… Doug

    Comment

    Working...
    X