English translation Traduction française

HTML5 to Flash

This tool allows you to make a SWF file from your HTML5 application. It can be usefull if you want to submit your HTML5 game to flash game websites.



px
px

Precisions

  • The SWF built replaces the OBJECT or the EMBED element with an IFRAME. The URL of the IFRAME is the URL of the HTML5 application.
  • The OBJECT/EMBED element must be larger than 450 x 350 pixels
  • If the tag allowscriptaccess="none" is in the OBJECT/EMBED element of the SWF, it won't work.
  • The SWF built can be compressed by 50% with SWFTOOLS with this command : swfcombine -dz file.swf -o file_new.swf. For further details please visit swftools.org