background preloader

Desktop

Facebook Twitter

All Packages - Spring ActionScript 0.7.1. Blog » TimeSeriesGraph — now with flags!! I’ve made a few changes to my AS3 Time Series Graph charting class. The biggest is the addition of flagging. Now you (the Flash programmer using the TimeSeriesGraph class) can easily add flags to your application’s chart (much like on the Google Finance charts, upon which TimeSeriesGraph is based). It’s easy. To add a flag (after creating an instance of TimeSeriesGraph and passing it some data), just use the following public method: myGraph.addFlag(date:Date, description:String); So here’s a new version of my example chart — George W. The above was created with the following lines of code (after processing the approval data into two arrays — one of dates, the other of data (see my original post for more info)): There’s nothing fancy about these flags — their behavior is not as cool or complex as those on Google Finance.

The current behavior (seen above) is just to show the flag’s description in the top bar on mouseover. This.addEventListener(Flag.FLAG_CLICK, functionToBeCalled); Sammyt's snooze at master — GitHub. Flex® 3 Language Reference. The ActionScript® 3.0 Reference for the Adobe® Flash® Platform contains the ActionScript language elements, core libraries, and component packages and classes for the tools, runtimes, services and servers in the Flash Platform. Filter by product using the preset filters This reference combines the information about the ActionScript language elements and libraries for the following Adobe products and runtimes. Click on a product name below to filter this reference to show only the content for the latest version of that product and related runtimes: Filter by product using the filter controls Use the controls at the top of the page to customize your view of the reference: Use the filters to include or exclude content for specific products and runtimes.

The Problem with Multi-Touch.