Hi, I am using a simple python from the mailing list to save all the images from a swf file. It works fine for a few swf I tried but in one I get this:
GetU8() out of bounds: TagID = 17
GetU8() out of bounds: TagID = 17
Traceback (most recent call last):
File "./imgs.py", line 11, in <module>
swf = SWF.load(file)
Exception: TagID 17664 not defined
Any idea what the exception means ?
thanks and regards
