Make sure you modify the html page that initiates the flex application. You will need to make some modifications to it in order for the iFrame to work. The example shows what you need to change/add to the file.
On Tue, Oct 28, 2008 at 6:07 AM, kotha poornima <[EMAIL PROTECTED]>wrote: > Hi, > By using this IFrame it is possible to work with some local html files. > And ofcourse, iam getting these errors: > 1.Error: ExternalInterface is not available in this container. Internet > Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that > support NPRuntime are required. > 2.TypeError: Error #1009: Cannot access a property or method of a null > object reference. > > Help me guys!!! > > Thanks in advance, > Poornima. > > ------------------------------ > *From:* Guy Morton <[EMAIL PROTECTED]> > *To:* [email protected] > *Sent:* Tuesday, October 28, 2008 2:36:00 PM > *Subject:* Re: [flexcoders] Html file in Flex application. > > Use an iFrame and float your html over your flex app. It works > surprisingly well... > > http://www.deitte. com/archives/ 2006/08/finally_ > updated.htm<http://www.deitte.com/archives/2006/08/finally_updated.htm> > Of course, it may not meet your needs but it's another approach worth > considering. > > Guy > > > On 28/10/2008, at 7:40 PM, kotha poornima wrote: > > > Hi all, > Can i embed html file in my flex application? If it is possible please give > me an idea how can i do the same. > > > Thanks in Advance, > Poornima. > > > > > >

