powered by nequal
Home » IO_SWF » Timeline » 2880

Changeset 2880 -- 2012-02-24 02:34:19

Author
よや
Comment
ob_flush error over SWF6

Diffs

IO_SWF/trunk/IO/SWF.php

@@ -120,7 +120,9 @@
echo 'Tags:'.PHP_EOL;
foreach ($this->_tags as $tag) {
$tag->dump($opts);
-            ob_flush();
+            if ($this->_headers['Version'] < 6) {
+                ob_flush();
+            }
}
}
}