Entries from Deitte.com tagged with 'html in flex'

Updated IFrame Component

The Flex IFrame component has been updated again to fix issues and improve the code. More information can be found on netthreads. I have a feeling that a lot of the issues I've mentioned in Don't Use IFrames for HTML...

The Demand for IFrames in Flex

No matter what I've tried, the demand for iframes in Flex doesn't go away. Recently there's been a number of interesting comments on an old post of mine about Embedding HTML in a Flex application using an IFrame. Dennis wrote...

Don't Use IFrames for HTML in Flex

The iframe solution to HTML in Flex has become a popular, unsupported way to embed HTML inside of a Flex application. I've written a lot about this, but I've never been very comfortable with the solution. I feel it's time...

AIR Conversion of the IFrame Demo

I've converted the iframe demo found in the HTML in Flex post into an AIR demo. In this post is a badge to install the application, a link to the source, and a list of the differences between the two...

HTML in Flex (Without the Extra HTML)

Alistair Rutherford has extended the existing component for displaying HTML in Flex, and unlike the previous work by Christophe and me, this component only needs one simple HTML change, handles multiple HTML windows, and figures out the visibility automatically. Great...

Using Multiple IFrames With Flex

If you're looking for a way to get multiple HTML pages in a Flex application without using Apollo, check out this code. It's an update to the Embedding HTML code which allows multiple iframes in a page. I haven't tested...

How Has HTML in Flex Worked For You?

With the release of a little, barely-written-about project called Apollo, I've been looking at a lot of HTML in Flash. Last week I also read about the release of a different iframe solution to HTML in Flex, and I continue...

Finally Updated: Embedding HTML in a Flex application using an IFrame

I've updated to Flex 2 (and which can also be used in Flex 3) the code by Christophe Coenraets for embedding HTML in a Flex application using an iframe. You can see a demo of it here. You can download...

Update to Embedding HTML in a Flex Application

An update to this example for the final version of Flex 2 can be found here. I updated the files for Embedding HTML in a Flex application in AS3 in this directory. I didn't test the files with beta 2,...

Embedding HTML in a Flex application in AS3

An update to this example for the final version of Flex 2 can be found here. I converted Christophe's solution, Embedding HTML in a Flex application using an IFrame* to AS3. It also now uses ExternalInterface, provides source with a...