You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Hermes David Junior (JIRA)" <ji...@apache.org> on 2013/11/22 16:04:37 UTC

[jira] [Updated] (FLEX-33927) Using HTML Google StreetView on AIR

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

Hermes David Junior updated FLEX-33927:
---------------------------------------

    Environment: Desktop AIR  (was: HTML StreetView on AIR)

> 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
>
> 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)