I’ve got a embed code of a page with live streaming
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="440" width="500">
<param name="movie" value="http://play.shqiplive.info/new-topi4.swf">
<param name="allowfullscreen" value="true">
<param name="wmode" value="transparent">
<param name="allowscriptaccess" value="always">
<param name="quality" value="high">
<param name="flashvars" value="autostart=true&overstretch=fit&displayclick=fullscreen&fghf=1111.&bufferlength=2&image=http://shqiplive.info/img/player.png&logo=http://shqiplive.info/img/silver.png">
<embed src="http://play.shqiplive.info/new-topi4.swf" wmode="transparent" allowfullscreen="true" quality="high" allowscriptaccess="always" flashvars="autostart=true&overstretch=fit&displayclick=fullscreen&fghf=1111.&bufferlength=2&image=http://shqiplive.info/img/player.png&logo=http://shqiplive.info/img/silver.png" height="440" width="500">
</object>
but I can not play on my web because swf redirected to xxx.com. How to play this ????
Actually this SWF file seems to redirect you to this site itself. I can only imagine the cause of such behavior. For example you missed some necessary variables passed to the SWF. Or it was done for copyright protection purposses. Or something other.
The better way is to contact its authors or (a not very legal way) try to decompile it and look inside in order to detect what causes the redirect (probably
getUrl()method call).