-
Notifications
You must be signed in to change notification settings - Fork 3
Home
LB-- edited this page Dec 18, 2012
·
2 revisions
Multimedia Fusion 2 HTML5 extension SDK
By François Lionet (10/12/2012)
Welcome to the MMF2 HTML5 extension SDK wiki!
Please read this wiki up to the end. After reading it, you will be able to create new extensions for the MMF2 HTML5 runtime. If you are fluent with the extension kit, you will see that the HTML5 extension kit is very similar to the Java, iPhone, Flash and XNA extension kits.
This extension kit contains all the source code of the HTML5 runtime. If you have any suggestions, comments, or ideas about the source code, you can contribute to this wiki or to this repository via Issues and Pull Requests.
Wiki Content:
- Getting ready to program
- The extension class
- Callbacks
- Displaying your extension
- Useful objects
-
Flash to HTML5
- Setup
- The beginning
- Copy of the code
- Global variables
- The class constructor
- Copying the main code
- Removing ActionScript variable types
- Inserting the name of the class
- Inserting "this" before the class variables
- Search and replace
- Changing the function definitions
- Ending by a comma
- Function calls
- Changing the typecasts
- Displaying your object
- In case of crashes
- Adding your object
- Conclusion