Skip to content
forked from swf2js/swf2js

swf2js is Flash Player Runtime Engine written in pure JavaScript.

Notifications You must be signed in to change notification settings

panchong1205/swf2js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%