Hi Seis -
To extract the bit after the colon, I'd do:
var myArray = myString.split(":");
var lat = myArray[1];
- pamela
On Wed, Jan 7, 2009 at 1:56 PM, Seis Pesos <[email protected]> wrote:
>
> In javascript, we can convert colon (":").
> For example: "geo:lat" to "lat", also "geo:long" to "lng".
> See; http://japonyol.net/editor/small-sismo2.html
>
> In case of Flash (mxml), how to write it?
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---