Try this: <mx:Canvas width="100%" height="100%" id="canvas" > <mx:UIComponent id="mapContainer" width="100%" height="100%" right="0" verticalCenter="0" /> * and in the script* gMap = *new* Map(); gMap.key =*"yourKey"*; gMap.addEventListener(MapEvent.MAP_READY, mapReadyHandler); mapContainer.addChild(gMap);
On 12/31/08, developar <[email protected]> wrote: > > > I mean like this website: > http://www.howsfvotes.com/ > > On Dec 30, 2:15 am, developar <[email protected]> wrote: > > Thanks Benji for the notice, I don't know why it is directing to an > > other website > > When you enter fromwww.theguideoman.comit is not redirecting > > On Dec 28, 4:00 pm, developar <[email protected]> wrote: > > > > > Hello everybody,,, > > > > > I am working on a Google Maps project for 3-4 months now, and the > > > phase 1 is completed and everything is fine, anyway I am having a > > > problem in showing my project in full screen, I don't mean user's full > > > screen but browser's full screen I mean to match the width & height of > > > the browser. > > > > > I tried so many things to achieve that with no result, I've used this: > > > map.width = stage.stageWidth; > > > map.height = stage.stageHeigh; > > > > > Here is the result:http://www.theguideoman.com/MapSimple96.html > > > > > Any help is appreciated, and please all feel free to ask me about > > > anything in my project, how I did it or any other question, because I > > > know it is a cool application ;) > > > > > Regards, > > > > > developar > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
