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 にリダイレクトされるため、Web 上で再生できません。これを再生する方法????

4

1 に答える 1

0

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).

于 2013-01-16T15:32:18.697 に答える