By Jonathan on February 26, 2012
This is a little example using the easeljs javascript library. It’s a library for html5 canvas, very inspired by Flash display list. Very easy to pick up by Flash & JS Developers. A made a little game where you move a ship and shoot a bunch of squares, when they fall down make sure that [...]
Posted in JavaScript | Leave a Response
By Jonathan on January 11, 2012
Hey folks, been a while since I wrote here but have been very busy doing cool stuff at work ;) This is practically the same example that I wrote on a previous post here, but instead of using Flash and the YouTube data API for AS3, I re-wrote it with jQuery. You may wonder why [...]
Posted in JavaScript | Leave a Response
By Jonathan on May 24, 2011
This is a quick and dirty example on JSON decoding in AS3, using Adobe’s AS3 core library: https://github.com/mikechambers/as3corelib And here’s the JSON file that is being loaded
Posted in Flash, JavaScript | Leave a Response
By Jonathan on July 12, 2010
In the last couple of days I’ve been experimenting with the new features of HTML5, the new tags I must say there are some really interesting new stuff in there. “video”, “audio”, “canvas” which is by far the most interesting one I must say because it is said that is going to replace Flash in [...]
Posted in HTML5, JavaScript, Web Development | 2 Responses »