[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-02-13 Thread aceoohay
7;t ever have any > crossdomain > > issues. > > > > > > > > Tracy > > > > > > > > > > > > > > > > > > > > From: flexcoders@yahoogroups.com <mailto:flexcoders% 40yahoogroups.c

RE: [flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-29 Thread Tracy Spratt
Behalf Of aceoohay Sent: Monday, January 28, 2008 10:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Yahoo Maps AS3 integration problem Tracy: The flex code that generates the map is; and associated methods that are called. The Yahoo urls are buried in the Yahoo code. How

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread aceoohay
> issues. > > > > Tracy > > > > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of aceoohay > Sent: Monday, January 28, 2008 6:37 PM > To: flexcoders@yahoogroups.com &g

RE: [flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread Tracy Spratt
OTECTED] On Behalf Of aceoohay Sent: Monday, January 28, 2008 6:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Yahoo Maps AS3 integration problem Bill: Thank for the post. I shouldn't have been so flippant in the earlier post. Obviously what I need is more concrete exam

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread aceoohay
Bill: Thank for the post. I shouldn't have been so flippant in the earlier post. Obviously what I need is more concrete exampleas of how to do this. My language of choice is ASP.NET, preferably VB. Are there any examples of how to setup a proxy server? If the proxy server approach is so easy

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread bill_reddy
--- In flexcoders@yahoogroups.com, "aceoohay" <[EMAIL PROTECTED]> wrote: > > The answer to life, the universe and everything is 42. > > Would you be so kind as to share a bit more information with the > unwashed masses? > > Paul > --- In flexcoders@yahoogroups.com, "Alex Harui" wrote: > > > > T

Re: [flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread Abdul Qabiz
gt; > > From: flexcoders@yahoogroups.com > [mailto:flexcoders@yahoogroups.com ] On > > Behalf Of aceoohay > > Sent: Sunday, January 27, 2008 10:13 PM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Yahoo Maps AS3 integration proble

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread aceoohay
ound is a proxy server. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of aceoohay > Sent: Sunday, January 27, 2008 10:13 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Yahoo Maps AS3 integration problem > >

RE: [flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-27 Thread Alex Harui
The workaround is a proxy server. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Sunday, January 27, 2008 10:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Yahoo Maps AS3 integration problem I put the

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-27 Thread aceoohay
I put the following in both the AS file that does the BitmapData/Draw () as well as the module that renders the map; Security.loadPolicyFile('http://us.maps1.yimg.com/crossdomain.xml'); I believe the problem is on the yahoo side since their crossdomain.xml file contains; I assume tha

[flexcoders] Re: Yahoo Maps

2008-01-10 Thread Uber_Nick
Hi Chip, I was also having trouble finding the right SWF and API source. I did get my app up and running after downloading a bunch of packages and examples from random places. I zipped them in a big ball and posted it here: https://share.adobe.com/adc/document.do?docid=3b5ccc88-bfb7-11dc-8eae-a

Re: [flexcoders] Re: Yahoo maps api for flex 2

2007-11-09 Thread John Robinson
That looks like an outdated quote. john On Oct 30, 2007, at 4:10 PM, Mike Krotscheck wrote: “To create and test applications using Yahoo! Flash Maps using the Flex component, you'll need Macromedia Flex 1.5 with the internal JRun4 server or Tomcat server.” Note: An enterprising develop

RE: [flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Mike Krotscheck
y, October 30, 2007 12:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Yahoo maps api for flex 2 http://developer.yahoo.com/maps/flash/flexGettingStarted.html <http://developer.yahoo.com/maps/flash/flexGettingStarted.html> Dennis --- In flexcoders@yahoogroups.com <mailto:f

[flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Dennis van Nooij
nevermind. Looks like its the old AVM1 version indeed. Dennis --- In flexcoders@yahoogroups.com, "Dennis van Nooij" <[EMAIL PROTECTED]> wrote: > > http://developer.yahoo.com/maps/flash/flexGettingStarted.html > > Dennis > > > --- In flexcoders@yahoogroups.com, John Robinson wrote: > > > > As

[flexcoders] Re: Yahoo maps api for flex 2

2007-10-30 Thread Dennis van Nooij
http://developer.yahoo.com/maps/flash/flexGettingStarted.html Dennis --- In flexcoders@yahoogroups.com, John Robinson <[EMAIL PROTECTED]> wrote: > > As far as I know they haven't. They're AS2 map stuff has a version > that works in Flex, but it uses the old AVM1, and either a js or lc > brid

Re: [flexcoders] Re: yahoo maps "CustomSWFMarker"

2007-09-13 Thread Alain Thibodeau
rying to figure out how I am going to pass the data to the loaded swf :( Perhaps this is the wrong approach, but I am learning! :) thanks in advance for any help! - Original Message From: Abyss Knight <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: W

[flexcoders] Re: yahoo maps "CustomSWFMarker"

2007-09-12 Thread Abyss Knight
I actually am having the same documentation issues, but this might help you: latLonController.addMarkerByLatLon('CustomPOIMarker',dp[i].lat, dp[i].lon,{index:index,title:dp[i].shortName, description: description, markerColor: Number('0x3366CC'), strokeColor: Number('0xCEE9FF')});

[flexcoders] Re: Yahoo Maps questions

2006-09-13 Thread ashishpatel2007
I am trying to make this work in Flex 2 and looked at Nahuel's code. However, I do not see in his example where he is using wrote: > > I need this to work in Flex 1.5, is there a similar way to get it to > work? Basically I just need to know when the link was clicked or > for that matter the m

[flexcoders] Re: Yahoo Maps questions

2006-07-18 Thread jgraham_us
I need this to work in Flex 1.5, is there a similar way to get it to work? Basically I just need to know when the link was clicked or for that matter the marker was clicked. --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Learn from the master. Nahuel's app won i

[flexcoders] Re: yahoo maps

2005-11-28 Thread Jeremy Tooley
Has anyone been using yahoo maps with flex 2.0. And is so are there any examples. Jeremy Doodi, Hari - BLS CTR wrote: I totally agree with you and infact I am planning to do so. But my concern is If I have  some code, like assigning value to dirtyFlag, in change event the

[flexcoders] Re: Yahoo Maps, Flex 2 option

2005-11-08 Thread yaagcur
Type annotation is not a compile-time constant:YahooMap looks like Flex error 1046 --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Can you paste the error exactly? > > - Original Message - > From: "yaagcur" <[EMAIL PROTECTED]> > To: > Sent: Saturday, Novemb