spdrywall
1-23-05, 11:58 AM
This version works on Firefox no sweat, IE needs security needs to be set to Medium Low, that's a drag! Why so?? I have not put in PARAM yet for buttons on this link so you will see no Play/Stop, but it seems to work, so far,lol.
http://www.homerenovationsonline.com/index2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>index2</title>
</head>
<body>
<br>
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="MediaPlayer" src="peppy-1.wma" autostart="1" showstatusbar="1"
volume="-1" height="2" width="0">
</body>
</html>
On the second version it works sometimes and sometimes it just dies, also it seems that index2.html loads faster. The code for index3.html is what I pulled right from Microsoft's website in regards to Windows Media Encoder 9, as I converted a .wav to .wma Does anybody know the BEST code to use for both IE and Firefox/Netscape as there seems to be sooo many different versions??
http://www.homerenovationsonline.com/index3.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>index3</title>
</head>
<body>
<object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
height="0" width="0">
</object><input name="BtnPlay" value="Play" onclick="StartMeUp()"
type="button">
<input name="BtnStop" value="Stop" onclick="ShutMeDown()" type="button">
<script>
<!--
function StartMeUp ()
{
Player.URL = "rtsp://www.homerenovationsonline.com/peppy-1.wma";
}
function ShutMeDown ()
{
Player.controls.stop();
}
-->
</script>
</body>
</html>
http://www.homerenovationsonline.com/index2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>index2</title>
</head>
<body>
<br>
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
name="MediaPlayer" src="peppy-1.wma" autostart="1" showstatusbar="1"
volume="-1" height="2" width="0">
</body>
</html>
On the second version it works sometimes and sometimes it just dies, also it seems that index2.html loads faster. The code for index3.html is what I pulled right from Microsoft's website in regards to Windows Media Encoder 9, as I converted a .wav to .wma Does anybody know the BEST code to use for both IE and Firefox/Netscape as there seems to be sooo many different versions??
http://www.homerenovationsonline.com/index3.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>index3</title>
</head>
<body>
<object id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
height="0" width="0">
</object><input name="BtnPlay" value="Play" onclick="StartMeUp()"
type="button">
<input name="BtnStop" value="Stop" onclick="ShutMeDown()" type="button">
<script>
<!--
function StartMeUp ()
{
Player.URL = "rtsp://www.homerenovationsonline.com/peppy-1.wma";
}
function ShutMeDown ()
{
Player.controls.stop();
}
-->
</script>
</body>
</html>