加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flash下载代码

发布时间:2020-12-15 18:17:25 所属栏目:百科 来源:网络整理
导读:?php $file_path = 'http://kwcdn.ggmm777.com/swfs/93/8298wusp/index.swf';$file_name = 'index.swf';$file_size = filesize($file_path); header ( "Pragma: public" );header ( "Cache-Control: must-revalidate,post-check=0,pre-check=0" );header ( "
<?php
 
$file_path = 'http://kwcdn.ggmm777.com/swfs/93/8298wusp/index.swf';
$file_name = 'index.swf';
$file_size = filesize($file_path);
 
header ( "Pragma: public" );
header ( "Cache-Control: must-revalidate,post-check=0,pre-check=0" );
header ( "Cache-Control: private",false );
header ( "Content-Transfer-Encoding: binary" );
header ( "Content-Type:application/x-shockwave-flash");
header ( "Content-Length: " . $file_size);
header ( "Content-Disposition: attachment; filename=".$file_name);
 
echo(file_get_contents($file_path));
exit;
 //下载flash文件
?>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读