How do I convert a .swf file to HTML5 and make changes in the code?

24,267

According to this article, there's a tool from Adobe that generates editable HTML and Javascript: Wallaby.

Among other tools, PixelPlant looks nice.

Share:
24,267
nctrnl
Author by

nctrnl

Updated on September 18, 2022

Comments

  • nctrnl
    nctrnl over 1 year

    I have an animation (.swf) that I want to convert to HTML5 and then edit a few of the links that appears in the animation. I have tried Google Swiffy and it outputs something that works really well but is not editable. It just links to some external library.

    To clarify, what I need is a tool to do this:

    1. Convert (.swf) file to HTML5.
    2. Output the actual HTML, CSS and JavaScript to files so that they are easily editable and not dependant on external libraries.
  • nctrnl
    nctrnl almost 11 years
    Wallaby is for .fla files. I tried PixelPlant. Interesting tool, but unfortunately the HTML5 output didn't work properly in Internet Explorer 10, and probably not in IE9 either. I really tried to edit the code manually to make it work but I couldn't do it. I ended up using a different approach. I Used SWF Unlocker to unlock the .swf file, then imported it into Flash Decompiler Trillix. I managed to change all the fields and save it as an .swf file. Your advice did not solve the problem, but you did answer my original question and thus you will get the reward.