Closed GoogleCodeExporter closed 8 years ago
Interestingly enough, the SWF spec states that hasMetadata must be turned off
in the
FlieAttributes tag if no Metadata tag is present but the Flash Player never
checks
this.
Will fix it by setting hasMetadata to false. Will also remove the check to
mimic the
Flash Player behaviour.
Original comment by joaebert
on 28 May 2010 at 9:09
@joa Yes i have seen that on haxe produced swf and forget to tell you
Original comment by leclech.patrick
on 28 May 2010 at 10:47
Yeah, I noticed as well, the spec is pretty clear about it .. but the player
doesn't care.
Looking forward to the fix.
Thank you
Original comment by mrinal.wadhwa
on 28 May 2010 at 4:05
This issue was closed by revision 921564be60.
Original comment by joaebert
on 28 May 2010 at 4:26
Sorry, the now I understand the issue correct. Well "dump" is no longer
supported -- a
new version with ABC/UML export is already ready though. Just need to write a
launcher
tool for it.
The Apparat Scala version does in fact no checks on the hasMetadata already.
That is
why I never had any issue. In order to fix your problem and to create correct
files I
set now simply the metadata flag to false in reducer. Fixed in changeset
921564be60.
Original comment by joaebert
on 28 May 2010 at 4:26
A version for Scala 2.8 RC3 is now available:
http://code.google.com/p/apparat/downloads/detail?name=apparat.zip
Original comment by joaebert
on 28 May 2010 at 4:35
Thanks Joa, just tried the new release worked perfect.
Dump now works with reduced swfs now as well ... looking forward to the scala
version.
Thank you for sharing all your great work.
Original comment by mrinal.wadhwa
on 29 May 2010 at 11:27
Original issue reported on code.google.com by
mrinal.wadhwa
on 28 May 2010 at 5:25