Error on Google maps simple map with Flex3

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Error on Google maps simple map with Flex3

    I have the following message ; "Initialization failed: please specify an API
    key"
    when I try to run the first sample that i found on Google Maps API for Flash
    Tutorial ; link below
    [url]http://code.google.com/apis/maps/documentation/flash/basics.html[/url]
    Google explains that when you run on your own computer, you don't need the key.
    I tried it on flex3 and Air with the same error message.
    May somebody explain what i do wrong ?
    Excuse my english because I'm french


    etarcos Guest

  2. Similar Questions and Discussions

    1. Pro Maps For Google Web Assist 1.0.0
      Having an issue on a real estate site when I use this extension. The problem is I am wanting to put a map on the top of the page, and the listings...
    2. Error message concerning the Google analytics code,after change a html file in Contribute
      Please Help me!! After installation cms Contribute for my client to administer her site there are warnings concerning the code of Google Analytics....
    3. Google Analytics creates error message
      Since I installed Google Analytics a client of me has problems with contribute. He can still edit the pages but everytime he browses through his...
    4. Google Maps extension
      Does anybody know if the Google extension for Google Maps can be used for my classified directory? When I tried it I was asked for an address, does...
    5. Simple Google search
      I'm trying to develop a search page for my website, but rather than using Verity I want to use Google. I have a search box in my cfm.dwt.template...
  3. #2

    Default Re: Error on Google maps simple map with Flex3

    Resolved with Map.key = "theKey";

    Sorry
    etarcos Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139