ttsuru / swf2js

swf2js is Flash Player Runtime Engine written in pure JavaScript.

Home Page:https://swf2js.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Adobe Animate(Flash)のSWFファイルをリアルタイムで解析し、HTMLに変換するJavaScript製のFlashPlayerエミュレーターです。
Flex,Flash,Animate、全てのプラットフォームのSWFに対応しています。

This is a JavaScript FlashPlayer emulator that analyzes SWF files of Adobe Animate (Flash) in real time and converts them to HTML.
It supports SWFs for Flex, Flash, Animate, and all platforms.

Website / Demo

Japanese
English

HTML - SAMPLE CODE

<script type="text/javascript" src="swf2js.js"></script>
<script type="text/javascript">
    swf2js.load('SET SWF PATH');
</script>  

Project status

Free Version Production Version
ActionScript 1.0, 2.0 3.0
Compression ZLIB ZLIB/LZMA
WebGL × FullWebGL
Filters DropShadow/Blur/Glow/Bevel ALL Available.
Blend Modes 50% ALL Available.
Video × MP4/Flv(60%)

About

swf2js is Flash Player Runtime Engine written in pure JavaScript.

https://swf2js.com


Languages

Language:JavaScript 100.0%