Skip to content

flash to html5 converter, as3 to javascript translator

License

Notifications You must be signed in to change notification settings

superman2211/guepard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guepard

Flash to HTML5 converter.

Conversion process

  • Parsing resources (from SWF or FLA files)
  • Creation atlases
  • Export resources from SWF to XML for animations and structure, and JPG / PNG for graphics and atlases
  • Parsing AS3 code
  • Analysing code and fixing unknown types
  • Export JS code
  • Generate HTML page

Usage

  • Install Adobe AIR
  • Install application from /air/utilite.air
  • Download and extract Guepard SDK from /sdk
  • Start application and create new project
  • Set all fields in all tabs as you need
  • Set SDK Path in Settings tab
  • Build project

Demos

Demos from Adobe Animation / Adobe Flash Proffesional:

Shapes flash html5

Images flash html5

Texts flash html5

Animation flash html5

Mask flash html5

Fla flash html5

Demos from Flash Develop / Flex / IntelliJ Idea:

Game flash html5

Draw flash html5

XML / XMLList flash html5

Extreme AS3 Code
flash
html5
as3
js

Third Party

Box2D flash html5

Known issues

  • Now WebGL not works - only Canvas render.
  • There are many limitations in AS3 to JS conversion.