jump to navigation

Apple Evolution July 19, 2007

Posted by suketuvyas in : General , add a comment


I just came across a poster, which shows how Apple has evolved by releasing new products from 1976 through 2007.

Apple Evolution

Inside .AIR

Posted by suketuvyas in : General, Apollo, AIR , 1 comment so far

I have started playing with AIR. I found it very easy and effective to create desktop applications rapidly.

I was playing with AIR sample files and discovered that you can extract .AIR file using file zipping tool (WinZip / Win RAR)

For Instance:

Select any Air file and open with Winzip / winrar and extract that file to some folder.

It will result in to following package structure..

/myAppRoot
        /META-INF
             /AIR
                  application.xml
                  hash
        myApp.swf
        mimetype
        /images
                  image-1.png
                  …
                  image-n.png
        /libs
                  lib-1.swf
                  …
                  lib-n.swfAIRAlias.js

This gives an idea of how .air file is structured when it is packaged.

NeoStream ShockBoy: A Worth watching prototype… in Flash July 2, 2007

Posted by suketuvyas in : General, Flash , add a comment

NeoStream has released a ShockBoy prototype, which is like an animation series. They have presented their homepage character as a “Super Hero” in this prototype.

NeoStream ShockBoy

NeoStream ShockBoy

NeoStream ShockBoy

Have a look at it… Worth watching…

neostream is doing very good work  in flash animation from last many years. You can watch their previous version of websites too…

NeoStream Version 1.0
NeoStream ShockBoy

NeoStream VII

Articles

  • Java Development in Flex Builder
  • Flex component class hierarchy