Try creating the bitmap icon before using it in your marker options
Ie swap the two lines to be in this order:
var bm:Bitmap = new fish() as Bitmap;
var markerOptions:MarkerOptions = new MarkerOptions({icon:bm});
Otherwise you'll be passing an invalid asset to the MarkerOptions and
hence will probably get the default.
Michael
On Dec 14, 11:32 am, Matt Koebel <[email protected]> wrote:
> Thanks but I don't have Flash .. only Flex Builder.
> Any other suggestions?
--
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.