Is It possible to load Html page inside Adobe Flash...?

Hi Everyone!
Is It possible to load Html page Inside Adobe Flash CS5.
Any help would be a great help...!
Originally, i wanted to bring in through <IFRAME> but i don't see that flash understands that.
Thanks in advance!
-yajiv

Not exactly sure how you where planning to display that HTML content in relation to the overall page, but given the limitations of Flash... that may just not be possible...
But, it would be a simple matter to display an HTML iframe over the top of or behind a Flash .swf... So while the iframe would not be a part of the .swf, it certainly could be designed to make it look as though it were.
Controling the stacking order or layering of content on a Web page is accomplished through z-indexing. Correctly positioned and z-indexed, the iframe could apear over the top of the .swf... the .swf in effect being the background... OR the iframe could appear behind the .swf and with a transparent section in the .swf, the iframe would appear through that hole. If there is navigation or links in the iframe, they will be blocked by the .swf though.
http://www.w3schools.com/cssref/pr_pos_z-index.asp
But this may be an option....
Best wishes,
Adninjastrator

Similar Messages

  • Is It possible to load Html page inside Adobe Flash Professional..?

    Hi Everyone,
         Is It possible to load Html page inside Adobe Flash Professional or Adobe Flex. Thanks in Advance.
    -Vijay

    probably not the way you are thinking.
    flash textfields and their extensions have a limited number of html tags they can parse so, in general, html from most web pages will not display, as expected in flash.

  • Is it possible to load an html page inside a JavaFX application?

    Hi
    Is it possible to load an html page inside a JavaFX application?
    Thank you!
    Alexandra.

    Actually it is very simple to load an HTML page inside a JavaFX application.
    var html:JTextPane = new JTextPane();
    html.setPage("http://www.berkshirehathaway.com/message.html");
    Stage
        scene: Scene
            content:
                ScrollView
                    node:SwingComponent.wrap(html)
    }A JavaFX application "tainted" by Swing is still a JavaFX application, isn't it?
    Loading an HTML page into a native JavaFX control would be a different story. It is hard.
    I don't think it is a top priority for JavaFX team to develop a control to render HTML. Using a Swing component, which supports HTML well, does not make a JavaFX application inferior. But, if JavaFX team could make a fully functional embedded browser control supporting HTML, JavaScript, etc., I would applaud that effort wholeheartedly.
    Right now, JTextPane inside a JavaFX application will crash the system, display gibberish, hang for ever or go haywire inexplicably, if JavaScript is used in the HTML page.

  • Load html document inside flash

    I have been informed that it is possible to load an html
    document inside flash, that you use an HTML tag, but I cannot find
    it in the scripts, can anyone show an example and explain how to
    make it work or if there is a tutorial for creating this inside of
    flash.
    Thanks

    Dear All
    I do not know why they call themselves professionals in flash and html, while they can not help us with a simple webpage inside a flash movie.
    No offense
    I was trying the whole week to do that by checking if any body post any tip over the internet, but as usual the profs said that you can only make it in test and only text and bla bla bla.....
    Let me tell you that I have managed to open a whole webpage in my flash website.
    I have this page that is html and have so many codes and things that I do not know, and in my flash website I have a menu which one of its buttons must open that html file, and as every body knows that you will loose the whole work if you poped up another window from your flash website.
    So Cheer up I have managed to open my html page in my flash movie website.
    You can check it up following this link www.compuhometech.com/html_inside_flash/index.html
    If you like to have it please mail me : [email protected]
    Thank you

  • Create HTML page inside form 6i

    Hi ,
    I would like to know if it's possible to create an HTML page inside form 6i ,, where this html page will include a time using html code, and a refresh button will be in the form whenever I press the refresh button the html page inside the form will be updated ..
    how can i do that ?
    Thanks in advance … :)

    Yes its possible . If you are running forms in client server , use host built in to open the html page. This html page can be created
    dynamically using text io.
    If you are running on web use webutil client host and text io.
    Best Regards
    Rajesh Alex

  • How to create a popup window to load HTML page in AIR application without using any mx or spark?

    How to create a popup window to load HTML page in AIR application without using any mx or spark components?
    I need to load the HTML page in popup in AIR application without using any of the <mx> or <spark> components. I need to open in the application itself not in the browser.(If we use navigateToURL() it will open in th browser)

    Can we achieve this? can somebody help me on this scenario..

  • How to load html page or website in flash as3

    hi
    how to load html page or web link (www.google.com)  in flash as3.
    please help me...

    Use the navigateToURL function...
    var url:String = "http://www.wherever.com";:
    var req:URLRequest = new URLRequest(url);
    navigateToURL(req);
    OR in one line...
    navugateToURL(new URLRequest("http://www.wherever.com"));

  • How to load Html page in Flex 4 application

    Hi All,
              I am able to load html page in flex 3 application but i am unable to load in flex 4 application.
    How can i do it.
    Can any help me regarding this.
    Thanks in Advance
    Raghu.

    This may help - http://www.deitte.com/archives/2006/08/finally_updated.htm
    Thanks and Best regards,
    Pallavi Joshi | [email protected] | www.infocepts.com

  • Is it possible to load HTML data into BW?

    Is it possible to load HTML data into BW,I have read in some places that is is possible but I cannot find much documentation on this on Google or other SAP sources.
    If anyone has some documentation or general how-to guides that would be great!
    Even a general overview in your own words would be a great starter.
    Thank You
    Points will be assigned

    Please check these links n see if it helps
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/frameset.htm
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/icc/bw-udc-jdbc%20universal%20data%20connect%20jdbc%20interface.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/00/f01640dc88e769e10000000a155106/content.htm
    Regards,
    R.Ravi

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Load html pages in JEditPane

    hi
    using JEditpane i can load html pages but it's not supporting gif and flash files.is there any way to open a html page which contains flash and gif files.
    please help me...

    In CS6, go to View > Live View Options > Use Testing Server for Document Source.
    I just tried it with a plain .html page on WAMP and it works. 
    Nancy O.

  • Is it possible to rotate individual pages with Adobe read X?

    Is it possible to rotate individual pages with Adobe read X, it would be really great to do this and save it especially when the document contains both landscape and portrait pages.

    Can you advise me what I need to do this with.

  • I cannot load an app for Adobe Flash Player on my iPad.  It says not supported on this equipment.  Is that right?  If so, is there a recommended sub that will satisfy that requirement?  Some programs say "adobe flash player"

    I cannot load an app for Adobe Flash Player on my iPad.  It says "not supported" on this equipment.  Is that right?  If so, is there a recommended sub that will satisfy that requirement?  Some programs specifically say "adobe flash player"

    What App? From where?
    You can only get Apps from the App Store. nowhere else.  If you are trying to download form a website you cannot do it.
    If you need Flash Support for websites, you can download a flash supporting browser from the App store.
    Examples are:
    Puffin
    https://itunes.apple.com/en/app/puffin-web-browser/id406239138?mt=8
    Photon
    https://itunes.apple.com/us/app/photon-flash-player-for-ipad/id430200224?mt=8
    There may be others in the store.

  • Is this possible to load HTML Widget to CS4 like CS5

    Hi Everyone!
    I have used Photoshop CS4 & CS5. I have created one CS5 Extensions Panel using HTML Widget from Adobe Configurator II .
    In Photoshop CS5 Extensions Panel HTML widget shows Image & Text in HTML window.
    Hence Is this possible to use HTML Widget in Photoshop CS4 or How to Load HTML file in Photoshop CS4 to Extensions Panel.
    Thanks in advance.
    -yajiv

    Not exactly sure how you where planning to display that HTML content in relation to the overall page, but given the limitations of Flash... that may just not be possible...
    But, it would be a simple matter to display an HTML iframe over the top of or behind a Flash .swf... So while the iframe would not be a part of the .swf, it certainly could be designed to make it look as though it were.
    Controling the stacking order or layering of content on a Web page is accomplished through z-indexing. Correctly positioned and z-indexed, the iframe could apear over the top of the .swf... the .swf in effect being the background... OR the iframe could appear behind the .swf and with a transparent section in the .swf, the iframe would appear through that hole. If there is navigation or links in the iframe, they will be blocked by the .swf though.
    http://www.w3schools.com/cssref/pr_pos_z-index.asp
    But this may be an option....
    Best wishes,
    Adninjastrator

  • Load HTML pages to iPhone for Safari access.

    I have confidential contact information in the form of HTML pages I would like to down load to my iPhone and access with Safari. Is this possible?

    I'm not sure what your question is. You have 3000 static
    pages. Why would
    templates make any difference at all?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Paul206" <[email protected]> wrote in
    message
    news:e679cl$8tm$[email protected]..
    > This is one of *those* questions -- I've seen it done,
    but my resource is
    > no
    > longer available to tell me how.
    >
    > I have a site built with a single DWT template page,
    uniquely named
    > editable
    > regions. Now that the page count has passed 3,000 HTML
    pages, the
    > decision was
    > made to move the content into a PHP database (for
    improved searchability
    > and
    > management ease, mostly).
    >
    > The quandry is HOW to go about grabbing those files and
    dumping them into
    > a
    > format I can manipulate to load into the half-baked
    Yahoo! MySQL database.
    > (Y'know, the one without an "Import" option, hence
    having to write SQL to
    > load
    > these in groups.)
    >
    > I'm not too fussy about format -- CSV, Excel, something
    that can be
    > manipulated without the copy-and-paste the junior web
    monkey brat insists
    > is
    > the ONLY way. And I enjoy showing the punk up every so
    often, but am not
    > finding the answer in da book or in my Googlin'
    wanderings. (I did see
    > the
    > option to export the site into XML, which beats nothin',
    but was hoping
    > for
    > something without too many middle steps to get into an
    Excel-like file
    > format).
    >
    > Thanks in advnace!
    >

Maybe you are looking for

  • Netware 6.5 sp8 CPU Hog abend

    Hi the following abends seem to be happening every few months. Any help would be appreciated. Novell Open Enterprise Server, NetWare 6.5 PVER: 6.50.08 Server FS2 halted Saturday, 13 December 2014 5:25:40.354 am Abend 3 on P03: Server-5.70.08-1937: CP

  • Exporting PS Save Actions for Mac and Windows

    Hello, I want to share a "Save for Web" action script that I created for other users in my group to ensure they use the same settings. Some users are Mac, some are Windows. How do you make the desktop location generic between both platforms? For inst

  • Steps for idoc generation

    HI all, The requirement in my project is, in tcode me21-create purchase order, if i enter data and click on save button, the corresponding idoc has to be generated. for this, the idoc is orders05. but after clicking save button how this idoc gets gen

  • Facetime - Living in dubai going to move to AUS

    I got an iphone like months when it just released didnt really use it...as i didnt have a micro sim at the time To the point. If i activate from itunes (iphone) since im living in UAE will facetime be kicked off? (the phone was bought from UK) Or sho

  • Calling methods of business objects

    hi pls post some docs on calling methods in business obj's from abap programs. thkx P.S