ASPNetFlashVideo doesn't play in serverside

2019-07-22 16:45发布

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>

2条回答
\"骚年 ilove
3楼-- · 2019-07-22 17:25

I tried to change the video URL on ASPNETFlashVideo

var myvideo;
myvideo = ASPNetMedia.FlashVideo("ID");
myvideo.PlayMedia("VideoURL");
查看更多
登录 后发表回答