Skip to content

Creativegame/tinyswf

 
 

Repository files navigation

#TinySWF - Tiny SWF Player TinySWF - Tiny SWF Player

TinySWF is a simple SWF (Adobe Flash) player which can play FLASH contents in cocos2d-x and OpenGL environment.

Creating 2D user interfaces requires a good graphics editor which needed lot of time and resource to develop. Adobe Flash editor already provides developers a good editing environment to create user interfaces and animations. TinySWF directly parse and play FLASH contents to speed up development processes.

sample

Features

  • Bitmap
  • Motion Tween
  • Text
  • Shape
  • Button
  • MovieClip
  • Mask
  • Sound
  • SWF3 action model
    • play
    • stop
    • gotoAndPlay
    • nextFrame
    • fscommand

First step

  1. Download source code from Github
  2. Enter tsviewer/porj.vc11
  3. Open tsviewer.sln by vs2012

TSViewer is a simple FLASH viewer which also provides command line tool to trim unsupported tags in FLASH contents to save space of SWF files.

Project Dpendence:

How to use TinySWF in cocos2d-x

  1. Download source code from Github
  2. Enter cocos2d_swf/porj.win32
  3. Open HelloCpp.sln by vs2012

HelloCpp is a simple FLASH viewer by coco2d-x.

Project Dpendence:

Test data

test folder contains some FLASH data for testing.

Bitmap Usage

For optimization reason, TinySWF loads outside texture files instead of using embbed bitmap in SWF files.

Please read bitmap guide.


About

TinySWF is a simple SWF (Adobe Flash) player which can play FLASH contents in cocos2d-x and OpenGL environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 44.8%
  • C++ 42.0%
  • HTML 11.5%
  • Objective-C++ 1.2%
  • Other 0.5%