Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 将嵌入swf对象从网页下载到服务器_Php_Html_Object_Embed_Flashvars - Fatal编程技术网

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

Php 将嵌入swf对象从网页下载到服务器,php,html,object,embed,flashvars,Php,Html,Object,Embed,Flashvars,我知道如何缓存网页中的图像并保存它们 但我想知道如何从包含以下元素的网页下载“应用程序/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="tr

我知道如何缓存网页中的图像并保存它们

但我想知道如何从包含以下元素的网页下载“应用程序/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属性与上面的不完全相同)


或任何其他想法。

使用在线提取器。@David这是关于编码的,而不是使用在线工具。tnx