Yahoo Maps ActionScript 3.0 Released
Feb11
I didn’t think this was going to happen with Yahoo Maps going Ajax and the maps hack they released last year (Yahoo! Maps API Flex 2 Communication Kit).
Check it out: http://developer.yahoo.com/flash/maps/
I didn’t think this was going to happen with Yahoo Maps going Ajax and the maps hack they released last year (Yahoo! Maps API Flex 2 Communication Kit).
Check it out: http://developer.yahoo.com/flash/maps/
I was messing around w/ the Yahoo’s Astra Library, mainly the Menu Component and added a little fade on the menu so it’s not so harsh when it comes up.
It’s easy just use the show/hide events **Remember use the constants**
[as]
//import the required data class
import com.yahoo.astra.fl.controls.Menu;
import com.yahoo.astra.fl.data.XMLDataProvider;
import com.yahoo.astra.fl.events.*;
import fl.transitions.Tween;
import fl.transitions.easing.*;
//Create some XML to populate the menu don’t leave in CDATA
var colors:XML =