Results 1 to 4 of 4

Thread: Embed MP3

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Embed MP3

    When I use the below to embed a mp3 on my site, the Informatin Bar in IE comes up saying activex content ....blah, blah .... and the user must accept to view the activex content.

    How can I embed my mp3 without the information bar showing and the user accepting to view the activex content?

    This is my current code.
    HTML Code:
    <OBJECT 
    
    ID="mediaPlayer"
    CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/%20%20%20%20nsmp2inf.cab#Version=5,1,52,701"
    
    STANDBY="Loading Microsoft Windows Media Player components..."
    TYPE="application/x-oleobject">
    
    <PARAM NAME="fileName" VALUE="test.mp3">
    <PARAM NAME="animationatStart" VALUE="true">
    <PARAM NAME="transparentatStart" VALUE="true"
    ><PARAM NAME="autoStart" VALUE="true">
    <PARAM NAME="showControls" VALUE="true">
    
    </OBJECT>
    I noticed this site also embeds a mp3 but the information bar does not appear?
    http://www.elliottician.com/stocksco...ursemodule.asp

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Embed MP3

    It doesn't load in FX, but I see that he is using FTP to download the file.
    In fact, it generated an illigal operation, which I ignored.

  3. #3

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Embed MP3

    The page doesn't load in Mozilla either......dodgy microsoft!

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Embed MP3

    Quote Originally Posted by lintz
    When I use the below to embed a mp3 on my site, the Informatin Bar in IE comes up saying activex content ....blah, blah .... and the user must accept to view the activex content.

    How can I embed my mp3 without the information bar showing and the user accepting to view the activex content?

    This is my current code.
    HTML Code:
    <OBJECT 
    
    ID="mediaPlayer"
    CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/%20%20%20%20nsmp2inf.cab#Version=5,1,52,701"
    
    STANDBY="Loading Microsoft Windows Media Player components..."
    TYPE="application/x-oleobject">
    
    <PARAM NAME="fileName" VALUE="test.mp3">
    <PARAM NAME="animationatStart" VALUE="true">
    <PARAM NAME="transparentatStart" VALUE="true"
    ><PARAM NAME="autoStart" VALUE="true">
    <PARAM NAME="showControls" VALUE="true">
    
    </OBJECT>
    I noticed this site also embeds a mp3 but the information bar does not appear?
    http://www.elliottician.com/stocksco...ursemodule.asp
    You can't. The first time, the prompt has to appear, else the MP3 won't play.

Posting Permissions

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



Click Here to Expand Forum to Full Width