UbuntuI don't know exactly why, but the first time I found the link of an article about the first Ubuntu 8 hardy alpha release I couldn't wait anymore and so I immediately upgraded my distribution..
I can't resist to alphas and betas! damn!

Anyway, a part the obvious problems related to an alpha version, such as video card, mouse etc.. the most frustrating thing was the fact my eclipse installation was corrupted.. I reinstalled eclipse again and downloaded again flex builder for linux.
But when trying to install Flex builder  I received a really nonsense java exception error, which more or less was:

xcb_xlib_unlock: Assertion `c->xlib.lock' failed

After some google searches I found out the solution for my problems ( I'm posting here in case someone else is so crazy to upgrade his ubuntu version with a flex builder installed into ):

In a terminal window:

sudo sed -i 's/XINERAMA/FAKEEXTN/g' /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so

Then restarting flex builder bin installation everything worked again and now I'm happy with my flex builder linux version again :)

 

 

Yo, encore un ajout fort sympathique : les déflecteurs polygonaux. ce sont des polygones fixes qui servent à construire un décors 3D ou plutôt les collisions du décors 3D encore un indispensable pour le jeux-video. again a nice add: the polygon deflector. it’s a fixed polygon used to build the collisions of the 3D stage. it’s essential for video-game… click to see [...]
Wired.com posted a cool infographic that explains what exactly happens to your blog content once you click that Publish button. Share This
Two very quiet, yet very important announcements came last week for developers using Adobe AIR. The first is a new “Introspector” for AIR developers using Ajax - think Firebug, but for AIR. The second is an update to Aptana Studio (1.1 required) which provides support for AIR Beta 3. Here’s a quick look at both [...]
Let’s face it, 2007 was pretty spectacular, in fact it was SO spectacular that it’s taken me most of January to write it all down… We flew straight into ‘07 with a massive 9 level platform game, called Extreme Pamplona. It was so big, it took 15 people 2 months to make it, we even [...]
Yo, je viens d’ajouter les Events de collision dans WOW-Engine, indispensable pour les jeux video… c’est trop simple à utiliser, ca fonctionne bien, c’est beau et ca sent bon. la semaine prochaine je m’attèle à l’ajout des polygones et des rigidBodys. dans la demo qui suit, quand la sphere touche le sol elle respawn plus haut. i’ve just added the [...]
Last year for christmas , me and Sylvain got busy with a simple interactive christmas card for our clients. The concept was simple: particle snow in flash with some basic controls like wind, speed and size. We wanted the snow to be cumulative , so that the company logo and controls which were present [...]
I’m proud to announce that Prana 0.4 has been released. Some of the key features and updates: major update to the core IoC container support for PureMVC several bugfixes and minor improvements General info: http://www.pranaframework.org Download: SourceForge Download Page Changes in version 0.4 (26.01.2008) ----------------------------------- General * introduction of PureMVC support * added PureMVC sample application * nightly builds available at http://prana.herrodius.com * fixed config.xsl to ignore _svn [...]
I filed this bug this morning and thought it deserves a post as it took me quite a while to figure out how to do this. Now I know you won't necessarily be migrating for Flex 2 SDK to Flex 3 but you might and if you do please read on.

Here is the official bug. In a nutshell the problem is when you compile a project using the FDT Application features for AS3 projects with the Flex 2 SDK. I then migrated to the Flex 3 Beta SDK and the project was still compiling using the Flex 2 SDK. WTF?
Many times I've had to add multiple children in a Flex state. Take the following simple example: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">     <mx:Label id="topLabel" text="Top" />     <mx:Button label="showChildren" click="currentState='children';" />     <mx:states>         <mx:State name="children">             <mx:AddChild relativeTo="{topLabel}" position="after">                 <mx:Label text="third" [...]
After straight segments extrusion it was time to play with the rounded stuff. This Lathe class allows you to rotate 2 or more 3D points arround the axis of your choice or using an offset if needed, you can add more rotations in order to generate springs, phonecords or screws... and like the segment extrude class [...]
Click the pic to activate (pretty cpu intesive, sorry :/ ) I’m going for the “glossy piano” reflection: Here’s the general idea: private function createBitmapViewport():void { bitmapViewport = new BitmapViewport3D(); bitmapViewportMaterial = new BitmapViewportMaterial( bitmapViewport ); bitmapViewportMaterial.precise = true; bitmapViewportHolder = new Plane( bitmapViewportMaterial, 4000, 2000 ); bitmapViewportHolder.y = -1000; bitmapViewportHolder.z = -1000; bitmapViewportHolder.pitch( 40 ); scene.addChild(bitmapViewportHolder); bitmapViewportCamera = new Camera3D(); bitmapViewportCamera.z = -1500; } private function render( e:Event ):void { thing.roll( [...]
Linksys has been primarily known as a provider of networking technology for the small business and home office.  As consumers began to adopt the tools necessary to “connect” their homes, the company saw an opportunity to establish its position as a leader in the home networking marketplace.  It wanted to become the go-to source for [...]
private function createMaterials():void { ml = new MaterialsList(); var lightColor:int = 0xcc01ff; var ambientColor:int = 0x000000; var specular:int = 20; var pm:PhongMaterial = new PhongMaterial( light, lightColor, ambientColor, specular ); ml.addMaterial( pm , "Skin" ); } View full source
Last night the Rocketboots conference room was packed. Danny Dura showed us the new Flex 3 features and also gave an overview of what will be coming with AIR 1.0. Click here to see the Flex 3 new features. After seeing what AIR is capable of I’m feeling sorry for Multidmedia Zinc. I got really excited with AIR, [...]
With Flex 3 comes the ability to do runtime localization. Compared to Flex 2 where you actually had to recompile your application for each locale, you can now have one version of your application that contains different resource bundles. Today I implemented this in one of the applications we are working on and ran into some [...]
On large scale projects that will be deployed on more than just one location it is a constant need for re-skinning the application. This applies mostly to “embedding” projects, that is projects that will need to be integrated (embedded) into an already done site, with a custom template. First solution would be duplicate the project each [...]
I've often been asked this question and it's come up quite a few times on the PV3D list, so I thought I'd post about it just for archive sake if anything else. Right now, in PV3D, you have the ability to use MovieClips/Sprites for Materials on 3D objects. The 2 materials you would use for [...]
On 20th of February Colin Moock will hold a session for beginners and intermediate programmers in Munich. The event is sponsored by Adobe and 100% free to attend. Topics he will cover are fundamentals of OOP, the display list and events. I wonder why there are still seats left? Go register now. Share This

Subscribe to Planet Flash

Search

Tags

3d Actionscript actionscript 3 ActionScript 3.0 Adobe Adobe Air Adobe AIR (Apollo) Adobe Flash Adobe Flex AdobeMAX08 AIR AIR Adobe Integrated Runtime Announcements apollo as3 Asides awards BEA Beautiful Web Business Cairngorm ColdFusion Community Components Conferences design dev Development Events Examples Featured Flash Flash CS3 Flash experiments flash player Flex Flex 3 Flex Example FMS Fun Gallery General Google Jobs Marketing MAX MAX 2007 Misc News Open Source Other Papervision3D Personal photos Photoshop Process Processing RIA Stuff techmology Technology Thinking Loud Uncategorized Whatever

Blogs

Buttons

Planetarium