Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: how can insert windowsmedia player in my web

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2005
    Posts
    19

    Default how can insert windowsmedia player in my web

    hey everybody how can insert windowsmedia player in my web to play music for guest

  2. #2
    Join Date
    Jan 2006
    Posts
    4

    Default

    <OBJECT id="VIDEO"
    style="height:524px; width:595px"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">

    <PARAM NAME="URL" VALUE="INSERT FILE HERE">
    <PARAM NAME="AutoStart" VALUE="0">
    <PARAM name="uiMode" value="full">
    <PARAM name="PlayCount" value="1">
    <param name="rate" value="1">
    <param name="balance" value="0">
    <param name="currentPosition" value="0">
    <param name="defaultFrame" value>
    <param name="currentMarker" value="0">
    <param name="invokeURLs" value="-1">
    <param name="baseURL" value>
    <param name="volume" value="50">
    <param name="mute" value="0">
    <param name="stretchToFit" value="-1">
    <param name="windowlessVideo" value="-1">
    <param name="enabled" value="-1">
    <param name="enableContextMenu" value="-1">
    <param name="fullScreen" value="0">
    <param name="SAMIStyle" value>
    <param name="SAMILang" value>
    <param name="SAMIFilename" value>
    <param name="captioningID" value>
    <param name="enableErrorDialogs" value="0">
    </OBJECT>

  3. #3
    Join Date
    Jan 2006
    Posts
    4

    Default

    That code is for playing a video, but audio should be the same

    If you just want music in the background though, there is a different way.....but this way gives the users contols

  4. #4
    Join Date
    Aug 2004
    Location
    USA
    Posts
    996

    Default

    Music is a simple embed code
    <embed src=music/hoe_hoe_hoe.mp3><embed>
    I think Movies are the same.

  5. #5
    Join Date
    Dec 2005
    Posts
    19

    Default why it's only audio

    hey guy why the code only insert audio but video is only audio .What can you solve this problem to insert video to web

  6. #6
    Join Date
    Dec 2005
    Posts
    19

    Default music web

    I want creat a music web .Example the left is a list of song ,when guest click one song ,then windows media wil play this song .How to creat it .

  7. #7
    Join Date
    Dec 2005
    Posts
    19

    Default

    The type of music files can be up to my host for exmaple music.wav and what another

  8. #8
    Join Date
    Aug 2005
    Posts
    237

    Default

    You mean the song will open in the visitor's computer and not in your web?

    Then you just provide the link like http://bla.com/music.wma, and when the visitor clicks on it, the song will open in that person's computer (windows media player).

  9. #9
    Join Date
    Dec 2005
    Posts
    19

    Default

    i want guest play music online in my web

  10. #10
    Join Date
    Dec 2005
    Posts
    19

    Default

    example this site http://vudangpt.pfwh.net/3.htm

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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