Results 1 to 3 of 3

Thread: what is best way to add music as background to one page website

  1. #1
    Senior Member TheeDragon's Avatar
    Join Date
    Mar 2013
    Posts
    195

    Default what is best way to add music as background to one page website

    making a one page site for a friend
    file is 9MB mp3
    she wants song to auto play and loop
    time is 4:26 (length)

    I have NOFv13
    and can convert audio to any file type

    thanks

  2. #2
    Senior Member TheeDragon's Avatar
    Join Date
    Mar 2013
    Posts
    195

    Default

    after much web searching

    i selected THIS code
    seems as the browser wars are STILL an issue !
    <embed src="http://www. my site.com/Oasis/spa.mp3" autostart="true" loop="true" hidden="true">
    </embed>
    <noembed>
    <bgsound src="http://www.my site .com/Oasis/spa.mp3" loop="infinite"/>
    </noembed>
    </head>
    sound AUTO PLAY FAST in Chrome
    Firefox asked my permission to play
    IE auto started in about 5 secs

    anyway

    SEEMS to work ok
    my reading said HTML 5 has better solution ???

  3. #3
    Senior Member TheeDragon's Avatar
    Join Date
    Mar 2013
    Posts
    195

    Default

    argh - does NOT work on Apple safari !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •