Results 1 to 3 of 3

Thread: Media Player Design help

  1. #1

    Media Player Design help

    Yeah I'm puttin a embeded media player in on my website. I need a cool movie to play inside the media player. I have really no artistic ability and if someone would like to help out would be cool I'm not picky it coul be a person picking his noise or a dog drinking beer. It's a windows media player

    Here's the html code for the media player.

    <HTML>
    <HEAD><TITLE></TITLE>
    </HEAD>


    <DIV align="center">
    <TABLE width="50" border="1" CELLPADDING="0" CELLSPACING="0">
    <TR>
    <TD bgcolor="orange" colspan="0"><FONT COLOR="white" SIZE="3" FACE="tahoma, verdana, arial">[B]Crasher Programming</TD>
    </TR>
    <TR>
    <TD valign="top">
    <OBJECT ID="MediaPlayer1" width=292 height=170
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    codebase=
    "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
    standby="Loading Microsoft® Windows® Media Player components..."
    type="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="c:\daft punk.mp3">
    <PARAM NAME="animationatStart" VALUE="false">
    <PARAM NAME="transparentatStart" VALUE="true">
    <PARAM NAME="autoStart" VALUE="false">
    <PARAM NAME="showControls" VALUE="true">
    <EMBED type="application/x-mplayer2"
    pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
    SRC="mms://netshow.microsoft.com/ms/sbnasfs/wmt/turtle28.asf"
    name="MediaPlayer1"
    width=160
    height=162
    AutoStart=false>
    </EMBED>
    </OBJECT>
    </TD>
    <TD></TD>
    </TR>
    </TABLE>
    </DIV>
    </BODY>
    </HTML>

  2. #2
    Ok another question maybe easier to answer how do I put flash inside the meda player?

  3. #3
    Senior Member Ouroboros's Avatar
    Join Date
    Nov 2001
    Location
    Superior, WI USA
    Posts
    636

    Post

    Well, I'm not a programmer of any kind by any stretch of imagination, but couldn't you just reference Flash(Macromedia) in the same manner as you did with WMP? As for running it 'inside' WMP, I'm not entirely sure that is possible...I've never seen it anyway...

    Just thinking...

    Ouroboros
    "entia non sunt multiplicanda praeter necessitatem"

    "entities should not be multiplied beyond necessity."

    -Occam's Razor


Posting Permissions

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