我有一个带有实时流媒体的页面的嵌入代码
<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>
但我不能在我的网站上玩,因为 swf 重定向到 xxx.com。这个怎么玩???