Results 1 to 3 of 3

Thread: how can i add a windows media player
      
   

  1. #1
    style4us is offline Private
    Join Date
    Feb 2009
    Posts
    4

    Default 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

  2. #2
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default 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.

  3. #3
    style4us is offline Private
    Join Date
    Feb 2009
    Posts
    4

    Default 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49