Hi Ana- Is it that you are trying to get mouse events to pass through the rectangle, and it's not working?
- pamela On Thu, Oct 23, 2008 at 11:44 AM, anagha wankhede <[EMAIL PROTECTED]> wrote: > Hello , > > Thx, again. > Now, I will tell you my application. > I need to create a rectangle over a map , which will cover a map with > transparent background. > It should not movable with map. > I used custom overlay, which works fine , but is movable with map. > Now , Iused custom control, which covers map. but the problem is I can not > click on control, even if I click on it nothing happens. > So, can you pls help , what exactly I should use? > > Ana > > On Sun, Oct 19, 2008 at 7:25 PM, pamela (Google Employee) > <[EMAIL PROTECTED]> wrote: >> >> Hi Ana- >> >> The Google Maps API for Flash is for ActionScript developers, and the >> Google Maps API is for JavaScript developers. Both of them have >> overlay and control interfaces. It's up to you as a developer to >> decide which API is suited for your needs and skill level. >> >> - pamela >> >> >> On Mon, Oct 20, 2008 at 2:51 AM, anagha wankhede >> <[EMAIL PROTECTED]> wrote: >> > Thx. >> > Looks like , Google maps API for flash is different from Google maps >> > API. >> > Can I use the Maps API key for Flash? >> > >> > >> > On Sun, Oct 19, 2008 at 3:34 AM, pamela (Google Employee) >> > <[EMAIL PROTECTED]> wrote: >> >> >> >> Hi Ana- >> >> >> >> Then you don't actually want it to be an overlay - >> >> >> >> An overlay is an object that moves when the map moves - it's related >> >> to some latitude/longitude coordinates. A control is an object that >> >> doesn't move when the map moves - it's just related to some pixel >> >> position on the map panel. >> >> >> >> So you, in fact, want a control. Here are some custom control demos >> >> that should help you: >> >> >> >> >> >> http://code.google.com/apis/maps/documentation/flash/demogallery.html?searchquery=controlbase&classname= >> >> >> >> - pamela >> >> >> >> >> >> On Sun, Oct 19, 2008 at 3:21 AM, anagha wankhede >> >> <[EMAIL PROTECTED]> wrote: >> >> > Actually , >> >> > I have the code from your website developer code for custom overlay. >> >> > Slight modification is that , I don't want that custom overlay to >> >> > move >> >> > with >> >> > map. >> >> > Means , if map moves, the custom overlay rectangle should not move. >> >> > >> >> > Thx, >> >> > Ana >> >> > >> >> > On Sat, Oct 18, 2008 at 5:44 AM, pamela (Google Employee) >> >> > <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> Hi Ana- >> >> >> >> >> >> Please clarify exactly what you're looking for. Do you already have >> >> >> the code and it's not working? Or do you need help writing this >> >> >> code? >> >> >> >> >> >> - pamela >> >> >> >> >> >> On Sat, Oct 18, 2008 at 3:56 AM, ana <[EMAIL PROTECTED]> >> >> >> wrote: >> >> >> > >> >> >> > Actually, >> >> >> > I was using that custom overlay for rectangle , I want to cover >> >> >> > my >> >> >> > map with this custom overlay. I filled with gray color and I want >> >> >> > to >> >> >> > cover this for whole map , as I moved my cursor. >> >> >> > Can you tell me how should I use this for my application. >> >> >> > >> >> >> > > >> >> >> > >> >> >> >> >> >> > >> >> >> >> >> > >> > >> > > >> > >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
