Dear Mr. Arun,
I tried to set up the embed-code like your example. Let me tell you that if I use your code in a local html-file on my computer at home, I can enter the path to a flv-video on a remote host and the video will play as expected. So the remote player at
http://stemp.agriya.in/famous-locati.../flvplayer.swf will play the foreign video also the html-page is not on the "stemp.agriya.in"-server.
That is exactly what I am looking for.
But - it does not work with my flvplayer from my videosharing-site. Here is the code I am trying to embed the videos. Please have a look at it. Can it be, that my purchased Agriya-FLV-Player is not allowing this feature?
This is the code for my Player (video does not play):
<object width="480" height="360" data="http://chiemgauer.buerger.tv/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://chiemgauer.buerger.tv/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://chiemgauer.buerger.tv/skin/flvplayer.php&url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>
This is the code for your Player (video does play):
<object width="252" height="192" data="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://stemp.agriya.in/famous-locations/skins/videos/flvplayer.php?url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>
What do I have to do?