我在asp.net中使用视频标签:
<%@ Page Title="" Language="C#" MasterPageFile="~/fort.master" AutoEventWireup="true"
CodeFile="Training.aspx.cs" Inherits="Training" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />
</video>
</asp:Content>
当我运行该程序时,视频出现时无法点击。它在html文件中工作正常,而不是在.aspx文件中。