从网页下载嵌入式swf对象到服务器

时间:2013-01-31 20:29:15

标签: php html object embed flashvars

我知道如何从网页缓存图片并保存它们。

但我想知道如何使用以下元素从网页下载“application / x-shockwave-flash”文件:

<embed type="application/x-shockwave-flash" src="/media/player/flvplayer.swf" width="550" height="450" style="undefined" id="single" name="single" quality="high" allowfullscreen="true" menu="false" flashvars="file=/files/fa/news/91/11/12/143130_319.flv&amp;width=550&amp;height=450">

或者认为它是我想要提取文件的链接。

从我上面看到的,到文件的链接是:

http://domain.com/files/fa/news/91/11/12/143130_319.flv

如何提取它? (假设某些 flashvars 属性不完全如上所述)

或任何其他想法将不胜感激。

0 个答案:

没有答案