[flexcoders] Html file in Flex application.

2008-10-28 Thread kotha poornima
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.

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread claudiu ursica
, try google it... HTH, Claudiu From: kotha poornima <[EMAIL PROTECTED]> To: flexcoders Sent: Tuesday, October 28, 2008 10:40:43 AM Subject: [flexcoders] Html file in Flex application. Hi all, Can i embed html file in my flex application? If it is po

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread Ralf Bokelberg
Unfortunately it is not that easy. The Flex/Flash TextField displays a small subset of html only, eg. a, p, b, i, u, li, font and br. All the other tags are ignored A common method to display a full fledged html page is to place a html iframe on top of the Flex application. Alex Harui showed a expe

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread Guy Morton
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 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

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread kotha poornima
ct: 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 Of course, it may not meet your needs but it's another approach worth considering. Guy On

Re: [flexcoders] Html file in Flex application.

2008-10-28 Thread Terry Allen
lexcoders@yahoogroups.com > *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_ &