Hi Andrew-

The code didn't work because it's just incorrect right now (it calls
functions on the global "this" instead of the map object). We'll have
it fixed tomorrow.

Since the only difference between Flash CS3 and Flex development is
the construction and layout of the map, we determined that it doesn't
make sense to create a CS3 version of each of the simple examples
(since they illustrate concepts that occur after the map
construction).

- pamela

On Fri, Oct 10, 2008 at 5:14 PM, Thanweb <[EMAIL PROTECTED]> wrote:
>
> pamela,
>
> many thanks for your reply.
>
> i have never used flex nor do i know what it is and all the example
> source code is in xml.
>
> i have tried porting it into c3 but keep getting errors thrown up.
>
> do you know if at any time in the future you will be developing a
> library of code for flash cs3?
>
> or will there be a section possibly added fordevelopers to post the
> code for flash?
>
> if and when i get the code working i would like to post it somewhere
> to help others.
>
> thanks again
>
> Andrew
>
> On Oct 10, 1:00 am, "pamela (Google Employee)" <[EMAIL PROTECTED]>
> wrote:
>> Hi Thanweb-
>>
>> We provided all of our examples in Flex, but it should be easy for you
>> to port them to Flash CS3. The key thing to look for is what functions
>> and parameters are being called, and then to call those functions in
>> your own code on whatever your map object is called.
>>
>> - pamela
>>
>>
>>
>> On Fri, Oct 10, 2008 at 12:46 AM, Thanweb <[EMAIL PROTECTED]> wrote:
>>
>> > thank you.
>>
>> > yes thats what im looking for and for some reason can't find examples
>> > anywhere on the google help pages?
>>
>> > On Oct 9, 4:42 pm, "Dutch Rapley" <[EMAIL PROTECTED]> wrote:
>> >> ah, I see what you're saying, you need a Flash example instead of a Flex
>> >> example.
>>
>> >> On Thu, Oct 9, 2008 at 11:34 AM, Thanweb <[EMAIL PROTECTED]> wrote:
>>
>> >> > or alternatively....
>>
>> >> > if i use the xml version as opposed to as3 how do i get flash to call
>> >> > the xml?
>>
>> >> > On Oct 9, 4:31 pm, Thanweb <[EMAIL PROTECTED]> wrote:
>> >> > > thank you  but as before it all seems to be in xml not as3?
>>
>> >> > > is there anywhere with as3?
>>
>> >> > > On Oct 9, 4:28 pm, "Dutch Rapley" <[EMAIL PROTECTED]> wrote:
>>
>> >> > > > Take a look at the Marker Creator demo
>>
>> >> > > >http://code.google.com/apis/maps/documentation/flash/demogallery.html.
>> >> > ..
>>
>> >> > > > On Thu, Oct 9, 2008 at 10:59 AM, Thanweb <[EMAIL PROTECTED]> wrote:
>>
>> >> > > > > i am now looking for code to be able to add a marker to the map 
>> >> > > > > and
>> >> > > > > all i can find is what is on the page that i linked to above.
>>
>> >> > > > > the code provided on that page call to a function
>> >> > > > > (addOverlay(markerA);) that does not exist nor has it been 
>> >> > > > > provided.
>>
>> >> > > > > private function onMapReady(event:Event):void {
>> >> > > > >  setCenter(new LatLng(37.4419, -122.1419), 13,
>> >> > > > > MapType.NORMAL_MAP_TYPE);
>> >> > > > >  var markerA:Marker = new Marker(
>> >> > > > >       new LatLng(48.858842, 2.346997),
>> >> > > > >       new MarkerOptions({
>> >> > > > >                           strokeStyle: new StrokeStyle({color:
>> >> > > > > 0x987654}),
>> >> > > > >                           fillStyle: new FillStyle({color: 
>> >> > > > > 0x223344,
>> >> > > > > alpha: 0.8}),
>> >> > > > >                           radius: 12,
>> >> > > > >                           hasShadow: true
>> >> > > > >       }));
>> >> > > > >  addOverlay(markerA);
>> >> > > > > }
>>
>> >> > > > > where do i find the full source code to get the marker working?
>>
>> >> > > > > pleaseplease advise?
>>
>> >> > > > > many thanks
>>
>> >> --
>> >> Dutch Rapleyhttp://dutchrapley.wordpress.com/- Hide quoted text -
>>
>> - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to