问题描述
现在用的是低于code发挥asp.net web应用程序的视频。但是,它运行在本地计算机上没有服务器。请帮我解决这个错误。在服务器端被缓冲不打。
< ASPNetFlashVideo:FlashVideo ID =FlashVideo2=服务器VideoURL =〜/咨询/视频/ Help.flv
WIDTH =100%高度=500px的的allowFullScreen =真正的对齐=中心EnableTheming =真
EolasFixEnabled =真WindowMode =透明自动播放=真正的>
< / ASPNetFlashVideo:FlashVideo>
下面是源$ C $下JW球员asp.net使用可以试试 HTTP://www.beansoftware。 COM / ASP.NET - 源 - code / JW-FLV播放器,CS.aspx
<一个href="http://venkatb4me.word$p$pss.com/2011/03/13/how-to-play-flash-video-files-in-asp-net-using-c-net-or-vb-net/" rel="nofollow">http://venkatb4me.word$p$pss.com/2011/03/13/how-to-play-flash-video-files-in-asp-net-using-c-net-or-vb-net/
Am using the below code to play the video in asp.net web application. But it runs on local machine not in server. Please help me to fix this error. In server side it is buffering not playing.
<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>
here is source code for jw player to use with asp.net you can tryhttp://www.beansoftware.com/ASP.NET-Source-Code/JW-FLV-Player-CS.aspx
这篇关于ASPNetFlashVideo不会在服务器端播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!