JeromeWongPhotography.com
A personal website of Jerome Wong from Jen Studio. Built with flash and XML driven content with built in custom gallery management system.
Website link: http://www.jeromewongphotography.com
Message Board AS3/PHP/MySQL
Minimum Requirements:
- Flash CS3 or latest
- MySQL Database 5 or latest
- PHP 5 or latest enabled web server
Features:
- Easy to setup.
You can now create the required MySQL table so much easier without the need for a Database manager or SQL file by using the setup file. - Easy navigation.
Browse through pages using the next/previous button, refresh manually to view
latest messages and scroller with easing effect and mouse wheel enabled. - Circle (rotating) preloader.
Visible during PHP calls - Simple admin included.
For easy housekeeping – delete unwanted messages, approve messages. - New cool Interface.
GUI inspired by iPhone applications. PSD file included for customization. - Actionscript 3.0
Faster and much cleaner codes
Movie Clip Positioning on Stage controller
Updated! Now available in Actionscript 2.0 and Actionscript 3.0. Custom built in Function for easier control of movieclip positions on the movieclip’s stage.
Usage Example
Actionscript 2.0
registerMc = [movieclipA,movieclipB]; positionMcOnStage(movieclipA,"TC"); //position myMovieclip to the top-center of your stage. positionMcOnStage(movieclipB,"BL");
Acionscript 3.0
//import the Controller class
import com.jimisulaiman.tween.*;
//initialize the controllers
var myMcController:Controller = new Controller(myMovieclip);
//tween movieclip!
myMcController.positionMcOnStage("C");
With AS3 version, you don’t need to add stage listener into the timeline/frame; Its all built-in into the class.
















