OK, this sounds like will work. Last question, betraying my ignorance, how do i reference the legend I drew on the flash stage? ie the "object I want on top of everything" Thanks!
On Apr 18, 11:09 pm, Todd <[email protected]> wrote: > This should work: > setChildIndex(theObjectYouWantOnTopOfEverything, numChildren - 1); > or > parentOfBothObjects.setChildIndex(theObjectYouWantOnTopOfEverything, > parentOfBothObjects.numChildren - 1); > You would have to call this after your map gets drawn of course. > > On Apr 18, 10:33 am, Cameron Ellis <[email protected]> > wrote: > > > > > > > > > No matter what I do in Flash, my floating legend always shows up > > beneath my map. How can I re-order the layers so my simple flash > > illustration appears above the map - as a legend? Thanks! > > > I thought it would be a simple restacking of layers, ala AI, but maybe > > it's something that needs to happen in the ActionScript? -- 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.
