Re: [FlexJS] US States Map example - pure AS3

2016-01-12 Thread Deepak MS
Hi Om, I need it ASAP, as I need to wrap it up by this month end. That's great to hear from you. Surely, I'll pitch in. For now, I wanted UK's map with its states\bricks highlighting based on data(For Ex: red\yellow\green). If it's for SDK, then I guess it needs to be generalised(for both web and

Re: [FlexJS] US States Map example - pure AS3

2016-01-12 Thread OmPrakash Muppirala
Okay, I have created a map component from scratch in Flex. Here is the basic code https://github.com/bigosmallm/flexmapcomponent/tree/master/MapComponent For now, this supports only a WorldMap. You can follow the code and create a UK map, it should be straightforward. You can get your maps

RE: [FlexJS] US States Map example - pure AS3

2016-01-12 Thread Sugan Naicker
JS] US States Map example - pure AS3 Hi Om, I need it ASAP, as I need to wrap it up by this month end. That's great to hear from you. Surely, I'll pitch in. For now, I wanted UK's map with its states\bricks highlighting based on data(For Ex: red\yellow\green). If it's for SDK, then I guess it

Re: [FlexJS] US States Map example - pure AS3

2016-01-11 Thread Deepak MS
Hi there, We have a requirement to have a heat map for one of the application. It's required for both web and iPad(app). I have a common library for both and one of the views needs this heat map(of UK). Om, AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 That code seems to be

[FlexJS] US States Map example - pure AS3

2015-06-19 Thread OmPrakash Muppirala
Here is an updated version of the US states map example with animation added: Demo: http://bigosmallm.github.io/flexjs/mapexample/ AS Code: https://gist.github.com/anonymous/d1d8d6d8c544f985e387 JS Code: https://gist.github.com/anonymous/08b471bae33a8ffba4d1 The entire app was written in

Re: [FlexJS] US States Map example - pure AS3

2015-06-19 Thread Michael Schmalle
In the JS what the heck is this! // generated by FalconJS HAHA get that out of there, must be a mistake by Alex?. :) Nice work Om, it's kewl to see how tight AS3 looks to create something like that for js. I think the compelling thing about this project right now is not that it transpiles AS