the thinBlog

Thursday, September 27, 2007

Going to MAX!

So I was able to get into the MAX conference all last minute. It wasn't easy. Anywho, if you are going hit me up!

Labels:

posted by Romke de Haan at 5:33 PM 0 comments

Thursday, September 20, 2007

E4X Rundown

I was looking for a good rundown on E4X XML syntax. dispatchEvent has a great run down on E4X in AS3.

Check it

Labels: ,

posted by Romke de Haan at 12:00 PM 0 comments

Wednesday, September 19, 2007

AS 3 Example: Calling methods of a loaded SWF File.

So I am working on a project that loads in SWF file that needed a parameter to load in some external data. Now with AS3 you can’t really just call the method directly from the loaded object like you would in AS2. I posted the example below.



var ldr:Loader = new Loader();
ldr.contentLoaderInfo.addEventListener(Event.INIT, initHandler);
var url:String = "URL_OF_SWF.swf";
var urlReq:URLRequest = new URLRequest(url);

ldr.load(urlReq);
addChild(ldr);

function initHandler(e:Event):void
{
var ml = ldr.content;
var urlReq:URLRequest = new URLRequest("URL_FOR_XML_REQUEST");
ml.init(urlReq);
}


I also have a zip of the example for download.

Labels: ,

posted by Romke de Haan at 10:01 PM 0 comments

Thursday, September 13, 2007

Got train envy.


Ok I know this is like my third graff post, but what can I say. You can take the boy out the hood but you can't take the graff out the boy.

Suck UK is helping you get a legal fix to doin' some top to bottoms. They have some plastic trains you can put graff stickers on and rock it out at your cube. Just make sure you don't touch the third rail.

Check it

Labels:

posted by Romke de Haan at 10:45 AM 1 comments

Wednesday, September 12, 2007

Seam Carving Updates

I posted the Seam Carving video here before. Less Rain has posted some links on their blog about Seam Carving that have been done in flash, java and a photoshop plug-in.Check it out!

Labels: ,

posted by Romke de Haan at 11:00 AM 0 comments

Tuesday, September 11, 2007

Graffiti Archaeology



Graffiti Archaeology is a project devoted to the study of graffiti-covered walls as they change over time. The core of the project is a timelapse collage, made of photos of graffiti taken at the same location by many different photographers over a span of several years. Most of the photos were taken in San Francisco, New York, and Los Angeles over a timespan from the late 1990's to the present.

It always slick to see the life of a wall, and how often it gets buffed and then pieced up again. They created a nice little flash app to see. Check it out!

About

Archaeology Flash app.

Labels: ,

posted by Romke de Haan at 3:19 PM 0 comments

Monday, September 10, 2007

Flash Player 9 reaches 90%


Yes now go tell all your clients that it's ok to build in Flash 9.



Read
posted by Romke de Haan at 11:52 AM 0 comments

Wednesday, September 05, 2007

Seriously.



Like most non-sense ads. They sell a sizzle but never the steak.

Labels:

posted by Romke de Haan at 8:48 AM 0 comments