Re: [flexcoders] general tips: port javascript to as3

2009-06-03 Thread John King
Thanks, Yes, I'm using the flash/flex api now. I like this lib's
functionality better than what I can currently see available in flex, but I
couldn't find a version of markerclusterer in actionscript.


[flexcoders] general tips: port javascript to as3

2009-06-02 Thread arocheking
Hi, I'm considering porting a library over to as3

You don't have to look at this, but if you want to the javascript is here: 
http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html

I haven't done this before. I was hoping to get the main general steps to 
convert javascript to as3. I'm thinking, 1) declare data type for the 
variables, 2) define public/private/protected on the methods etc. 3) consider 
breaking some parts into their own classes as needed.
Thanks.



Re: [flexcoders] general tips: port javascript to as3

2009-06-02 Thread Pedro Sena
Very interesting lib btw.

I believe that you already now that google provided a library for flex too,
don't you?

If you can, please share it in google code, I'm very interested on it.

I could even give you some help on weekends.

Regards,

PS

On Tue, Jun 2, 2009 at 7:22 PM, arocheking rochek...@gmail.com wrote:



 Hi, I'm considering porting a library over to as3

 You don't have to look at this, but if you want to the javascript is here:
 http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html

 I haven't done this before. I was hoping to get the main general steps to
 convert javascript to as3. I'm thinking, 1) declare data type for the
 variables, 2) define public/private/protected on the methods etc. 3)
 consider breaking some parts into their own classes as needed.
 Thanks.

  




-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/