Adobe Donates Flex to Apache Friday, November 18, 2011

In a move that appears to be another step away from its Flash platform, Adobe has submitted the code for its Flash-based Flex framework to the Apache Software Foundation (ASF) to be managed as an independent project.  more here




Toggle between log and linear axis with Flex LineChart Wednesday, November 09, 2011
private var normal:Boolean = true;		
public function init():void{
logScale_btn.addEventListener(MouseEvent.CLICK, toggleLog);
}
public function toggleLog(e:Event):void{
     if(normal){
           var LA:LogAxis = new LogAxis();
           myChart.verticalAxis = LA;
           normal = false;
     }else{
           var NA:LinearAxis = new LinearAxis();
           myChart.verticalAxis = NA;
           normal=true;
     }
}

Release dates for flash player and Flash IDE Sunday, October 12, 2003
I was trying to round up the release dates for Macromedia Flash and the Flash Player (plug-in). I scoured the web and here's what I found.. if you have a more specific date for any of these please contact me.

Flash 9 (CS3) released late March 2007
Flash Player 9 (originally named 8.5) Beta available to developers March 2006, released to public June 2006

Flash 8 released mid September 2005
Flash Player 8 Beta available to developers July 2005

Flash MX2004 released September 2003
Flash 7 player Beta available to developers Aug 2003

Flash mx released - march 2002
Flash 6 player Beta available to developers Feb 1, 2002

Flash 5 released - Fall 2000
Flash 5 Player released - July 2000

Flash 4 released - July 1999
Flash 4 player released - May 1999

Flash Player 3 released Spring 1998
Macromedia - Developer Center: Life After ASP Saturday, October 11, 2003

ok.. so I’ve been hearing lots about why .NET is so much better than ColdFusion..  and since I’m not a ColdFusion developer I haven’t paid that much attention to it, but this article:
Macromedia - Developer Center: Life After ASP is pretty interesting.

ok.. so I’ve been hearing lots about why .NET is so much better than ColdFusion..  and since I’m not a ColdFusion developer I haven’t paid that much attention to it, but this article:
Macromedia - Developer Center: Life After ASP is pretty interesting.

Page 136 of 145 pages « First  <  134 135 136 137 138 >  Last »