The beta of Flash Player 10 has been posted to Labs. New features include 3D visual effects, a new text rendering engine (which also supports right-to-left text), and more. Demos and videos have been posted, too.
LiveCycle Data Services 2.6 is now in public beta. The update includes better support for Flex 3, support for AIR offline storage and data management, improved performance, and more. And yes, it can be used with ColdFusion. You can get LCDS 2.6 beta from Labs.
The Share team has posted details about updates just released in version 1.3.5 of the Share service, including details of some of the new features and offerings being made available.
Title says is all. Go to Adobe Labs for the alpha version of the Linux AIR Player. We've also posted an update to the Flex Builder 3 for Linux alpha, adding support for AIR creation.
Tinkering with Tweener: package { import caurina.transitions.Equations; import caurina.transitions.Tweener; import caurina.transitions.properties.CurveModifiers; import flash.display.Sprite; import flash.events.Event; import org.papervision3d.cameras.FreeCamera3D; import org.papervision3d.core.math.Number3D; import org.papervision3d.events.InteractiveScene3DEvent; import org.papervision3d.materials.ColorMaterial; import org.papervision3d.objects.DisplayObject3D; import org.papervision3d.objects.primitives.Plane; import org.papervision3d.render.BasicRenderEngine; import org.papervision3d.scenes.Scene3D; import org.papervision3d.view.Viewport3D; [SWF(width="640", height="480", backgroundColor="0xffffff")] public class ConfettiBall extends Sprite { private var viewport:Viewport3D; private var scene:Scene3D; private var camera:FreeCamera3D; private var renderer:BasicRenderEngine; private var ball:DisplayObject3D; private const NUM_PLANES:int = 200; public function ConfettiBall() { init(); createObjects(); addEventListeners(); } private function init():void { viewport = new Viewport3D(640, 480, false, true); addChild(viewport); scene = new Scene3D(); camera = [...]

Subscribe to Planet Flash

Search

Tags

3d 3d Flash 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 linux Marketing MAX MAX 2007 Misc News Open Source Other Papervision3D Personal photos Photoshop Process Processing RIA Singularity Stuff techmology Technology Thinking Loud Uncategorized Whatever

Blogs

Buttons

Planetarium