Displaying an external html page.

Hello,
Does any know if its possible to display an external html page within a container or area inside a flash catalyst project ?
We have created a media gallery and would like to display it within an area of the finished Flash Catalyst project.
Thanks,
Antonio

Hi Laurence,
There are two ways to do this:
1.  If you are developing an AIR application, you can use the HTML component to load a page inside AIR's HTML engine. Here's a post on how to do that: http://blog.everythingflex.com/2008/02/25/air-html-control/
2.  If you are developing a browser application, you can overlay an HTML iframe on top of your Flash movie. You do this in HTML code. I've never actually done it, but here's a thread about it: http://codingforums.com/showthread.php?t=95109
-Adam

Similar Messages

  • Display external html page in (Collapsible Panel widget)

    i everybody
    is there a way to display external html page in (Collapsible Panel widget)
    All the example a seen is with raw text in it
    is the panel can display different object instead of simple text
    At least a internal designed html page
    Thanks

    Thanks... surely a easy one for you
    But its a great tool and its exatly what i want
    even my js button works trough it
    Thanks again

  • Embed external HTML page in Flash

    Does anybody know how to embed an external HTML page into Flash? I am envisioning something like an iFrame, but can't really figure how this would work. I've attempted using a scrollpane, but it didn't work at all.
    Any suggestions?

    you can display it in a popup window or in the same window or in an iframe in the same html page that displays your swf.
    When you say this, do you mean I can create an iFrame on the same html page that displays my swf, and have it be dynamically populated by what the user clicks on the swf?
    yes, exactly.
    use getULR() (as2) or navigateToURL() (as3) with the 1st parameter being the html page you want to display and the 2nd parameter being the iframe "name" property.

  • External html page into flash

    how to load external html page into flash? (AS3)

    You cannot load an html page into Flash, though you can try to load the html code that it contains into a textfield.  Flash supports only a very limited number of html tags, so it is highly likely you won't get what you are after if you are reading an html file that hasn't been edited for Flash specifically.  Just look up the TextField.htmlText property in the AS3 help documents and it lists the html tags that are supported. 
    For AS3 you need to look into the URLLoader class as far as loadng an extrernal text file goes.

  • How to go to anchor html link from external html page in JEditorPane

    Hi people,
    I've been trying to jump to an anchor link from an external html page in JEditorPane, and I cannot get it working, I'm sure it can be done somehow...
    The HTML page has a link like:
    Hello
    and this is loaded into JEditorPane ok.
    The HyperlinkListener implementation:
    public void hyperlinkUpdate( HyperlinkEvent e )
    try {
    if ( e.getEventType() == HyperlinkEvent.EventType.ACTIVATED )
    editorPane_.setPage( getClass().getResource(
    MyDialog.this.getBaseURL().concat( e.getURL().getFile().substring(
    e.getURL().getFile().lastIndexOf( "/" ) + 1 ) ) ) );
    if ( e.getURL().getRef() != null )
    editorPane_.scrollToReference( e.getURL().getRef() );
    else return;
    } catch ( IOException ioe ) { ioe.printStackTrace(); }
    This code loads the new html file ok, but it does not scroll to the anchor. The MyDialog.this.getBaseURL() just returns something like com.name.package, I construct the URL by using this base url and the name of the html file to open.
    ANy help, thanks

    he! I'm not alone in my desperation. Take a look at my problem:
    I've got a JEditorPane (not editable) inside a JFrame. The JEditorPane is loaded with the HTML text and all the links to anchors are working properly when I click on them.
    BUT
    If I try to go to an anchor from outside this JFrame I can see how the JEditorPane scrolls to the right anchor and suddenly it scrolls back to the place where the caret was located!!!
    The "funny thing" is that my code is working in jdk1.3.1 but this is happening in jdk1.4.2. Is it a bug?!?!?!
    How could I figure out what position I have to set the caret to for every anchor in order to get the scroll working correctly???
    My implementation of hyperlinkUpdate (working properly, here isn't the problem):
       jEditorPane.addHyperlinkListener(new HyperlinkListener() {
          public void hyperlinkUpdate(HyperlinkEvent e) {
            if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
              MiEditorPane src = (MiEditorPane)e.getSource();
              src.goToAnchor(e.getDescription().substring(1));
        });My object jEditorPane is an instance of this class:
      class MiEditorPane extends JEditorPane {
        MiEditorPane() {
          super();
        public void goToAnchor(String anchor) {
          super.scrollToReference(anchor);
      }And this is the method I call from outside the JFrame containing the JEditorPane:
      public void goToAnchor(String anchor) {
         jEditorPane.goToAnchor(anchor);
      }Any help greatly appreciated ...

  • Load an external html page

    Hello,
    I tried to load an external html page inside the ide but not found the method. If I right click on my project name present in the Project Navigator I can choose the 'New' voice that leave me the possibilities to only load template pages. Is there a method to load an external page in the project? Say for example that I like the sun structure page and want to load it in the project so I can see the html and also the type of structure: what I can do to do this?
    However, I play a little bit with the ide and I like it. I am no an expert programmer. I start to program with vb5 but after I stop this passion; now I see that sun created this ide and I can see that it remember me the vb5 mode to create an interfance, and it is simple also for a seminovice.
    Regards,
    Marco Mangiante

    Marco,
    Use File > Add Existing Item > Web Page (on the main menus) to add an existing web page to your project. It will allow you to specify either a local HTML file or a URL.
    If for some reason you don't see this option, try downloading the latest version of the EA, posted on May 3.
    -jeff

  • DPS In-App Folio Browser, Close Using External HTML Page?

    Is it possible to close the in-app Folio Web Browser from an external HTML page and return to the folio?
    Or, does syntax exist for me to place a button in an HTML web page to close the browser, in addition to having the "Back" button at the top of the screen (which is the standard way of closing the browser)?
    The javascript way of closing a window does not work with the Folio Browser:
    <button type="button" onclick="window.open('', '_self', ''); window.close();">Discard</button>
    -matt

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

  • Close In-App Folio Browser From External HTML Page

    Is it possible to close the in-app browser window/overlay from an external html page, accessed from the HTMLResources directory for example?

    Doesn't look like there was a response to this question. Were you able to find a solution for this?

  • Displaying multiple dynamic html pages within a single Portal folder.

    Hi all,
    Question: How can I display multiple dynamic html pages that are linked to each other, within a single portal folder?
    History:
    I have a designer/web server application (PL/SQL packakges) on Oracle
    8.1.7. Early in the development process we built it into WebDB2.2 and
    used folders on the left side as a navigation bar and the contents of my packages on the right side. This was easy, WebDB used Frames.
    Unfortunatley I could never automatically display a PL/SQL item in the folder area.
    Now I need to integrate the application into Portal 3.0 not the early adopters version, the one with 9iAS (NT for now, Unix later). I have a page/content area divided into regions and a navigation portlet on the left side containing links to PL/SQL folders whose contents are displayed on the right side. On the right side I have (for example) a Queryview. When I click on any of the buttons (i.e. Find, New), I land in a new page outside of my portal folder. This page contains a dynamically built list (from one or more DB Tables) and of course the first column contains a list of links that bring you to the individual item. How do I set my links or configure my folder to display
    within the portal folder area?

    Hi,
    One alternate is, increase the size of your screen, for this go to the layout of your screen and increase it as much you want, and also the custom container size, so that no scroll bar will appear at least.
    Other solution would be, as you said ALVs will be dynamical, it will be good to create buttons, or links on the screen based on the no of ALVs dynamically and on click of corresponding button call the corresponding ALV.
    But i dont think this will serve, first check the first option.
    Hope this helps u.,
    Thanks & Regards,
    Kiran.

  • Display external html page in a view

    Hi,
    following Problem,
    I have a Viewcontainer with 2 columns ans one row. In the left cell I display a tree. OnSelect Event I'd like to display a html page in the right cell.
    Example:
    Searchengine
      -> Google
      -> Yahoo
      -> ...
    On Klick at google in the treeview I'd like to show http://www.google.de in tghe right cell - this means the tree should still display.
    Is this possible - and has anyone an idea to do this?
    thanks in advance
    Gregor

    Hi
    We strongly donot recommend usage of Iframe, because its support is depcrecated and will not be available for future versions.
    For a short duration or for current version, use can Iframe only for static html links. Try using link to URl and display the htmls in external windows.
    Check out this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm
    My advice is to change your functionality accordingly
    If you have any specific requirements do let us know
    Thanks
    sathyanarayanan

  • View external HTML page in a custom object container

    Hi to All,
    I have created a custom TAB in a standard transaction.
    I want add a html page(external link) in custom container (like a browser).
    On the forum I did't find anything, can you help me?
    Best regards.
    Umberto

    Result:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fdf8ee2a-0301-0010-e598-9a1ad4189bdd

  • Display pdf in HTML page with no toolbar

    Hello again,
    After successfully embedding a pdf file in my html page using
    the object tag, I need to know now how to do the same thing without
    having the toolbars displayed. Does anyone know if this is
    possible?
    Below is the code I used to successfully display the pdf in
    the page.
    Thank you again!
    ~Suzi Sunshine~

    I have not tested this in IE 6, but just so you know, The
    embed tag for a pdf will work for all browsers including IE7 except
    Opera.
    Ex. for a 800px x 100px header....
    <embed src="example.pdf" width="800px"
    height="110px"></embed>
    In Acrobat 8 select file>properties (shortcut ctrl-d)
    Select initial view, then check hide menu, hide toolbars, hide
    window controls. For magnification select fit width.
    The above example will still show a small background border
    which I could not get rid of, but may still work for you.
    Silk

  • Rollover hyperlink in external HTML page

    Gentlefolk;
    I have an HTML page that contains a list of URLs.
    This page is imported into a dynamic text field in Flash.
    This part works fine.
    I would like to create a mouseOver (or other process) whereby
    when the cursor is moved over the links, the link text changes in
    some way - different color, bold, something to indicate to the user
    that the link is active.
    I have tried to place various font control tags within the
    HTML document, and these work when viewed in the browser, but they
    fail when viewed through the Flash player.
    Is there a way I can get a link in an imported file housed in
    a dyanamic text field to display links in a way that is similar to
    a straight HTML link displayed in a browser?
    Thank you!
    Don
    [email protected]

    ping.
    Just getting this back to the top of the queue.

  • Display applet within html page

    hi there,
    i created an applet using the <embed> tag instead of the old <applet> tag. when i call the html page the applet is displayed in a separate popup. i want the applet to run on the html page - no popup.
    how do i achieve this?
    thanks for your replies!
    koen

    I think your tag isn't quite correct, try this one :
    <HTML>
    <body>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="600" height="300" align="middle">
    <PARAM NAME="code" VALUE="KoenMain">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
         <COMMENT>
         <EMBED width="600" height="300" type="application/x-java-applet;version=1.3" code="KoenMain">
         <NOEMBED>
    </COMMENT>
         This page requires a Sun Java Plugin 1.3
         </NOEMBED>
         </EMBED>
    </OBJECT>
    </body>
    </HTML>
    I tried this code (replacing KoenMain by a class of mine) and it works fine, with IE and Netscape, don't forget to specifie size (width, height) in your "EMBED" tag.
    If it doesn't work for you, I think the problem comes directly from your applet code.

  • Displaying image in html page

    hi one and all!!
    how can i display an uploaded image in same html page??
    i have uploaded that image using file input...but i couldn't able to make this image visible in the page where i want.plz write ur snippet..
    thanks!!

    A few things (also referring to the other topics in your topic spree):
    1) Chill down.
    2) Please write normal human readable English sentences.
    3) Show your effort in your problems.
    4) Ask specific coding problems. What have you written so far and what is failing exactly?
    5) Bookmark http://www.google.com and learn how to use it.
    To get straight on your initial question: you can display images in a HTML page using the <img> tag.

Maybe you are looking for

  • HP Desjet 4625 drivers for W2008 R2

    Hi, where can i download drivers for the Deskjet Ink Advantage 4625 e-All-In-One printer, that ca be suitable for Windows 2008 R2 x64. The downloaded drivers did not install. Only supports XP,Vista an Win7.  Searching for Internet, i found driverse t

  • How to get F4 help for Standard Text Key of a operation based on Order type

    Hi Experts,   How to get F4 help for Standard Text Key (STK) of a operation based on Order type entered in selection screen. The F4 help should give the STK of related order type. At the same time the F4 help for Task Types based on Notification type

  • XL Reporter Installations problems

    Hi, I have problems installing in SBO (2005 SP01 PL 10), XL Reporter version 11. I have checked my operating system and as well the minimum requirements such as the .Net version which is 2.0 and the MDAC version which is 2.8 on a Windows XP Professio

  • Cannot open rebuilt library wrong version of iPhoto

    We have Mac OS X 10.3.9. We rebuilt the iphoto library. When we try to open iPhoto, we get a message that the library was built with iPhoto 6.0.6, but the only application we can find on our computer is version 5.0.4. When we review the updates insta

  • Connect computer to phone as an audio gateway

    Is it possible to have all audio from my E90-2, sent through bluetooth to my computer? Instead of connecting a bluetooth headset to my phone, I would like to be able to connect my computer to my phone. I am able to get the phone and computers to conn