Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Putting music on a web page

Putting music on a web page

Scheduled Pinned Locked Moved Web Development
sysadminquestionhtmlhelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Guarino
    wrote on last edited by
    #1

    I built a website using a "web wizard" program from Network Solutions. This program does not require the user to have HTML knowledge. I asked Network Solutions how to install background music on the site. I was told they could not help me but that it is possible. From what I could understand their server is not accesible due to the "web wizard" program and HTML knowledge is needed. How can I do it?

    M 1 Reply Last reply
    0
    • K Kevin Guarino

      I built a website using a "web wizard" program from Network Solutions. This program does not require the user to have HTML knowledge. I asked Network Solutions how to install background music on the site. I was told they could not help me but that it is possible. From what I could understand their server is not accesible due to the "web wizard" program and HTML knowledge is needed. How can I do it?

      M Offline
      M Offline
      Michael Flanakin
      wrote on last edited by
      #2

      If you can put HTML in, you should be able to do the following:

      <embed
      src="somefile.mp3"
      autoplay="true" loop="true"
      width="200" height="45"/>

      I don't know about browser compatibility, but there's also the bgsound tag which has src and loop attributes. Michael Flanakin Web Log

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups