Popup in a Browser Air?

Hello everyone!
I develop a browser in AIR with Adobe Flash CS4! Everything is perfect, but I can not open the popup of the pages. How do I do this?
my code:
var html:HTMLLoader = new HTMLLoader();
var urlReq:URLRequest = new URLRequest("http://page");
html.width = 1024;
html.height = 600;
html.load(urlReq);
web_mc.addChild(html);
Thanks,

You can look Kidoz a AIR browser app that targets children. You'll 
probably make a custom browser to target an specific audience.
Sincerely,
Michael
El 12/05/2009, a las 8:31, Saka Nurudeen <[email protected]> escribió:
>
Just want to know why to develop a browser in Air.
Why not simply use navigateToURL  function ?
>

Similar Messages

  • I want to remove a popup named The Browser Highlighter. it is frozen on my screen when Mozilla opens up with Google. i cannot even chat with you as it covers the screen where i have to input info

    a popup named The Browser Highlighter appears when Mozilla is turned on. it is frozen and does not respond and will not disappear
    == This happened ==
    Every time Firefox opened
    == when i updated the the latest version of firefox

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    If you have many extensions then you can first enable half of the extensions to test which half has the problem.
    Continue to divide the bad half that still has the issue until you find which one is causing it.

  • How do I remove annoying popups on my MacBook Air?

    Whenever I open Firefox and begin opening windows and just in general, go on the internet, annoying/suspicious adware popups appear. Usually it is the same one that comes in a blinking box and says you got a prize, open! (something annoying like that). My Mac has Adblock Lite on, and in my computers system preferences I put on the Firewall. Why do I seem to get all these annoying ads and what do I do to remove them? I don't trust anything I search for online. Please help. Thank you!

    Remove Browser Pop-up Problems
         AdwareMedic
         Adblock Plus 1.8.9
         Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support

  • Itunes will not popup and recognize Ipad air after initial setup. Advice?

    I was installing a new ipad air to replace a lost and erased one. It was downloading apps and content as expected. I stepped away for a couple of hours. Now it shows the design directing you to connect to itunes. When I connect it to the laptop, Itunes does not popup or recognize the ipad and the ipad does not open. will not open up. The screen with the design directing connection to Itunes persists. Advice?

    That means that the iPad iOS software has to be restored and you will need to try recovery mode now.
    If you can't update or restore your iOS device - Support - Apple

  • Popup/navigate on browser's refresh button

    How to check when user click close/back/refresh button in browser in adf?

    http://andrejusb.blogspot.com/2011/07/how-to-handle-web-browser-buttons-in.html

  • How to stop the key popup, at the browser bar, from showing each time I open my gmal

    this is very annoying and I want to close this and not have it open up each time I prepare to open one of my gmail accounts. the popup is a horizontal box

    As reported elsewhere a modified version of the Firefox userChrome.css file can be used to prevent the Add-on Bar being launched at Firefox restart. You can find a copy of this code in the file I have posted in my Public folder on Skydrive here: https://skydrive.live.com/?cid=8997700dc0fb2601&sc=documents&uc=1&id=8997700DC0FB2601%21119# This can be downloaded and installed in the Firefox profile chrome folder, alongside the two examples provided by Mozilla.

  • How can  we popup "Operating System Browse Window " in OAF?

    Hi...
    I have "Import" button on page.
    I want to display "Operating System Browse Window:" when user hits import
    button.
    This Browse window will navigate user to choose a file.

    Hi,
    You can use the component messageFileUpload for that. You can find some instructions on using it in the OAF Developer's Guide, Chapter 4: Implementing Specific UI Features, on the section "File Upload / Download". When you put a messageFileUpload on the page, it automatically renders the button to call Browse Window.
    Thanks!
    Thiago

  • Display a login popup at (browser-enable) form load.

    Hi,
    Help, please.
    I need to pull the employee’s information from a SAP Web Service but in order to do that I need to pass two parameters: UserID and Password.
    What I want to do?
    I want to display
    a login popup when the browser-enable form load. Something like this:
    How can I do that?
    I’m open to ideas and suggestions. I need some guidance, please.
    Thanks in advanced

    Hi Efebo,
    To display a login popup in the InfoPath form, I recommend to add a button in the form and click the button will popup the login form.
     Please follow the link below for detailed code samples:
    Opening a SharePoint 2010 Modal Dialog Box from an InfoPath Form:
    http://msdn.microsoft.com/en-us/library/ie/hh278954.aspx
    Here is a link about consuming SAP Enterprise Services in a Microsoft Office InfoPath Form for your reference:
    http://www.doc88.com/p-64981574795.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • What is the method for folder-browsing and selecting a non media file type in Android? [Air+AS3]

    Dear Gurus,
    Being a newbie, I have been searching hi & low for the method to browse and select non-media related file type in android.
    Besides the following these which I have reference from the AS3 Documentation (http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html#WS5b3cc c516d4fbf351e63e3d118676a4c56-7ff0)
    var fileToOpen = File.documentsDirectory.resolvePath("");
                                  selectFile(fileToOpen);
                                  function selectFile(root:File):void
                                                 //var txtFilter:FileFilter = new FileFilter ("3D Model File", "*.obj; *.3ds;*.awd");
                                                 root.browseForOpen("Open",null);
                                                 root.addEventListener(Event.SELECT, selectedFile);
                                  function selectedFile(e:Event):void
                                                 trace(fileToOpen.nativePath + " file selected");
    I have went through the following threads yet find no clear workable solution to it.  The closest reference is written in Flex MXML, and I have no luck for converting it to AS3 as there are several properties which I can't get it right.
    http://forums.adobe.com/thread/943887 | http://forums.adobe.com/message/4107990#4107990 | http://forums.adobe.com/message/4548154
    Someone did mention some possible solutions through ANE but it is just too far beyond.  Even, the closest on-the-shelf solution of ANE by http://myappsnippet.com/file-browser-air-extension/ only work best to an extent and not truely "native" as the UI is not default from Android.  It has workable I/O but poor usability; you can't skin it.
    Is there any other workaround solution to this general I/O question?  I would love to hear from everyone here.

    The short answer to my knowledge is there is nothing you can invoke from AIR to open an OS-level dialog to browse/select a file. All implementations typically are people writing their own browser. They crawl the folders/files recursively and write their own display for the files. You can see a few on SO:
    http://stackoverflow.com/questions/12255418/as3-air-browse-for-file-on-sd-card
    http://stackoverflow.com/questions/12257626/as3-get-zip-file-on-phone-from-app-file-path-t hen-unzip
    It's not to terribly hard to code something like this (especially with that starter code). Otherwise, like you found, an on-the-shelf ANE is the only way I believe you can invoke the Android Intent for a file dialog. At that point skinning won't really be terribly easy given the nature of Android users who are completely allowed to customize their UI top to bottom.
    The safest bet is just let that posted code recurse and find the files you tell it to while displaying the list to the user. You can use some pre-written GPU-level lists that you can skin yourself using FeathersUI:
    http://www.feathersui.com (uses Starling)
    Or you can use one of the Flash Pro List components which will be quite a bit slower being they're not GPU optimized like some Flex Spark components.

  • Bug in navigateToURL? (AIR HTML/JavaScript) window name parameter not working

    Hi,
    I have to popup the default browser from a HTML/JavaScript application.
    All links on the Air page should be opened in the same tab in the same browser window that was opened by the first click on a link.
    The code I use is
    var urlString = "http://www.adobe.com";
    var request = new air.URLRequest(urlString);
    air.navigateToURL(request, "myNewWindow");
    The myNewWindow parameter does not seem to be taken into account:  a new tab is opened on every click.
    I created a new Air application in Aptana and added the following straightforward code to it:
    <html>
        <head>
            <title>navigateToURLTest</title>
            <script type="text/javascript" src="lib/air/AIRAliases.js"></script>       
        </head>
        <body>   
    <a href="http://www.google.com"
                onclick="javascript:air.navigateToURL(new air.URLRequest('http://www.adobe.com'), 'AirTestWindow');return false;">New Tab</a>
            <br />
            <a href="http://www.adobe.com"
                onclick="javascript:air.navigateToURL(new air.URLRequest('http://www.adobe.com'), 'AirTestWindow');return false;">Same Tab</a>
        </body>
    </html>
    Same problem.
    Does anyone have any idea?
    Thanks

    Is there really nobody who can answer or at least try to reproduce this? 
    It's just creating a new Air HTML/Javascript application with one link with a named window target!

  • How to pop up a new browser window to point to an external site

    Please help. we want to popup an new browser window when click on a button and the new window is pointing to an external web site.
    I can make it work to point to an external site in the same window. But that is not we want to.
    I do see some old posting about this but it does not work for us.
    Please anyone knows the detail of the steps and code, probably including any environment setting/configuration if required, response to this thread.
    thanks a lot in advance!
    ggu

    ggu,
    This is a gimmicky solution but it works and is reusable. Copy your button template and rename it POP_UP_BUTTON. Get rid of the #LINK# substitution string and replace it with:
    window.open('#BUTTON_ATTRIBUTES#')Put the URL you want to go to in the attributes section of the button. Put something like "TO_<DOMAIN>" in the button request so it is not totally gibberish and irrelevant. This would be much nicer if the apex engine did not include the "apex.submit()" code inside of the #LINK# substitution string. Or if they provided a second substitution string just for the URL specified.
    Here is the old code:
    <button value="#LABEL#" onclick="#LINK#" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>here is the new code:
    <button value="#LABEL#" onclick="window.open('#BUTTON_ATTRIBUTES#')" class="button-default" type="button">
      <span>#LABEL#</span>
    </button>Cheers,
    Tyson Jouglet
    Edited by: Tyson Jouglet on Jun 17, 2011 8:50 AM

  • Cannot install or uninstall AIR

    I am using Vista. I have tried all option to uninstall and
    reinstall include the CMD option which comes with an error message.
    As well I have tried and delete the
    AIR 1.0: msiexec /x {00203668-8170-44A0-BE44-B632FA4D780F}
    AIR Beta3: msiexec /x {E6672E63-6C06-4303-8F37-D8CEE82005B0}
    AIR Beta2: msiexec /x {199FC15D-2E06-47BE-B3EA-CA086FCB94CF}
    AIR Beta1: msiexec /x {0252F032-A08C-4EF1-9857-4F41388C8D69}
    No luck. What ever I try install Air or an application the
    popup window with the message : This application requires a version
    of the Adobe Integrated Runtime (AIR) which is no longer supported.
    I have uninstalled all air applications, cleaned registry and
    still no luck the messages pops even up when I try to install a new
    version of AIR.
    Strange to me that the window pops up whatever I try to
    do

    I have downlowded the latest version. When I try to install
    it a popup windows shows " Adobe Air is already install"
    But have did install it before even used a uninstaller to
    clean all files as well clean my registry as shown in my earlier
    post.
    In the .airinstall.log which I have setup the log is saying:
    Performing runtime install
    UI SWF load is complete
    UI initialized
    enter confirming
    Installation type: patchSame
    Then I tried to install in app. The .airappinstall.log is
    always empty. Any app I try to install the apps I had already on my
    laptop or when I try to download new ones the popup windows shop up
    saying:
    This application requires a version of Adobe Integrated
    Runtime ( AIR) which is no longer supported. Please contact the
    application author fir an updated version
    Well I have tried apps from your website like the ebay all
    off them and I have tried about 10 different once creating the
    popup so there dont even get downloaded. The apps I have already on
    my laptop (not installed) the same deal if I try to install the
    popup shows.

  • I have a problem with a popup saying that my browserhistorie is beeing deleted every time

    when i open Firefox i get a popup deleting my browser historie every time saying "browser historie is now deleting"
    this is very annoying and i don't want my browser histories deleted.
    how can i stop this? please help

    This can happen if you use [[Clear Recent History]] to close the History if you close Firefox and Firefox wasn't able to clear the history. Firefox will clear the selected on the next start in that case.<br />
    Make sure that Firefox is closing properly.<br />
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]
    * http://kb.mozillazine.org/Kill_application

  • How do i get rid of popups?

    I am having MacKeeper popup on my browser every time a new tab opens practically. Tune Up my Mac is also coming up occasionally as well as something called Mac Booster (I think?). I have notifications saying "congratulations you're a winner" and other spam of that sort and I have already moved all of the extensions on my google chrome setting and I am just not sure how to stop these but they are actually driving me insane. I'm not all techy so step by step "for dummies" would be most helpful.
    Thanks in advance!

    You may have installed the "VSearch" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    This trojan is distributed on illegal websites that traffic in pirated content. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • By selecting the dropdown list a new empty browser tab is getting opened

    Hi,
    When i try to pass the parameters in Bi report, by selecting the dropdown list a popup(new empty browser tab) is getting opened why is this so. Can anyone help me to sort it out.
    Edited by: user9093700 on Jul 6, 2012 8:57 AM
    Edited by: user9093700 on Jul 9, 2012 8:46 AM

    If you have tabs on top and no menu then the tabs are in a "Windows" area so there is no space to right. If you put tabs back to the bottom you will have most of your old behavior but because of the changes to tabs on top most of the tab context menu stuff all of the context menu part was lost except the customize toolbar stuff, double-clicking on an empty spot was restored, and eventually during the FF 4 beta most of the tab extensions Firefox messed up eventually worked again except in the area to the right of the tabs.
    The Windows part of that double-click has to maximize or restore to normal,
    and you have to be able to drag the window by it;'s title bar.
    You can make Firefox 4.0.1 and '''Firefox 5.0''' look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]

Maybe you are looking for

  • Report to display accounting documents

    What is the report to display accounting documents Moderator: Please, avoid asking basic questions

  • How do I find out if iPhoto is installed on my new computer?

    After visiting the Apple website section which discusses migrating from a PC to a Mac. Working out how to copy photo's from a PC to a Mac (easy) I have one question. Why am I told to use iPhoto to view pictures if it doesn't come installed with my Ma

  • Moving data from a dead G5 with serial ATA drives to a Mac Pro

    I have a dead Power Mac dual 2.7 GHz G5. The red light on the edge of the mother board is on - and the machine does not start up. It has been dying slowly - the dual monitors turn off when I send an image to my printer. It is under Apple Care - and t

  • ERP 2005 IDES Installation UME Configuration Error

    Hello All, I am installing ERP 2005 SR2 . At the step of UME Configuration it is stopped. I restarted sapinst but no luck , again stoped sap with mmc and restarted the machine and started the sap and then started the sapinst but there was also no luc

  • Mountain Lion upgrade, plus App Store...

    Im going to be getting a Mac Mini sometime soon, (hopefully in the next few weeks) and was wondering the Free Mountain Lion upgrade, is that only for buying from the Apple online Store, or does it go for anywhere you buy the system new? Also i have b