hey everybody how can insert windowsmedia player in my web to play music for guest
hey everybody how can insert windowsmedia player in my web to play music for guest
<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>
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
Music is a simple embed code
<embed src=music/hoe_hoe_hoe.mp3><embed>
I think Movies are the same.
hey guy why the code only insert audio but video is only audio .What can you solve this problem to insert video to 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 .
The type of music files can be up to my host for exmaple music.wav and what another
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).
i want guest play music online in my web
example this site http://vudangpt.pfwh.net/3.htm
Bookmarks