Hello webmaster,
I have just register your forum great I am looking for a code of
window media player to embed on my web page and find out the code at
your forum but I don't know how to edit the path to my audio & video
file on the my web my path like this:
http://www.phuongsummer.com/mp3/**.wma
here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Untitled 1</title>
</head>
<body>
<!-- START WMV EMBEDDED PLAYER -->
<object width="320" height="324"
id="mediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<param name="filename" value="http://phuongsummer.com/mp3">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" value="true">
<param name="ShowDisplay" value="false">
<embed src="http://phuongsummer.com/mp3" width="320" height="324" type="application/x-mplayer2" name="mediaPlayer" autostart="1" showcontrols="1" showstatusbar="1" autorewind="1" showdisplay="0">
</embed>
</object>
<!-- END WMV EMBEDDED PLAYER -->
</body>
</html>
Please help me I will highly appreciate this.
Thanks in advance.
Tho
I have just register your forum great I am looking for a code of
window media player to embed on my web page and find out the code at
your forum but I don't know how to edit the path to my audio & video
file on the my web my path like this:
http://www.phuongsummer.com/mp3/**.wma
here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>Untitled 1</title>
</head>
<body>
<!-- START WMV EMBEDDED PLAYER -->
<object width="320" height="324"
id="mediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<param name="filename" value="http://phuongsummer.com/mp3">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="ShowStatusBar" value="true">
<param name="Autorewind" value="true">
<param name="ShowDisplay" value="false">
<embed src="http://phuongsummer.com/mp3" width="320" height="324" type="application/x-mplayer2" name="mediaPlayer" autostart="1" showcontrols="1" showstatusbar="1" autorewind="1" showdisplay="0">
</embed>
</object>
<!-- END WMV EMBEDDED PLAYER -->
</body>
</html>
Please help me I will highly appreciate this.
Thanks in advance.
Tho
Last edited:

