You might try adding a leading slash to the path [Embed(source="/blue- dot.png")] , I know this has issues when building with maven I haven't had that issue in flex builder... alternatively maybe just try removing the hyphen from both, otherwise it just needs to be in the src folder (by default you can check additional source folders included in the project properties, assuming flex/flash builder/ eclipse, it treats those as though they were at the root of the main source folder as well). As another attempt I would just drop another image there and try to replace and see if you get a different result perhaps the program used to save the PNG file created some extra metadata or something else that the flex compiler is choking on (though it seems it just can't find it). Shaun
On Dec 24, 2:58 pm, Jerry <[email protected]> wrote: > Getting an error as > > -Unable to transcode blue-dot.png. > -unable to resolve 'blue-dot.png' for transcoding > > [Embed(source="blue-dot.png")] > > i have my png file next to my mxml file > > how to resolve this -- 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.
