N
netnatter
My website plays videos using the tools from ASPNetVideo
http://www.aspnet-video.com/
The windowmedia player works fine in IE7 and 8 but in Firefox it fails to
redraw correctly if the window is resized or the mouse pointer is moved over
the video and the control buttons sometimes appear and then vanish.
http://www.e-podcast.org/testvideo.aspx
I have tried posting to the ASPNetVideo but have had no replies.
Just wondering if anyone else is using this and can help me.
This is my code
<%@ Page Language="VB" %>
<%@ Register assembly="ASPNetVideo.NET3" namespace="ASPNetVideo"
tagprefix="ASPNetVideo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
Test page<br />
<br />
<ASPNetVideo:WindowsMedia ID="WindowsMedia1" runat="server"
VideoURL="~/demo2.wmv">
</ASPNetVideo:WindowsMedia>
<br />
</div>
</form>
</body>
</html>
http://www.aspnet-video.com/
The windowmedia player works fine in IE7 and 8 but in Firefox it fails to
redraw correctly if the window is resized or the mouse pointer is moved over
the video and the control buttons sometimes appear and then vanish.
http://www.e-podcast.org/testvideo.aspx
I have tried posting to the ASPNetVideo but have had no replies.
Just wondering if anyone else is using this and can help me.
This is my code
<%@ Page Language="VB" %>
<%@ Register assembly="ASPNetVideo.NET3" namespace="ASPNetVideo"
tagprefix="ASPNetVideo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
Test page<br />
<br />
<ASPNetVideo:WindowsMedia ID="WindowsMedia1" runat="server"
VideoURL="~/demo2.wmv">
</ASPNetVideo:WindowsMedia>
<br />
</div>
</form>
</body>
</html>