Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Proper Embedded Windows Media in HTML?

  • 03-03-2008 02:06AM
    #1
    Closed Accounts Posts: 1,974 ✭✭✭


    Hi,

    I have been fighting with some HTML code to integrate a WM player in a HTML page.

    Here is my code
    <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="216" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
    <PARAM NAME="URL" VALUE="http://...">
    <PARAM name="ShowControls" VALUE="true">
    <param name="ShowStatusBar" value="true">
    <PARAM name="ShowDisplay" VALUE="false">
    <PARAM name="autostart" VALUE="false">
    <EMBED TYPE="application/x-mplayer2" SRC="...." NAME="MediaPlayer"
    WIDTH="192" HEIGHT="216" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="0"> </EMBED>
    </OBJECT>
    

    That does not seem to work properly, I lose the buttons of the player (Play etc.) which is weird, on the website where I found this, this is working fine.
    My HTML code has strictly nothing else, I started with this one only in a blank page. It renders the player on the webpage but that' it. I can't start it etc.

    Any idea?

    Thanks


Advertisement