hey guyz m new to this forum and with the java and html codes..
i jst want to understand the way to embed flash video of another site into my site.?
i use this platform to embed my video
http://www.jeroenwijering.com/?page=wizard&example=4
i jst put the .flv file and .rtmp file and it runs... and thn i embed it on my blog/site
but when i try to copy a page source of flash video of this page
http://atdhe.net/watchtv.php?b=2 (just an example) wat i get is nothing..
the page source of abv page is :
<object id="myId" classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="400">
<param name="movie" value="http://www32.websamba.com/channel23/ccB2.swf?zawsf=dbEbIbfbAaSa8d3d6bldudmcpaZdHcccSat-bjNPdJ-cCp-d0i_-FoqEGnAnFEsHvxD" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="autostart=true" />
<embed src="http://www32.websamba.com/channel23/ccB2.swf?zawsf=dbEbIbfbAaSa8d3d6bldudmcpaZdHcccSat-bjNPdJ-cCp-d0i_-FoqEGnAnFEsHvxD"
width="560"
height="400"
allowfullscreen="true"
allowscriptaccess="always"
flashvars="file=rtmp://fms187.blogtv.com:1935/BlogTV/stream&id=229714_206741&autostart=true" ></embed>
</object>
But m nt able to understand the rtmp file and the flv file?..
my frnd use the same code to run this type of flash video in his site.. and it runs properly.. and whn i check the page source of his site..i find the same thing in his site too..
so i jst need help to undertand how to embed this flash video in my site too..
thanks in advance guyz..!!