Results 1 to 4 of 4

Thread: Embedding MIDI Files in a web page

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Bronze Member carloc's Avatar
    Join Date
    Sep 2004
    Location
    Italy
    Posts
    149

    Embedding MIDI Files in a web page

    What's the correct tag for embedding a MIDI song in a web page?

    Code:
    <bgsound src="http://www.myurl.com/sound.mid" loop=N">
    (where N is the number of loops, -1 for an infinite loop)

    or
    Code:
    <embed src="http://www.myurl.com/sound.mid">
    Is this sintax HTML standard compliant or does it work only with IE?

    And how can I turn the sound ON/OFF with a mouse click?
    Last edited by carloc; December 5th, 2005 at 10:19 AM.

Posting Permissions

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