Awesome June Series

Posted June 19th, 2010 in Latest Work, Photography, Portfolio by Jimi Sulaiman
  • Share/Bookmark

JeromeWongPhotography.com

Posted April 9th, 2010 in Latest Work, Portfolio, Website by Jimi Sulaiman

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

  • Share/Bookmark

Black & White February

Posted March 8th, 2010 in Photography, Portfolio by Jimi Sulaiman
  • Share/Bookmark

Message Board AS3/PHP/MySQL

Posted March 7th, 2010 in Flash Component, Portfolio by Jimi Sulaiman

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

Click here to purchase

  • Share/Bookmark

Movie Clip Positioning on Stage controller

Posted February 26th, 2010 in Flash Component, Portfolio by Jimi Sulaiman

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.

Click here for demo

Click here to buy

  • Share/Bookmark
Page 1 of 912345...Last »