[thelist] embedding an mp3 [[problem]]

Paul Backhouse paul.backhouse at 2cs.com
Fri Apr 12 09:26:01 CDT 2002


hmm..should be redirecting you to the plugin page - have made sure all the
code per parameter is on the same line and not split up?

-----Original Message-----
hmm, maybe Paul, or someone else can help, I'm  using
the code as written below, and on computers that dont
have Windows Media Player I'm getting the "no plug-in"
error, rather than it just loading into the default
mp3 player. Can anyone help? Or is there another way
to combine the <object> and <embed> tags without
specifying a player?

tia,

:::oTTo:::

Paul Backhouse wrote:

   Changing values to on in the parameters shows the
relevant controls etc..

   <OBJECT
    ID="MediaPlayer1"

CODEBASE="http://activex.microsoft.com/activex/controls/
   mplayer/en/nsmp2inf.cab#Version=5,1,52,0701"

CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player
components..."
    TYPE="audio/mp3">

    <PARAM NAME="FileName"
VALUE="MP3Storage/YourTrack.mp3">
    <PARAM NAME="ShowControls" VALUE="0">
    <PARAM NAME="ShowStatusBar" VALUE="0">
    <PARAM NAME="ShowDisplay" VALUE="0">
    <PARAM NAME="TrackTime" VALUE="0">
     <PARAM NAME="AnimationAtStart" VALUE="0">
    <PARAM NAME="TransparentAtStart" VALUE="1">
    <PARAM NAME="AutoStart" VALUE="0">
    <PARAM NAME="AllowChangeDisplaySize" VALUE="0">
     <EMBED type="audio/mp3"
           pluginspage =
"http://www.microsoft.com/Windows/MediaPlayer/"
           SRC="MP3Storage/YourTrack.mp3"
           name="MediaPlayer1">
           </EMBED>
   </OBJECT>



=====
::: oTTo :::

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list