[flexcoders] Yahoo Maps AS3 integration problem

2008-01-27 Thread aceoohay
I am adding Yahoo maps to an existing application. Everything seems to be working swimmingly. This application has a generic feature for all panels that allows the user to e-mail the panel to another user. To do this the application grabs the image of the panel using the BitmapData/draw()

Re: [flexcoders] Yahoo Maps AS3 integration problem

2008-01-27 Thread Sherif Abdou
try a crossDomain file - Original Message From: aceoohay [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, January 27, 2008 11:39:22 PM Subject: [flexcoders] Yahoo Maps AS3 integration problem I am adding Yahoo maps to an existing application. Everything seems

[flexcoders] Yahoo Maps

2008-01-09 Thread Chip Moeser
Hello, Does anyone have a copy of the 'com.yahoo.maps' package they can email me off list? I am trying to update the current 'as2map.swf' and the only code I can find is the new 'com.yahoo.webapis.maps' package which is severely lacking. Best, -Chip chip.moeser at gmail

[flexcoders] Yahoo Maps Viewstack Sandbox Issues

2008-01-04 Thread Chip Moeser
Hello All, Anyone ever come up with a solution to the problem that a sandbox error comes up when using Yahoo Maps AS3 in a viewstack with transitions? Found lots of unsolved threads:( Best, -Chip

Re: [flexcoders] Yahoo Maps Viewstack Sandbox Issues

2008-01-04 Thread Aaron Miller
I had to create a MapLoader component that has the yahoo map service in it, then created an actionscript var of that type. When the viewstack changes for the first time, I instantiated it and added it as a child to the viewstack container. # if( idViewTab.selectedIndex == 1 myMapLoader == null )

[flexcoders] Yahoo maps api for flex 2

2007-10-30 Thread Nate Pearson
I thought that Yahoo made a new api for flex 2...maybe I dreamed it up because I can't find it on the net! Can anyone link me? Thanks, Nate

Re: [flexcoders] Yahoo maps api for flex 2

2007-10-30 Thread John Robinson
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 bridge between that and your AS3 flex stuff. John On Oct 30, 2007, at 10:20 AM, Nate Pearson wrote: I thought that Yahoo made a new api for flex 2...maybe

Re: [flexcoders] Yahoo Maps

2007-10-20 Thread Mansour Raad
If you are looking for a mapping component, check out ESRI Flex2 mapping component at http://www.esri.com/flex Mansour Check out my blog http://thunderheadxpler.blogspot.com :-)

[flexcoders] Yahoo Maps

2007-10-17 Thread g07m5064
Hi, Let me start by stating that I am a newbie. I have just started read through the tutorial on using Yahoo Astra Map api at: http://www.clockobj.co.uk/2007/10/4/using-yahoo-astra-map-api-with-flex-2 All went good. Hence, I have a map component which I would like to add to an application where

RE: [flexcoders] Yahoo Maps

2007-10-17 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g07m5064 Sent: Wednesday, October 17, 2007 4:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Yahoo Maps Hi, Let me start by stating that I am a newbie. I have just started read through the tutorial on using Yahoo

Re: [flexcoders] Yahoo Maps

2007-10-17 Thread Mathe Maema
Thanks a lot Tracy it works. I suppose now my task is to learn when to have an event as an argument to my functions. - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 18 October, 2007 12:04:09 AM Subject: RE: [flexcoders] Yahoo Maps

[flexcoders] yahoo maps CustomSWFMarker

2007-09-12 Thread thibs73
Hi there, Anyone know if there is a click event for a CustomSWFMarker in yahoo Maps? Just like the onPOIClicked for POIMarker...why am I not using POIMarker? Because it seems that I can only add POI Markers by address only. I need to be able to add it by Lat Lon. To sum up, I want to add

Re: [flexcoders] Yahoo Maps questions

2006-07-18 Thread JesterXL
PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 1:32 AM Subject: [flexcoders] Yahoo Maps questions 1) I have a marker CustomPOIMarker, I want to embed a link and call an actionscript function in my flex code. I have tried this with and without _parent,parent and it never

[flexcoders] Yahoo Maps questions

2006-07-17 Thread jgraham_us
1) I have a marker CustomPOIMarker, I want to embed a link and call an actionscript function in my flex code. I have tried this with and without _parent,parent and it never works. If I put a link to an HTML page it works fine. But I need to notify my application when the click has occured.

