我正在使用下面的代码在 asp.net Web 应用程序中播放视频。但它在本地机器上运行,而不是在服务器上。请帮我解决这个错误。在服务器端,它正在缓冲而不是播放。
<ASPNetFlashVideo:FlashVideo ID="FlashVideo2" runat="server" VideoURL="~/Help/Video/Help.flv"
Width="100%" Height="500px" AllowFullScreen="true" Alignment="Center" EnableTheming="true"
EolasFixEnabled="true" WindowMode="Transparent" AutoPlay="true">
</ASPNetFlashVideo:FlashVideo>