Author: saeed_it | Posted on: 9/26/2008 12:39:05 AM | Views : 867

 Hi,
I got major problem. I create one flash file and in that i add video clip.with this file a video clip control are there for play and stop and others.
Now the problem is that when i calling that file in the asp.net at that time when i used flash file with video clip control that file is not displayed on browser.
Steps i do for that.
1) i take video file and convert it into .flv by video to flv converter.
2) After that i converted flv file to flash file in .swf  format.
3)now the file .swf contain the movie clip and some text in form of flash file.
4) but this is not displayed on browser,i used this code for that
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server"><title>Page</title></head>
<body>
    <form id="form1" runat="server" >
    <div>
    < ...

Go to the complete details ...