I’ve updated my Yahoo Maps application to use the latest version of FlashInterface. Robert re-worked the API a bit so it’s even easier to use and requires less coding. I’ll try to post the source tonight. See my earlier post for more details on what this Flex 2 / Flash 8 Yahoo Maps application is all about.
One downfall to this approach of using Yahoo Maps in a Flex 2 app is the fact that you have to code a Flash 8 SWF which exposes all of the functionality of the Yahoo Maps component. Now that Robert has released SWFAdapter, I’d like to see if it’s possible to use the same SWF that the Yahoo Javascript-Flash API uses. After a little digging around in the javascript I noticed that a SWF is loaded and then talked to via a javascript API. By looking through all of the code I’m guessing one could use SWFAdapter to make all of the same calls on that SWF. I’m not sure if this goes against anything in the Yahoo Maps terms of use so I’ll have to read that over some more before I release anything for distribution.



