Simple HTML Page Creator in AS3
I wrote this simple HTML page generation tool for the small flash game portal site: http://play.flaswf.tk. Just fill in some embedding parameters for the swf, such as the url, width and height, then it...
View ArticleSimple Chinese Word Segmentation Lib for Flash AS3 - SCWS Ported to Flash...
Unlike English sentences, in a Chinese sentence, there is no space between two words (http://en.wikipedia.org/wiki/Text_segmentation). This can cause lots of trouble for processing the language on...
View ArticleMigrating from Alchemy to FlasCC/CrossBridge - Simplify the File System Using...
Many times, your C/C++ code may rely on external files to work, such as texture files/model files for a 3D engine. One way to supply those file to the CModule in CrossBrige is to use the memory API,...
View ArticleCrossBridge/FlasCC Resources Collection
Documentation: FlasCC Readmehttp://www.adobe.com/devnet-docs/flascc/README.htmlRelease Noteshttp://www.adobe.com/go/flascc_releasenotesSampleshttp://www.adobe.com/devnet-docs/flascc/docs/samples.html...
View ArticleUse Adobe Air to build a mobile APP for your Blog
With Adobe Air, you can easily create a mobile APP for your Blogger powered blog site. What you need is the StageWebView class, which can load and show any html/javascript based web site on the stage...
View ArticleRealBengine - When Bengine Goes to Real 3D
This maybe the future version of my voxel based rendering engine Bengine, code name "RealBengine". Different from the current version of Bengine, which use ray-casting and is 2.5D, RealBengine will use...
View ArticleFree JavaScript Obfuscators
A List of Free JavaScript Obfuscators Compressors, Packers, Encryptors, Protectors, Optimizers! Web based tool to protect JavaScript code from stealing and shrinks...
View ArticleMigrating from Alchemy to FlasCC/CrossBridge - The flyield() Method Alternative
In Alchemy, when you're compiling and reusing C/C++ code in Flash, you may encounter the problem caused by loops. In C/C++, it's very common to use a infinity loop such aswhile(1){}orfor(;;){}where we...
View ArticleCrossbridge Quake1 Example Simplified
I made some minor modifications of the official Crossbridge Quake1 example so that the source code is easier to use and mod. The original source code uses a very different workflow from the old...
View ArticleMigrating from Alchemy to CrossBridge/FlasCC - Interop between C/C++ and...
Part I - Calling C/C++ functions from AS3For calling C/C++ functions from AS3, one way is use the "as3sig:" annotation to expose some C/C++ functions to AS3. See the CrossBridge Sample 5 SWC and my...
View ArticleUsing CrossBridge/FlasCC for Code Obfuscation
One advantage of using CrossBridge is that, because your source code is written in C/C++, it's very hard to decompile.Although some decompilers can give you the decompiled ActionScript code from the...
View ArticleTest Notes on Emscripten
Recently, I tried the Emscripten compiler, which can compile C/C++ to HTML5/JavaScript. Also based on LLVM, it is a similar tool as the Adobe CrossBridge, but targeting a different platform. With...
View ArticleAS3 Eval/Scripting Engines
AS3 Scripting Lib:Compile AS3/JavaScript at runtime within the Flash PlayerExecute compiled code in the scope of any objectControl which classes and functions are exposed to the script domain...
View ArticleBNote - A Free Online Simple Application for Taking Handwriting Notes
BNote is a simple note-taking app based on the the smooth drawing application by Dan Gries at http://www.flashandmath.com. The application is specially designed for touch enabled screen...
View ArticleJiuGongGe UI - A Simple Open Source UI Framework in HaXe
JiuGongGe (means 9-cell) UI is a UI framework written in HaXe with OpenFL for all platforms, including Flash, HTML5, Android/iOS and Windows. This UI framework is designed to be lightweight and mobile...
View ArticleJiuGongGe.swc - JiuGongGe UI for Flash AS3 Projects
For using the JiuGongGe UI in your Flash/AS3 projects, here is the pre-compiled swc file: https://flaswf.googlecode.com/svn/trunk/JiuGongGeUI-v0.2/swc/JiuGongGe.swcAn example FlashDevelop project:...
View ArticleTextParser - A Simple Class for Parsing Text Files
TextParser is a simple utility HaXe class for parsing text files. You can use this class to read String, Int variables from a text file. For example, the JiuGongGe UI uses a text file to configure the...
View ArticleCreate a SWC for Flash & AS3 Projects from OpenFL
If your code is pure haxe, it's easy to generate an AS3 library swc file for your AS3 projects, as documented at http://old.haxe.org/manual/swc: haxe -swf mylib.swc MyLibClasses --macro...
View ArticleGet URL and Read URL Parameters in JavaScript, HaXe and AS3
Find the URL of the embedding page of a swf is a very basic way for domain locking flash games. Similar things can be done for JavaScript based online games. To get the URL, in JavaScript you can...
View ArticleOpen Source and Free Pixel Editors
Piskelhttp://www.piskelapp.com/A simple online web-based (HTML5) Sprite and Pixel art Editor. Offline version is also available.Source Code:...
View Article