I have a Google Maps mashup web site that I want to display in an
Adobe AIR app using the AIR HTML component.  AIR uses the Webkit
backend shared with Safari.  My mashup shows a map with some semi-
transparent polylines (drawn as circles).  In Safari, everything looks
as it should.  In AIR, the polylines are opaque; the GPolyline opacity
value is ignored.  I've tried the AIR app on Linux and Windows XP.
Has anyone else encountered this issue or have some suggestions?  This
is likely an AIR issue but I thought others here may have experienced
it.

The web site:
http://dstresearch.com/map.html

The AIR code:

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute" height="800" width="800">

    <mx:HTML id="html"
            width="100%"
            height="100%"
            location="http://dstresearch.com/map.html"; />

</mx:WindowedApplication>

Thanks,

Josh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to