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