Results 1 to 5 of 5

Thread: Question for web page designers (HTML)

  1. #1
    Old-Ones Studios Cruise Control's Avatar
    Join Date
    Apr 2005
    Location
    Seattle, WA
    Posts
    3,799

    Default Question for web page designers (HTML)

    How do I set up music to play on a page, while giving them a way to turn it off. Is there some sort of special code, or do I have to save it a certain way. Please give a detailed explanation susch as not just <(insert tag name)>, I would like tag name and attributes if possible.
    Leave some shards under the belly
    Lay some grease inside my hand
    It's a sentimental jury
    And the makings of a good plan

  2. #2

    Default

    That would be the embed tag I believe. Though I can never remember which uses src="". There's embed, and bgsound. One uses src. They both use loop="true" or autoloop="true" and if you wanted to hide it... I think there's an attribute. Hidden="true"? I dunno. Embed is the tag you want though. Unless there's some nifty CSS that has to do with sounds these days.



  3. #3
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Be very careful embedding music. Only use something small like a MIDI file. (Don't use an MP3 or a WAV as it wastes bandwidth and greatly increases the page loading time for people with slower internet connections.)

  4. #4

    Default

    Doesn't embedding an m3u/playlist cause it to stream the mp3(s)? Which still hurts bandwidth, especially on free sites. But loading would be decreased back down a bit. I don't mean to sound like I know what I'm talking about though. I just remember mp3.com used to use (and still may for all I know) m3u's in order to access their cache of mp3's. Though I don't really know anything about streaming files u_u



  5. #5
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    See if this helps you out at all:
    http://www.thesitewizard.com/webdesi...undmusic.shtml
    Figaro Castle

Posting Permissions

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