Question : Java program to  convert uploaded video files to .slv file?

Can somene please help me with the java code which can convert any video files  into .slv file when uploaded using java program. And how the .slv can be palyed in a jsp page with a embeded player in thejsp page.

Me requirement is to play a video in a jsp page.

Thanks.

Answer : Java program to  convert uploaded video files to .slv file?

Place all the contents inside the "Content Place holder" of a inherited Master file.
it may be anything, images, text...etc.

eg:
<% @ Page Language="C#" MasterPageFile="~/Master.master" Title="Content Page 1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Main" Runat="Server">
    Main content, images, text...etc
</asp:Content>
   
Random Solutions  
 
programming4us programming4us