• I saw a member post this code for music on a blog

    <!– Begin Music Section –>
    <script language=”javascript”>
    function BeginMusic(){
    if(document.MusicForm.snd.value == ‘Music on’)
    {
    document.all.music.src=’https://www.sharemation.com/parsa1976/Zebigniew%20Preisner%20-%20Dekalog%20VIII%20-%203.WMA&#8217;;
    document.MusicForm.snd.value = ‘Music off’;
    }
    else
    {
    document.all.music.src=”;
    document.MusicForm.snd.value = ‘Music on’;
    }
    }
    </script>
    <center><form name=”MusicForm”>
    <input name=”snd” type=”button” value=”Music on” OnClick=”BeginMusic()”>
    </form></center>
    <bgsound id=music loop=-1 autostart=”true” >
    <!– End Music Section –>

    But I don’t know what to fill in with in the code to make it work. Can someone please enlighten me on this, as well as where I can find the file name for the music on my computer. I am really clueless!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • as mentioned in that other thread, having music start by default on your site like this is considered bad form. i’d have to pretty much bet on the fact that a minimum of 99% of your viewers will HATE it… the other 1% won’t have speakers so it won’t affect them.

    just think – if you were using your computer to play the music YOU like, and you went to a site that forced music to overlap your favorite tune… you too would hate it, right?

    Solutions ….. she’s after solutions….

    there are… alternative ones listed on that other thread that she was already on…
    https://www.ads-software.com/support/topic/28835

    This line:
    document.all.music.src='https://www.sharemation.com/parsa1976/Zebigniew%20Preisner%20-%20Dekalog%20VIII%20-%203.WMA';

    is where the music file seems to be being called.
    Put the full url to your sound file there?

    The whole chunk of js would probably go in the <head> section of the page.

    I meant that here is not the place to express opinions about what someone wants to do on their webpage.
    People post here for assistance – not lectures.

    *sigh*

    Hi,

    I can understand Ladydelaluna’s reaction. I backpedal QUICKLY out of ANY site having music. It’s instinctive and there’s really no better way to ensure, that no one reads a site than doing this to people.

    So, at least try to ensure that the music is OFF when people enter, and that it can be turned on (and OFF again) only by decided will and action of the visitor.

    Right.
    ANSWERS ONLY below. Just answers. No opinions.

    https://musicplayer.sourceforge.net/
    is not too bad.
    It’s a couple of URL’s to edit and you can use more music, stream etc. And it’s free ??

    You might want to try the embeddable player from Radio Blog
    https://www.radioblogclub.com/

    By the way, MySpace has millions of bloggers & readers, and all of them play music right when you launch the page. It is becoming more common on personal blogs & mp3 blogs.

    Plus, it is ordinary for Band’s websites to play music automatically, and WordPress is great for making a band website.

    This player is for me the simplest ever while retaining the most options for customizing and can be called to open in a popup or embedded in a page. It can be set to play automatically or not.

    https://www.wimpyplayer.com/

    “ANSWERS ONLY below. Just answers. No opinions.”

    How about an opinion disguised as a question? Don’t you find it annoying when someone starts a thread, gets people engaged in the discussion and then just starts another identical one?

    Why do people do that?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Attn Smart People: please help with code for music on blog!’ is closed to new replies.