Open an HTML stack's link in in-app browser

Hello all,
Here's the scenario: One of our advertisers has created an ad using Hype.  We've loaded the ad and all works well except for the only link on the page. Despite the fact that the link opens in a new window on a traditional web browser, it opens within the page of our HTML stack.
Is there a way to force links to open using the in-app browser instead of within the stack?
Thanks,
Steven Sokulski

Yes, the cookbook version works in AIR.
Here it is
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Script>
      <![CDATA[
            private function init():void
                  html.htmlLoader.navigateInSystemBrowser = true;
      ]]>
</mx:Script>
      <mx:HTML location="test.html" id="html" creationComplete="init()"/>
</mx:WindowedApplication>

Similar Messages

  • I have made a webpage in HTML with several links to JPGs / GIFs. The text matter opens perfectly but not the images. Please help me

    I have made a web page in HTML with several links to JPGs / GIFs. While text matter opens up perfectly, but not the images. Please help me.
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CTS Version; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    URL of that web page?

  • Open html's link in system's browser

    I need help!!
    I need open link in System's browser.
    HTMLLoader has navigateInSystemBrowser property but how do
    you set this value?. I need a example, please.
    I don't like open link with air.navigateToURL(url) .
    see you.
    My html page is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    lang="en_US" xml:lang="en_US">
    <head>
    <link rel="stylesheet" type="text/css"
    href="js/ext-2.1/resources/css/ext-all.css" />
    <link rel="stylesheet" type="text/css"
    href="js/ext-2.1/air/resources/ext-air.css" />
    <!-- link rel="stylesheet" type="text/css"
    href="css/feeds.css" /-->
    <script type="text/javascript"
    src="js/AIRAliases.js"></script>
    <script type="text/javascript"
    src="js/AIRIntrospector.js"></script>
    <script type="text/javascript"
    src="js/ext/ext-base.js"></script>
    <script type="text/javascript"
    src="js/ext/ext-all.js"></script>
    <script type="text/javascript"
    src="js/ext/ext-air.js"></script>
    <script type="text/javascript"
    src="js/jquery-1.2.6.min.js"></script>
    <script type="text/javascript"
    src="js/app/windows.js"></script>
    <script type="text/javascript"
    src="js/app/msg.js"></script>
    <script type="text/javascript"
    src="js/app/app.js"></script>
    <script type="text/javascript"
    src="js/app/html.js"></script>
    <script type="text/javascript"
    src="js/app/login.js"></script>
    <script type="text/javascript"
    src="js/php.js"></script>
    <title> </title>
    <script>
    //abre los links en el Navegador por default
    function openLink(url) {
    var variables = new air.URLVariables();
    var request = new air.URLRequest(url);
    request.data = variables;
    try {
    air.navigateToURL(request);
    catch (e) {
    // handle error here
    function init() {
    </script>
    </head>
    <body onload='init()'>
    <script type="text/javascript">
    Ext.onReady(function() {
    var win = new Ext.air.NativeWindow({
    id: 'windows',
    trayIcon: 'img/inyim.png',
    instance: window.nativeWindow,
    minimizeToTray: true,
    trayTip: 'Inyim',
    trayMenu : [{
    text: 'Open Inyim',
    handler: function(){
    win.activate();
    text: 'Exit',
    handler: function(){
    air.NativeApplication.nativeApplication.exit();
    width:300,
    heigth:400,
    resizable: true,
    visible:true
    //application.init();
    win.show();
    </script>
    <a href="
    http://www.google.com.ar">ir</a>
    </body>
    </html>

    Yes, the cookbook version works in AIR.
    Here it is
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
    <mx:Script>
          <![CDATA[
                private function init():void
                      html.htmlLoader.navigateInSystemBrowser = true;
          ]]>
    </mx:Script>
          <mx:HTML location="test.html" id="html" creationComplete="init()"/>
    </mx:WindowedApplication>

  • Opening a HTML page from a Navigation link

    Hi All,
           I have a requirement of adding a new link at the navigation bar of WebClient. This link will open a static html page with some contents. I have created the page required for it. But I don't know how the link will be created at Navigation bar and how to open the html page from it. I am using the SAP CRM 5.0 and I want to add the link at Default profile.
      Please help.
    Thanks
    Indranil Datta

    Hi Sujit,
        Thanks for your help. I have created a new navigation bar entity and added that in a customized profile. I have also mentioned the page name and path for that link from tran SPRO. I found that link after logging into IC WebClient. But that link is not connected with the required page. If I click on the link page, it get refreshed but without any change.
    Thanks,
    Indranil Datta.

  • Open link in users default browser instead of the AIR built in one

      Hi, i am creating an AIR application using Web thejnology(html,javascript and css). The problem is that i have a link and when clicking on it the link is opened in the AIR browser not in the users browser. Is it possible to open the link in the users browser? This is how i done it :  <a href="https://www.designersbookshop.com/" target="_blank" >Click here to visit us!</a>

    To do this for all links, set the HTMLLoader object'snavigateInSystemBrowser property to true.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.h tml#navigateInSystemBrowser

  • Open an html file inside spry collapsible panel

    Greetings,
    Using CS5
    Does anyone know the CSS code/possibility of opening an html file inside the Spry panel?
    I've tried the following code:
    .CollapsiblePanelContent {
        background-image: url(lookoutgraph.html);
    Is there a better CSS element for calling up an html file?
    For what it's worth...the html file I'm tring to open uses a <canvas> tag. When opened by itself, the html file has no problem opening and displaying the canvas data.
    Much Thanks!

    With the exeption of images, to add external content to a document you will need to make use of either serverside or clientside code.
    Have a look at the SpryHTMLPanel here http://labs.adobe.com/technologies/spry/samples/htmlpanel/html_panel_sample.html
    Otherwise, please supply a link to your site so that we can come up with alternatives.
    Gramps

  • Open hyperlinks in html text using StageWebView instead of external browser

    My iPad app downloads xml data from a server and displays it as html text. The text may contain hyperlinks and currently these are correctly displayed as links in my app. However when I click on the link, it opens the link in an external browser.
    Any idea how I could instead open the links using StageWebView - I know how to open a link using StageWebView - the problem is intercepting whatever causes it to open in the external browser and instead use StageWebView.
    Thanks in advance

    Hi, John, welcome to Apple's user-to-user discussion forums.
    Does anyone here know of a way to open new windows without using command click in a tab?
    If you want links on a web page to open in a new tab, you need to command-click on them. This will work both for links set up to open in the same window and those set up to open in a new window. There is no setting in Preferences to make links on a web page automatically open in a new tab.
    There is a preference setting to open links from other programs, such as Mail, in a new tab. In Safari's Preferences, click on the General icon. Towards the bottom where it says "Open links from applications", check "in a new tab in the current window".

  • Open my html file and cannot edit it

    When I open my html file from Flash, in view design all I get is a grey box with the Flash symbol in the middle and no html tools.
    I want to link some of my buttons but if I go into view live I get html tools but I still can't access them to make links.
    How do I get my html page so that I can make my links?
    Forrest

    Your next button can still do that.  But it has to be programmed within Flash.  Flash files are not natively handled by Dreamweaver.  You have to export them in order to place them on a website within Dreamweaver.
    The only way that Dreamweaver can do this for you is if you create a button in Dreamweaver which does this action for you outside of the Flash area.  Then this button can link to another page or Flash file.  But if the button resides within the Flash file then it must be edited with Flash.

  • How to open non-HTML fiiles in the web browser???

    Hi.. My project requires that I should be able to open all the non-HTML or HTML files in the web browser itself. Ex. If there is some pdf file or doc file or any other file it should open in the browser itself. If the appropriate plug-ins are not there then it should first ask to download those plug-ins and then after downloading it the file should open in the browser.
    I would be grateful if anyone can help me out. If there is some link or something like that then please let me know.
    Thanks in advance.

    hi,
    you can open non-HTML files in the browser... when the file is sent from the server side you have to set the content type to match the content type of the file you are sending..
    for example, if you are sending a pdf file.. you have to set the content type as : application/pdf
    Another example: If you are sending a word doc use: application/msword
    -- Abdel Raoof Olakara
    http://olakara.googlepages.com

  • Renaming HTML links in email apps

    I use Yahoo mail on my iPad as my mail client.  Although I can receive renamed links, I can't seem to create them using the
    standard HTML format for doing so.  If I copy and paste them, they default to the HTML text.
    There also doesn't appear to be any active edit link to select for renaming the link once highlighted.
    What am I doing wrong?

    This is how I've found a way of doing:
    Go to home/library/mail/signatures select all the files in there
    Go to preferences in Mail and create a new signature
    In the home/library/mail/signatures you will see a new file *.webarchive
    Open your html signature with Safari
    Go to File/Save as ... Save as over the new *.webarchive choosing webarchive for the format
    Restart Apple mail if you need to
    (for the images you will need to have them posted on a server)
    Thanks to http://discussions.apple.com/profile.jspa?userID=306147

  • ComboBox  over HTML text shows link

    I have a ComboBox that opens over an HTML text field. The
    HTML text field contains html text as links i.e. "<a href="">
    etc which change colour on rollOver. Rolling over a link in the
    open ComboBox also triggers the rollOver on the underlying html
    text!
    It's as if the ComboBox is transparent, but I can't get it's
    background to be solid so as not to trigger the rollovers
    underneath. BTW the html links do not respond in any way other than
    to the rollOver. They do not link anywhere if a mouse click happens
    in the ComboBox. If the box is closed however, they do link as
    designed, to other pages.

    The HTML_FORMAT was renamed to TEXT_FIELD_HTML_FORMAT to reflect the fact that it is specific to the htmlText property in TextField, not a general html implementation.
    This is working correctly for me:
                var _text:String = "<html><body><span>first line of text, <i>this is italic</i> and <a href='cnn.com'>a link to cnn</a>, 2nd line of text.</span></body></html>";
                var _flow:TextFlow = TextConverter.importToFlow( _text, TextConverter.TEXT_FIELD_HTML_FORMAT);
                _flow.fontLookup = FontLookup.DEVICE;
                _flow.renderingMode = RenderingMode.NORMAL;
                _flow.fontFamily = "Arial";
                var s:Sprite = new Sprite();
                s.x = 30;
                s.y = 30;
                _flow.flowComposer.addController(new ContainerController(s, 300, 500));
                _flow.flowComposer.updateAllControllers();
                addChild(s);

  • Open an *.html page from a vi

    Hi,
    I don't know how to open an .html file from a boolean bouton.
    someone could help me ?
    thanks

    tst wrote:
    But the HTML file on the RIO (if it's anything like remote front panels on the PC) is only a "pointer" to the VI. It is only used so that the browser will have a place to start. The PC has nothing actually running on it and the RIO is not displaying the web page.
    Here is the basic text from a sample file which tells the web browser to connect to a running VI.
    http://www.ni.com/webappdemos/lv">>
    You can see that it's only a few lines telling the browser to connect to the VI. I think that to use the link you will either need an LV program running on the computer or you will need to write your own browser for the RIO (not a recommended solution).
    Is all right, I know that the html file make only a connection to the VI, but the the web page file are on the cRIO.So I don't understand because you think that the browser must start from the cRIO. If I actually can visualize an html file, that is on the cRIO, and the browser are running on my pc, why a link from the VI (as www.html.it) must open a browser on the cRIO and not on client PC?

  • Open local html document in flash

    I've been using the getURL command to open documents on a
    remote server. I need to be able to open a local document on a
    local intranet. Is the a command to open a local html file on a
    local or networked drive?

    Yes, you can open an HTML file in an in-app browser by adding the HTML file to the HTMLResources.zip. Create a button with a Go To URL action that looks something like this:
    HTMLResources/HTML_Local/index.html
    Make sure that you create your HTMLResources.zip file properly and upload it to the folder. You can test this in the Adobe Content Viewer on either the iPad or the Desktop as long as you preview the folio (not the article or layout).
    Basically, you use the same technique to link to the HTML file that you use to link to PDF files. For details, see the DPS Tips app > Advanced Overlays > Linking to PDF Files.

  • FF16.02: opens webpage HTML file as code instead of webpage, seems to save as temporary .txt instead of html.

    Hi,
    I'm using FF 16.0.2
    I have to open a link/attachment on a webpage that is a .html file.
    When I click open, regardless of what software I use to do so: OpenOffice, IE, FF, notepad, wordpad - only HTML code is seen. This is what I assume to be because of what "jscher2000" mentioned - the URL is converted into a HTML.txt file.
    Notably, if I go to the website on IE and open the HTML file through it, it works no problem. I have tried disabling addons.
    I have been looking for fixes & addons to go around this problem, but none so far. First time posting!

    See my answer here: [[/questions/930461#answer-378263]]

  • Preferred/Standard for opening a file from hypertext link?

    I wondered if there was a most preferred way to open another fm doc from a hyptertext doc from a useability/customer preference point of view.
    Openlink?
    Opennew?
    Openlinkfitwin?
    Which is best?
    -Laurie

    Laurie,
    The main difference between any of the "goto..." vs "open..." hypertext options is that the goto's open the doc in the current window, whereas the open's create new independent windows for FM hypertext docs. When going to PDFs, then there is no difference in behaviour. Another difference is that the "open" requires a filename, whereas a "goto" doesn't.
    If you want the links to open in separate windows in PDFs, then you need to be aware that this is under user control and cannot be specified in the PDF document. The user needs to have their Preferences > General > Documents setting for "Open cross-document links in same window" enabled.
    Any of the "fitwin" commands are ignored when creating PDFs.
    The "message openfile" launches a file in it's associated application.
    The "message URL" (Go to URL hypertex command) links to a URL/email client/newsgroup/etc.
    If you need to create named destinations for targets from PDFs or html files to link to, then be aware the using the Newlink command results in FM prepending "M8.newlink." before your named destination. When the file is used in a book, then FM modifies this prefix to be of the form "M[n].8." where the n=1,2,3... depending upon the file's position in the book. These prefixes are meant to create unique targets if the same valid newlink is used in diffrent files when combined into one PDF. To get around this you either prepend your source jumps to the targets with the appropriate prefix or use anchored postscript text frames to create "/DEST pdfmark [linkname]"  entries or Shlomo Perets' TimeSavers tool to clean-up the destination markers after FM has tweaked them.

Maybe you are looking for

  • Syncing across Subnets

    I have a Dlink dir-655 that functions as my wireless access point for Apple TV and an Imac. Because of the design of my house I have to use two routers, one for the wired and one for the wireless thus putting these items on two different subnets. I h

  • HP Pavilion md5880n 58 inch 1080p Microdisplay TV Support

    Picture problem. Watching a Blu-ray disc last night. In the darker scenes, picture appeared to have a dark blurred mesh screen over it. I haven't seen this before. Do you know what it might be or how to troubleshoot?

  • ENDDA  system date format  on the underlying system

    Hi, I have a problem , while my program runs very well on my sytem , it gives problems on other system as the date format on the other system is different. Is there any function to decide the dateformat on the runtime ?

  • Actions are running slow

    my actions are all of a sudden running really slow! I can't take it!  Takes like 10 min to flatten an image! any suggestions???

  • Why I cannot test successfully

    I use oracle8i whose characterset is 'ZHS16GBK' and language is 'AMERICAN' ,also I have installed jdevelopr9i whose project's encoding is 'GBK'.Then I am doing the tutorial example "business components basic tutorial",I have complete all steps except