Hi ,
I'm developing a wep page where I'm uploading the videos.
This is code I have used to embed the player.
<script type="text/javascript" src="
js/swfobject.
js"></script>
<div id="theplayer" style="position:absolute;left:0;top:100;width:0;he ight:0">
</div>
<script type="text/javascript" src="
js/videodis.
js"></script>
<object type="application/x-shockwave-flash" width="400" height="350"
wmode="transparent" data="player.
swf?file=hello1.flv&autoStart=true">
<param name="movie" value="player.
swf?file=hello1.flv&autoStart=true" />
<param name="wmode" value="transparent" />
</object>
<div id=videodis style="position:absolute;left:600;top:100;backgrou nd-color:red;width:100;height:100">
It was working well.But the video is downloading in a temp file.I want to provide confidential to my videos.I think streaming a video will provide the security.But how to use the streaming server.And how to include the streaming videos into the webpage.[I want to play videos as such in 'Youtube'].