[ 
https://issues.apache.org/jira/browse/FLEX-33927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-33927.
----------------------------------

    Resolution: Won't Fix

Sadly this is an AIR/Flash Player issue and there nothing that the Apache Flex 
project can do to fix it.

See:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/StageWebView.html

Note that:
 - On devices in the mobile, the StageWebView class uses the system web control 
provided by the device operating system.
- On desktop computers the StageWebView class uses the system web control 
provided by the Flash Player plugin.

So it might work on mobile (untested).

> 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: Desktop AIR
>            Reporter: Hermes David Junior
>            Priority: Blocker
>         Attachments: air_browser_error.jpg, air_browser_error2.jpg
>
>
> 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.4#6159)

Reply via email to