how can i add a windows media player

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • style4us
    Private

    • Feb 2009
    • 4

    how can i add a windows media player

    Hi i would like to add a windows media player to my site. i press the icon in the tool bar but it doesnt published' error to much time
    i taikd with the support they tald me to add an html code to the site.
    i am very new to all of this & any help on how i can really do that will be helpfull.
    where should i add the html code & how can i make it work
    thank for anyone that will help me.
    best regardes
    nir
    www.thesecretmlm.com
    31790 ID
  • Alien Dude
    Lieutenant Colonel

    • Apr 2008
    • 559

    #2
    Re: how can i add a windows media player

    Hi the html code you would need is

    <OBJECT id="VIDEO" width="320" height="240"
    style="position:absolute; left:0;top:0;"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">

    <PARAM NAME="URL" VALUE="your file or url">
    <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
    <PARAM NAME="AutoStart" VALUE="True">
    <PARAM name="uiMode" value="none">
    <PARAM name="PlayCount" value="9999">
    </OBJECT>

    The parts in RED change for the size of player.
    The part in GREEN change this to the file name and url ie: file.wma or file.wav and so on.
    The Part on YELLOW is the AutoStart function. set to False if you want the viewer to start.
    Alien Dude Solutions

    Comment

    • style4us
      Private

      • Feb 2009
      • 4

      #3
      Re: how can i add a windows media player

      Hi & thank u for your answer. where exactly i need to put this code in my web. please tell me by details because i am very new to all of this. should i put it in my html page ? how can i do that
      its very important to me
      thanx again

      Comment

      Working...
      X