0

我有一个带有实时流媒体的页面的嵌入代码

<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&amp;overstretch=fit&amp;displayclick=fullscreen&amp;fghf=1111.&amp;bufferlength=2&amp;image=http://shqiplive.info/img/player.png&amp;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&amp;overstretch=fit&amp;displayclick=fullscreen&amp;fghf=1111.&amp;bufferlength=2&amp;image=http://shqiplive.info/img/player.png&amp;logo=http://shqiplive.info/img/silver.png" height="440" width="500">

    </object>

但我不能在我的网站上玩,因为 swf 重定向到 xxx.com。这个怎么玩???

4

1 回答 1

0

实际上,此 SWF 文件似乎会将您重定向到此站点本身。我只能想象这种行为的原因。例如,您错过了一些传递给 SWF 的必要变量。或者是出于版权保护的目的。或者别的什么。

更好的方法是联系其作者或(一种不太合法的方式)尝试反编译并查看内部以检测导致重定向的原因(可能是getUrl()方法调用)。

于 2013-01-16T15:32:18.697 回答