in reply to Re: SWF-File-0.42 : Building a SWF from PNG via a text file
in thread SWF-File-0.42 : Building a SWF from PNG via a text file

Well dumpswf kind of makes a similar output to the above in header form, but it makes the zlibdata purely as a jpegstream. The code I have listed above is trying to create a SWF from PNG. I'm not trying to go the other way. Besides, if you look at the code, there are commands present that dumpswf wouldnt use, like filename=> and pngdatatable
  • Comment on Re^2: SWF-File-0.42 : Building a SWF from PNG via a text file

Replies are listed 'Best First'.
Re^3: SWF-File-0.42 : Building a SWF from PNG via a text file
by Anonymous Monk on Dec 10, 2007 at 07:20 UTC
    create a swf that does what you need using flash tools, then convert to perl script
      umm thanks for the reply, but I think you missed the point again. The perl script above has come to me from another source, I am NOT trying to create the script - Im trying to get it to work to see the swf it creates ! (I have the png picture sprites it references at the start).
      umm thanks for the reply but I think you missed the point again. The perl script above has come from another source, I am NOT trying to create the script - Im trying to get it to work to see the animation ! I already have the png files it uses for sprites.