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;
     }
}

Policy file needed for some Flash sites Friday, September 12, 2003

Alert: Flash sites might need policy file

Read this post by Colin Moock at http://www.moock.org/blog/archives/000048.html

Alert: Flash sites might need policy file

Read this post by Colin Moock at http://www.moock.org/blog/archives/000048.html

Basically if your Flash movie loads data from an external source and you have used absolute paths (http://www.foo.com/my.xml  rather than just my.xml) then you need a policy file on your server. 

This is BIG if you do data driven Flash apps..

Flash developers in demand? Thursday, September 04, 2003

So it’s always interesting to see what job skills are in demand.. 

A search for “c#” yielded 702 jobs open as of today
A search for “Flash” yielded 692

So it’s always interesting to see what job skills are in demand.. 

A search for “c#” yielded 702 jobs open as of today
A search for “Flash” yielded 692

“javascript” yielded 1449
“.net” yielded 1485
“PHP” yielded 550
“coldfusion”....  131
and get this…  java…  4346

and…
“Apache”....  535
“IIS”...  1104

it’s a weird world out there…

Page 138 of 145 pages « First  <  136 137 138 139 140 >  Last »