Results 1 to 4 of 4

Thread: Embed hidden audio autoplay in Firefox

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Embed hidden audio autoplay in Firefox

    Just want to know though how to embed autoplay audio of my own choosing in a MySpace page that will play back in Firefox. I am having no prob with IE on a PC, Safari on a Mac. Just Firefox on both seem to be a problem.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    post the code you currently have wrapping it within [code] [/code] tags please

  3. #3
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Just embed the sound file and set the height and width to zero;
    HTML Code:
    <embed src="http://somewhere.com/yoursound.mp3" width="0" 
    height="0" autoplay="true" loop="true"></embed>
    And that's it.

  4. #4
    Join Date
    Jan 2008
    Location
    Cincinnati
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    last time i check you could use hidden="true"...

    Code:
    <embed src="http://somewhere.com/yoursound.mp3" hidden="true" autoplay="true" loop="true"></embed>

Bookmarks

Posting Permissions

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