Hermes David Junior created FLEX-33927:
------------------------------------------

             Summary: Using HTML Google StreetView on AIR
                 Key: FLEX-33927
                 URL: https://issues.apache.org/jira/browse/FLEX-33927
             Project: Apache Flex
          Issue Type: Bug
          Components: mx: HTML Control
         Environment: HTML StreetView on AIR
            Reporter: Hermes David Junior
            Priority: Blocker


The only way to use google StreetView now is as html with api v3. The problem 
is that it doesnt work on any air html renderers. I already tried the 
mx.controls.HTML, HtmlLoader and StageWebView, but none of them works. Its 
betterfor me if mx:html worked, because I need to interact with flex on both 
ways, and its simpler with it.

Here is a simple example that loads a google streetview sample. Check the 
diferences by opening the link 
"https://google-developers.appspot.com/maps/documentation/javascript/examples/full/streetview-simple";
 on a browser and navigating on them. Thanks in advance!


<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                           
xmlns:s="library://ns.adobe.com/flex/spark" 
                                           
xmlns:mx="library://ns.adobe.com/flex/mx">
        <mx:HTML 
location="https://google-developers.appspot.com/maps/documentation/javascript/examples/full/streetview-simple";
 width="100%" height="100%" />

</s:WindowedApplication>



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to