video

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,994
Messages
2,570,222
Members
46,810
Latest member
Kassie0918

Latest Threads

Top