Has anyeone tried just building a 1.5 swf that contains all of your mapping components, since it will work natively with the yahoo maps components in 1.5, and...
Karl, Funny you should bring it up. As hopefull as I was, I tried unsuccessful to do exactly what you suggested. But due to communication issues between the...
I created a yahoo maps app in AS2 and then called the functions in a Flex2 proj and it seemed to work fine, panning zooming , changing map views, havent really...
You can also check out FlashInterface that makes things easier when it comes to communicate between AVM and AVM +.. http://osflash.org/flashinterface -abdul...
Abdul Qabiz
mail@...
Dec 12, 2006 2:00 pm
79
Finished this up today. There are obviously a ton of reasons to want to develop an overall application in flex 2 vs. flex 1.5, and since one piece of that...
I have a standalone Flash application. I have a button that calls a function that opens a yahoo map in a new window. Though I pass the correct lat/lon coords...
I have a standalone Flash application. I have a button that calls a function that opens a yahoo map in a new window. Though I pass the correct lat/lon coords...
Hi, I have two questions on using CustomSWFMarkers. First, I can't seem to get click events to fire for widgets in the custom swf, such as on mousedowns,...
I am not using FLEX at the moment and code in AS 2.0. I have a virtual map microsite built that would be fantastic to use as a launch item from Yahoo Maps...
hey acknight, ok it seems like your setting the lat and long for the object before it is initialized which is why when you press the button for the second time...
yup the reason people want to use flex 2 is because of its strong framework and lots of cool components but essentially you can use just flash to create yahoo...
Okay. I sthere somewhere I can see the event handling stuff for the maps or are you talking events as in Flash events itself? ~ adelle. From: Firdosh Tangri...
I tried calling my function in a _root.onLoad event. Using trace statements, I can see that the function to set the lat/lon is being called before the...
"that the function to set the lat/lon is being called before the onInitMap" should be called after the map is initialized ... From: Adelle C. Knight...
You need to listen for the maps 'initialize' event before you make any calls to it, otherwise they'll be ignored because the actual map hasn't been created...
I would suggest that you create these mouse events in the swf itself, rather than on the map, if i understand you correctly. Can you post some code? Second,...
Hi, I've run into an issue when using the LatLan class (import com.yahoo.maps.LatLon) - perhaps I'm just being stupid or overlooked something obvious but when...
Thanks. It looks like my problem is that I'm trapping rollover and rollout events in the custom swf root timeline to emulate the behavior in the POIMarker...
How do you use the Maps constructor function? http://developer.yahoo.com/maps/flash/V3.04/flashReference.html#Map I would like to set the maps default location...
From the example code, YahooSearch.fla works fine from within flash professional 8. If I put the resulting YahooSearch.swf movie inside a webpage and access it...
Hi Marcel, Yahoo! has moved many of the API entrypoints to *.yahooapis.com, to consolidate our API access and mitigate potential security issues. The new entry...
Hi Carlos, It appears that this is a crossdomain.xml issue, due to the incorrect URL for the search API entrypoint. Make sure that your application is using...
Carlos, The problem is that there is no crossdomain file on api.search.yahoo.com (http://api.search.yahoo.com/crossdomain.xml), despite the fact that the web...