Results 1 to 4 of 4

Thread: Embedding mp3s in XHTML Strict

  1. #1
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default Embedding mp3s in XHTML Strict

    I would need to use object tags instead of embed, yes? Problem is I just can't get it to work D:

    This is pretty much what I have:

    <object src="file.mp3" type="audio/mpeg">
    <param name="autostart" value="false" />
    </object>


    Can someone tell me what I'm doing wrong :kaodizzy:

  2. #2

    Default

    Maybe it works if you use this:
    <object type="audio/mpeg" width="200" height="50" data="file.mp3">
    <param name="src" value="file.mp3" />
    <param name="filename" value="file.mp3" />
    <param name="type" value="audio/mpeg" />
    Error text
    </object>


  3. #3
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,882
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default

    Ooh, that worked, thanks!

  4. #4

    Default

    You're welcome


Posting Permissions

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