[flexcoders] Yahoo! Maps gets satellite hybrid.

2006-04-12 Thread Clint Modien
Can play with it here: http://maps.yahoo.com/beta Can check out the developer api's here: There are 3 api's. Flex, Flash, and _javascript_ (Using Yahoo!'s flash maps with _javascript_.) http://developer.yahoo.com/maps/index.html (Technically there are 5 including the AJAX and simple

Re: [flexcoders] Yahoo! Maps gets satellite hybrid.

2006-04-12 Thread John Dowdell
Clint Modien wrote: Can play with it here: http://maps.yahoo.com/beta [lots of links snipped] Feedback welcome as always. Great stuff, Clint, thanks for the links... if folks here do Flex experimentation on this API it would be great to collect the examples as inspiration for others, thanks

RE: [flexcoders] Yahoo! Maps API

2006-03-26 Thread David Mendels
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo! Maps API That is correct. mike chambers [EMAIL PROTECTED] Brendan Meutzner wrote: Hey Matthew, I'm going to go out on a limb here and suggest that the current swc is only compatible with 1.5. When I tried importing

RE: [flexcoders] Yahoo! Maps API

2006-03-26 Thread Matthew Simpson
:[EMAIL PROTECTED] On Behalf Of Mike Chambers Sent: Sunday, March 26, 2006 1:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo! Maps APIThat is correct.mike chambers[EMAIL PROTECTED]Brendan Meutzner wrote: Hey Matthew, I'm going to go out on a limb here

[flexcoders] Yahoo! Maps API

2006-03-25 Thread lhs_pioneers_86
Hello All, I'm trying to the Yahoo Maps API sample application up and running but all I get is an empty pane and two error messages: The error messages are identical: Type annotation is not a compile time constant:YahooMap Here's the code: ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Yahoo! Maps API

2006-03-25 Thread stacey
didn't see any code posted,however that error suggests that it can't find the class. clean the project and try again. Hello All, I'm trying to the Yahoo Maps API sample application up and running but all I get is an empty pane and two error messages: The error messages are identical:

Re: [flexcoders] Yahoo! Maps API

2006-03-25 Thread Brendan Meutzner
Hey Matthew,I'm going to go out on a limb here and suggest that the current swc is only compatible with 1.5. When I tried importing the it into a 2.0 project, it threw errors.Someone correct me if I'm wrong. BrendanOn 3/25/06, lhs_pioneers_86 [EMAIL PROTECTED] wrote: Hello All,I'm trying to the

Re: [flexcoders] Yahoo! Maps API

2006-03-25 Thread Mike Chambers
That is correct. mike chambers [EMAIL PROTECTED] Brendan Meutzner wrote: Hey Matthew, I'm going to go out on a limb here and suggest that the current swc is only compatible with 1.5. When I tried importing the it into a 2.0 project, it threw errors. Someone correct me if I'm wrong.

[flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Jonathan Miranda
Anyone got a no-brainer solution to this or know somewhere where I can find this information? Im trying something just real basic with the SWC in the root of the project and Im getting YahooMap is not a compile-time constant or something close to that. Ideas? ?xml version=1.0?

Re: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Hari Kolasani
First of all , I think you need to include the .SWC file in the Build Path. Secondly, I don't think Yahoo Maps Flex API is supported in Flex2/Action Script 3. - Hari Jonathan Miranda wrote: Anyone got a no-brainer solution to this or know somewhere where I can find this

Re: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread JesterXL
Message - From: Jonathan Miranda To: flexcoders@yahoogroups.com Sent: Monday, February 06, 2006 3:30 PM Subject: [flexcoders] Yahoo Maps Flex 2 Anyone got a no-brainer solution to this or know somewhere where I can find this information? I’m trying something just real basic

RE: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Jonathan Miranda
pieces. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Monday, February 06, 2006 3:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo Maps Flex 2 Flex 1.5 was used to create the Yahoo Maps currently on Yahoo's dev

Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread John Dowdell
Tom Fitzpatrick wrote: Any input or pointers to other Flex/Yahoo Maps code examples much appreciated. I haven't been able to dig as deeply as I'd like, and so can't answer the questions, but I do know a riper venue for such discussions: http://groups.yahoo.com/group/yws-maps/ jd -- John

Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread Tom Fitzpatrick
Thanks, John - yes, I've posted to that list, but there don't seem to be many people there either working with the Flex API. - Tom At 03:30 PM 1/19/2006, you wrote: Tom Fitzpatrick wrote: Any input or pointers to other Flex/Yahoo Maps code examples much appreciated. I haven't been able to

[flexcoders] Yahoo Maps questions

2006-01-14 Thread Tom Fitzpatrick
Anyone else working with Yahoo Maps? I've been playing with it (using Flex 1.5) and have a some questions. Building on the standard examples at Yahoo, I'm getting things to work, but: - At certain zoom levels, the navigator seems to have a hard time refreshing; it will go black, but then if I

[flexcoders] Yahoo! Maps hiring contractors

2006-01-10 Thread Aaron King
Hello all! For anyone wanting to work on a Flex project with large exposure, Yahoo! Maps is currently looking to contract several Flex/Actionscript developers. You would need to be able to work onsite in our offices in Santa Clara, CA. If interested, please send your resume to [EMAIL

Re: [flexcoders] yahoo maps

2005-11-29 Thread Jeremy Tooley
- From: "Jeremy Tooley" [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 29, 2005 12:07 AM Subject: [flexcoders] yahoo maps yo, so... I have tried Jesses example on the yahoo maps and it works super good on 1.5. Has anyone used the api on flex 2.0. I am i

Re: [flexcoders] yahoo maps

2005-11-29 Thread JesterXL
. - Original Message - From: Jeremy Tooley To: flexcoders@yahoogroups.com Sent: Tuesday, November 29, 2005 1:14 AM Subject: Re: [flexcoders] yahoo maps This has been a battle for the last two days.. damnJesterXL wrote: I tried in 2, and gave up. If you get it working, let me

Re: [flexcoders] yahoo maps

2005-11-28 Thread JesterXL
: Tuesday, November 29, 2005 12:07 AM Subject: [flexcoders] yahoo maps yo, so... I have tried Jesses example on the yahoo maps and it works super good on 1.5. Has anyone used the api on flex 2.0. I am in a battle right now.. and the computer is winning. Jeremy -- Flexcoders Mailing List FAQ: http

[flexcoders] Yahoo maps

2005-11-08 Thread Philippe Maegerman
Lots of noise about yahoo maps lately, have a look at this: http://justin.everett-church.com/index.php/2005/11/08/maps-that-are-consistent-with-your-design/ Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Yahoo Maps, Flex 2 option

2005-11-05 Thread yaagcur
I have the API working fine on 1.5 but although Yahoo quote you'll need Macromedia Flex 1.5 or higher I get a type annotation error when attempting in the 2 alpha I'm guessing the classes need to be AS3 compliant and we need to wait for Yahoo to provide an update Or is there anything that can be

Re: [flexcoders] Yahoo Maps, Flex 2 option

2005-11-05 Thread JesterXL
Can you paste the error exactly? - Original Message - From: yaagcur [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, November 05, 2005 11:23 AM Subject: [flexcoders] Yahoo Maps, Flex 2 option I have the API working fine on 1.5 but although Yahoo quote you'll need

[flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread David Mendels
Hi, More info here: http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash/ I suspect this is the highest profile Flex app to date. Note there is also a developer API designed for Flex developers to use. -David -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread hank williams
Wow. This is the first app where you can easily compare apples to oranges. I cant tell you how many people really cant understand the difference between flash/flex and DHTML/ajax. Its wierd. Its like there is some developer stupidity field that can be very hard to break through. This is exactly

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Robert Thompson
Why does the Flex API require use of a Shockwave Control instead of simply the Flash control? Although I'm not saying this is the case, there is prob. only one thing I'm sensetive to when it comes to macromedia, and that would be anything going on to try to unnecessarily require someone to adopt

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread hank williams
On 11/3/05, Robert Thompson [EMAIL PROTECTED] wrote: Why does the Flex API require use of a Shockwave Control instead of simply the Flash control? I dont think this is true. Hank Yahoo! Groups Sponsor ~-- Most low income households are not

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread JesterXL
t;3" latitude="37.77159" longitude="-122.401714" / - Original Message - From: David Mendels To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 8:47 AM Subject: [flexcoders] Yahoo Maps built with Flex! Hi, More info here: http://www.techcrunch.com

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Ben Forta
: Thursday, November 03, 2005 9:08 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Yahoo Maps built with Flex! Why does the Flex API require use of a ShockwaveControl instead of simply the Flash control?Although I'm not saying this is the case, there isprob. only one thing I'm sensetive

[flexcoders] Yahoo Maps Example

2005-11-03 Thread JesterXL
For those who want to see a quick example, you can download the SWC (stupidly called Shockave control on the site, that's where the confusion came in), and use this code. Keep in mind the sliders are NOT BACKWARDS! Since I'm not a map geek, this was my first lesson in latitude longitude as

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Brian Deitte
they can change this to just say SWC. -Brian -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Thompson Sent: Thursday, November 03, 2005 9:08 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo Maps built with Flex! Why

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Weyert de Boer
Their are some minor issues with it :-) Such as, NaN in the Local Event Browser. Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Robert Thompson
Why does the Flex API require use of a Shockwave Control instead of simply the Flash control? I dont think this is true. Maybe I'm just mis-understanding this (is SWC a new way to deploy Flex Builder components or something?): From

Re: [flexcoders] Yahoo Maps Example

2005-11-03 Thread Robert Thompson
Thanks Jester! It's obvious of course as has been said that Flash Player is used for presentation of Flex -- still the SWC as you say and I agree, is a big mistake as it can cause shock :-/ Besides this mistake though, seems Yahoo is starting to get it's act together in working with developers;

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Ian Welsh
And no United Kingdom - sob, sob. Ian -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: 03 November 2005 14:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo Maps built with Flex! Their are some minor issues

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Merrill, Jason
Jason Merrill | E-Learning Solutions | icfconsulting.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Thompson Sent: Thursday, November 03, 2005 9:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo Maps built

Re: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread JesterXL
. - Original Message - From: Robert Thompson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 9:47 AM Subject: Re: [flexcoders] Yahoo Maps built with Flex! Why does the Flex API require use of a Shockwave Control instead of simply the Flash control? I

Re: [flexcoders] Yahoo Maps Example

2005-11-03 Thread JesterXL
Subject: Re: [flexcoders] Yahoo Maps Example Thanks Jester! It's obvious of course as has been said that Flash Player is used for presentation of Flex -- still the SWC as you say and I agree, is a big mistake as it can cause shock :-/ Besides this mistake though, seems Yahoo is starting to get it's

Re: [flexcoders] Yahoo Maps Example

2005-11-03 Thread JesterXL
: [flexcoders] Yahoo Maps Example The SWC file is great, the way it's written is blasphemy; I agree it should be changed, and damn quick before the blogsphere picks it up full steam. - Original Message - From: Robert Thompson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday

RE: [flexcoders] Yahoo Maps built with Flex!

2005-11-03 Thread Steve Cox
Flex doesnt require shockwave control, only the flash J -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Thompson Sent: 03 November 2005 14:08 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Yahoo Maps built with Flex

Re: [flexcoders] Yahoo Maps Example

2005-11-03 Thread JesterXL
: [flexcoders] Yahoo Maps Example Hi, Where is it called a Shockwave controlcan you give the exact location so we can get it fixed? -David -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Thursday, November 03, 2005 9:30 AM