removed in favour of Arial.swf.
[swftools.git] / doc / codebeautifier.pl
index de76026..8ecfc29 100644 (file)
@@ -16,8 +16,9 @@ while(<stdin>)
 
        open(fi, ">tmp.sc");print fi $code;close(fi);
        print stderr "swfc tmp.sc ($name)\n";
-       system("swfc tmp.sc >&2");
+       system("../src/swfc tmp.sc >&2");
        ($embed = `swfdump -e $name`) =~ /WIDTH="([^"]*)"/;
+       system("cp $name data");
        $width = $1;
        print "<td bgcolor=\"#ffffff\" width=\"$width\">";
        print $embed;