I am back and I have just updated my portfolios, including works for Crysis game, Reiss, Whistle etc…
Check it at Xllusion.
Flash, Actionscript, Javascript, PHP and more?
I am back and I have just updated my portfolios, including works for Crysis game, Reiss, Whistle etc…
Check it at Xllusion.
SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies including:
1. Bookmarking in a […]
Here is simple image loader example in AS3:
import flash.display.*;
import flash.events.*;
import flash.net.*;
var loader:Loader = new Loader();
var request:URLRequest = new URLRequest(”image.jpg”);
loader.load(request);
targetMC.addChild(_loader);
loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
function onProgress(event:ProgressEvent):void {
var percentLoaded:Number = event.bytesLoaded/event.bytesTotal;
trace(”Loading: “+percentLoaded+”%”);
}
function onComplete(event):void {
trace(”Complete loading”);
}
Haven’t played first person shooting game since last year so was waiting for Crysis game to come out few month ago. It was a coincidence that the job came to me: Crysis DVD Bonus!! I also bought the game while I was in Taiwan and it does came with the bonus dvd that I did:)
It […]
I am going back to Taiwan for holidays and will stay in Hong Kong for 4 days too:)
Will be back at end of this month.
Peace out!!
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Oct | Dec » | |||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | ||