IFrame in  Flex

Hi All,
How can I integrate IFrame in Flex?
Has anybody done it?
Please send your Comments\Ideas to get it done.
Thanks in Advance,
Pradeep Shinde

Try this link:
http://renaun.com/blog/2006/11/16/157/

Similar Messages

  • IFrame and Flex

    I currently have a temp website set up "
    My Site" As
    you can see it is as basic as you can get with flex. I just started
    workign with flex a few days ago and I was wondering How would i
    Embedd the HTML into a part of it. I read some websites with code
    examples of IFrames but I cant get them to work for the life of me
    http://www.deitte.com/archives/2006/02/embedding_html.htm
    So I was wondering what I would do in this situation.
    Go to my site click the # Tab, then Game 3, Then click Media.
    I was wondering if there was a way to get my IFRAME to load into
    the Game-title Images section.
    I know that might be asking a lot but I just dont know how to
    do such things like that yet.
    THank you a head of time for reading and re-posting if you do
    any input from you guys is great.

    Brian Deitte updated this control (see
    http://www.deitte.com/archives/2006/08/finally_updated.htm).
    It works great on Windows, but has problems on Safari 2.0 on Mac OS
    X. On Safari, when I click on a link in the iframe, some of the
    iframe content disappears until one of the flex controls gets the
    focus. You can see a very simple demo at
    http://www.quass.org/IFrameDemo.html.
    I *really* hope someone at Adobe figures out how to fix this
    problem. Being able to display HTML from within Flex is pretty
    important.

  • Iframe and Flex apllication

    Is it possible to have an Iframe "embed" in the flash
    application ?
    the method that are available on the web :
    Example1
    and
    Example2
    and the best but not available
    Example3
    But in all of those samples the Iframe come over the flash
    "object".
    And if not possible is AIR the only way to do that ?
    Bests Regards
    Nicolas Milesi

    Nicolas,
    As far as I know, those URLs above are the only/best way of
    overlaying HTML in a Flex application.
    Currently the HTML control is only supported by AIR, although
    this is a common request (migrating the HTML control to Flex), and
    I believe there is an enhancement request filed already in the
    public Flex bugbase (see
    https://bugs.adobe.com/jira/browse/SDK-11869). I recommend voting
    for the bug so we can accurately guage community interest in the
    feature.
    Peter

  • Passing Data to flex IFrame url

    I am using  Iframe for flex  developed by Christophe Coenraets for embedding html in my flex application.Is there a way i can pass request parameters to the iframe url.Initially i was using naviagateToURL to redirect to HTML page and was passing data to the html page using UrlRequest,But due to business requirement i need to embed the html page in my application.I need to know how i can pass data to iFrame on load.I need to send data via POST method since it may be a huge data.
    Regards
    Sidd

    For small data, use the <params ...> tag in the object declaration in HTML.
    For large data you need to use RemoteObject. If you use PHP you need AMFPHP to communicate with Flex for example.

  • Loading a PDF file in flex

    Hi, Is there any way to load a PDF document in a flex
    application. Can anyone guide me regarding this issue.
    I want an example for loading PDF file in a flex application.
    By,
    Dharma

    "flexdharma" <[email protected]> wrote in
    message
    news:gcurce$evh$[email protected]..
    >
    Hi. I am having a task of loading a PDF file using
    IFrame in
    > flex. I
    > have created the code. If I run the page through
    browser. It's working
    > properly. If i run the page using flex, the output file
    being overwritten
    > each
    > time when the page is compiled. How to avoid the output
    file being
    > overwritten
    > several times by flex.
    Project>Properties>Flex Compiler>uncheck Generate
    HTML Wrapper
    HTH;
    Amy

  • Drag-and-drop from desktop to Flex app

    I am working on a RIA using flex and am trying to implement drag and drop of different types of files into a Flex UI, I know this is possible using AIR but we are trying to do it through Flex in a browser. Trying out options with javascript and active x controls but no success till now.
    I am seeking pointers to any sites that implemented this or any direction on cracking this one.
    Thanks,
    Rakesh Patwari

    Thank you for the quick response Jeffry,
    Yes, I am facing that issue whichever way we are going in! How about using Javascript/HTML as iframe within flex to get this done?
    Just thinking about it...
    Thanks again,
    Rakesh Patwari

  • How to use custom HTML page in flex web application with out using iframe

    Hi all,
              I have to import a custom HTML page (that has got links to another html pages) inside my flex web application and i dont want to use IFrame. Can you please suggest me with best example.
    Please help me out as i'm new to flex.
    Thanks,
    Swetha.

    Hi, there:
    Best thing to do is to start with the default login.html page, and then modify it. The login screen is fairly complex and it's easy to just miss a JS function you need to call. To get to default page, you would need to do one deploy (to simulator or whatever), and then look for login.html page in the temporary Xcode or Android project generated from the deployment. It should be under the "deploy" directory in your JDev workspace.
    You can also see all the framework JS files and CSS files that way as well.
    We have had customers implementing custom login screen so we know it can work, but they all had to start with the default login screen and then modify it.
    Thanks,
    Joe Huang

  • Adobe Flex 3 Dashboard and Iframe

    Hello;
    I am new to Adobe Flex; I have downloaded the source for a Dashboard provided by ESRI from the following link: http://examples.adobe.com/flex3/devnet/dashboard/main.html , I played with the source and I managed to understand some of the methods used. I am trying to use one of the panels to browse PDF document using the IFrame method, can you please help.
    Regards
    Khalid Almansour

    Thank you for your response. But, I think you mean to say I would have 4 pods, the 2nd being transparent but that would not look good from user point of view. I should have been more clear about the display. Sorry about that. Actually, I wanted the 1st pod width=100%, as follows:
    -       Pod 1      -
    - Pod 2-  -Pod3-

  • Preview ppt,word,excel,pdf in flex using iframe

    hi,
    i am working upon flex 4.6 web application.i have a requirement in my project to preview ppt,pdf,word and excel inside flex container. i have achieved previewing only pdf by using flex-iframe 1.5.1, since pdf has browser plugginn. i am just binding the download path what i am getting from the server to the source of my iframe In HTML5 we can preview it using iframe by binding it to google docs viewer. i tried doing the same in flex but for me its showing that because of the security constaints of the owner cannot display it rather open it in another tab.
    kindly suggest me a way to preview ppt,word and excel inside flex container using iframe or if any other better or simple approach is there.
    kindly help... any help would be greatly appreciated.
    heres is my code-
    <mx:VBox id="vbxFrame" width="100%" height="100%" backgroundColor="#FFFFFF" includeIn="pdf" verticalCenter="0" horizontalCenter="0">
    <flexiframe:IFrame id="iframeFlexpdf" backgroundColor="#cccccc" width="100%" height="100%" horizontalCenter="0" verticalCenter="0" source="any url"/>
    </mx:VBox>

    Refer to the LOB Datatype sample.
    http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/advanced/advanced.htm

  • How to communicate between Flex and JSP and show the result in an Iframe

    Hi all
    I am trying to send some data from flex to one HTTPService and trying to show the same response jsp in an Iframe. But unfortunately i am unable to get the responce Jsp's url to set as a source for iframe.
    let me explain you clearly...I have a mxml where i am having a text box and a button in the left panel and in the right panel i am having an Iframe to display jsp. So once user enters some value in the text box and clicks button then HTTPservice's send method will be called with text box's content as an arguement. So i can fetch that value from request object in jsp and display the value in jsp. So the problem here is i want display that result jsp in my Iframe. I know that , we need that result jsp URL to display in Iframe . But as i am sending POST request to HTTPservice, i am not able to get the result jsp's URL in flex side.
    So i need help desperately from great minds.So anyone of you can give me some suggestions!!!!
    Regards

    Hi all can some one please give a solution ...Any suggestions would be greatly appreciated

  • Opening URL in flex iFrame

    Hi,
    We are unable to open URL in iFrame. It renders out of the page. Here is the code:
    xmlns:code="http://code.google.com/p/flex-iframe/"
    <mx:Canvas id="sampleFrame" width="100%" height="100%">
    <code:IFrame id="iFrame"
    width="100%"
    height="100%" autoLayout="true"
    source=www.google.com>
    </code:IFrame>
    </mx:Canvas> 

    Just clear it first
    You want to open browse from your java application
    and that browser will display the URL that will be passed
    as paramter from java application . Is it ?

  • Iframe integration in Flex

    Hi
    I need to insert links from amazon.com in a flex page.
    Problem is that amazon links are like this:
    <iframe src="
    http://rcm-fr.amazon.fr/e/cm?t=ilsvousregale-21&o=8&p=8&l=as1&asins=0060589469&fc1=000000& IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr"
    style="width:120px;height:240px;" scrolling="no" marginwidth="0"
    marginheight="0" frameborder="0"></iframe>
    I have no idea of how to integrate this in a flex page.
    Any ideas are welcome.
    Thx.

    you can automatically open an email client like so:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                import flash.net.navigateToURL;
                private function newBrowserWindow(url:String):void
                    var urlRequest:URLRequest = new URLRequest(url);
                    navigateToURL(urlRequest, "_blank");
            ]]>
        </mx:Script>
        <mx:Button click="newBrowserWindow('mailto:[email protected]')"/>
    </mx:Application>
    automatic attachment..
    maybe
    http://forums.devshed.com/beginner-programming-16/using-mailto-with-an-attachment-66699.ht ml
    will help

  • Flex component over an IFrame

    Hello,
    have anyone tried to set a flex component over an iframe ?
    i don't know if it's possible or not ... and i have had
    severals problem with superposition of flex components
    is it a documentation over this ??
    Kind regards
    Nicolas

    Does the following link help? I don't think it is exactly
    what you are asking for, but does it point you in a helpful
    direction?
    http://www.deitte.com/archives/2006/08/finally_updated.htm
    - Rob

  • Integrating Flex/Flash in Web Dynpro ABAP(Netweaver 7.0) need info!

    Hi all,
            I need to embed a flash or a flex object inside a web dynpro abap application.I am working in Netweaver 7.0 and i don't have enhancement pack 1 installed.Is it possible ?   If it is possible can anyone please provide me the coding and configuration details.
    Thanks,
    Saikat

    I'm afraid that the SAP supplied integration technology - call FlashIslands - is only available from NetWeaver 7.01 and forward.  You could perhaps do some simple integration (very little data transfer) with the iFrame UI element - although the iFrame is deprecated in 7.0 and 7.01, but does return to full support in 7.02.  The other option would be to use the NetWeaver Portal or NetWeaver Business Client and have two iViews within the page. One iView would have WDA and the other some external technology (BSP, JSP, etc) to host the Flash/Flex content.  Not tight integration, but you could potentially use Portal Eventing to at least communicate events.

  • Display PDF document in Flex Windows application

    Hi,
    I am creating a flex windows application using action script and mxml script.I need help in displaying a PDF document in that windows application.I tried google search it is giving me some open source projects with IFrames.But,they can be only used for browser applications(web).So,anyone please suggest me how could i accomplish this task with winows application.
    Thanks,
    adi2010

    Hi Everyone,
    I got the solution for my issue.We need to use HTMLLoader to load the PDF documents in Windows aplication for Flex.

Maybe you are looking for

  • How can I get a filename without the file extension?

    I using a JFileChooser to select and read a file. Now I want to get the filename without the file extension JFileChooser j = new JFileChooser; String file = j.getSelectedFile.getName(); At the moment I get this result "file.dat". I need only the file

  • Reporting WBS Disbursements  from MIRO or non-PO Invoice

    How do I  determine how much was disbursed for a WBS?  Recall that the WBS is entered at the line item of the MIRO or Misc Invoice?

  • Reassign Account and Contact owners in one swoop?

    Hey All- I've got a way switch ownership of an Contact, then an Account. Either using lists and updating, or exporting/importing. I was wondering if there is a faster way to reassign both the account and the contacts within the account to a new owner

  • AWG and DSO PCI adapters

    I am looking for 2 kinds of PCI adapters: (a) Arbitrary Waveform Generator (AWG) PCI adapter that can be used with Matlab to convert a bit stream into a HomePlug AV powerline signal (b) Digital Storage Oscilloscope (DSO) PCI adapter that can be used

  • Couldn't see portal content

    hi all:   I couldn't see Portal Content under the link of Content administration --> portal content even with the role of pcd:portal_content/administrator/content_admin/content_admin_role, I should have seen some content like  content from sap and so