and compressed file support :3
git-svn-id: file:///home/shish/svn/shimmie2/trunk@883 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
2f34a0f153
commit
91f0e8dc4d
@ -97,8 +97,9 @@ class FlashFileHandler extends Extension {
|
|||||||
$data = fread($fp, 16);
|
$data = fread($fp, 16);
|
||||||
}
|
}
|
||||||
else if($head == "CWS") {
|
else if($head == "CWS") {
|
||||||
// inflate data
|
$data = fread($fp, 128*1024);
|
||||||
return null;
|
$data = gzuncompress($data);
|
||||||
|
$data = substr($data, 0, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
$bounds = array();
|
$bounds = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user