New Transformers trailer

Posted by Den Ivanov on Май 19th, 2007

New 'Transformers' trailer just awesome. Cant wait to see this fantastic movie in cinema!

HD: 480p 720p 1080p

dont miss them. they are really amazing!!!

Export classes to another frame – bug or feature?

Posted by Den Ivanov on Май 18th, 2007

Looks like there problem with creating preloaders for complex flash applications in Flash CS3. When we export Classes to frame other then 1, we have some problems with library assets graphics. classes are here bu graphics doesnt shown. Looks like not only me have this problem (post about preloaders at hiddenresource)

But looks like we have solution now, Denis Kolyako find workaround for preloading problem (russian blog). Source here.

in short:

use

var programClass:Class = loaderInfo.applicationDomain.getDefinition(”Program”) as Class;
var program:Sprite = new programClass() as Sprite;
addChild(program);

instead of

var program:Program = new Program();
addChild(program);

I test this. it work. Maybe there is easy way. I check help, Google and dont find another way. If you know how to make it better, please comment.

Shift Happens

Posted by Den Ivanov on Май 18th, 2007


Award-winning presentation based on a slideshow by Littleton, Colorado high school teacher Karl Fisch.

Wow. Amazing info about human evolution in digital era. Are you ready to shift?

Very nice flash site.

Posted by Den Ivanov on Май 17th, 2007

Very nice flash site.

EARTH GUIDE

Sources for my 3D voxel terrain.

Posted by Den Ivanov on Май 13th, 2007

Sources for my 3D voxel terrain.

Here the sources for my 3D voxel terrain. Enjoy. I hope this will be helpful for someone. )


Wordpress Theme by Tech Replies
Copyright © 2007 Den Ivanov blog.. All rights reserved.