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>