Re: [flexcoders] Problem with IFrame

2006-10-01 Thread John Kirby
PROTECTED]ups.com Sent: Wednesday, September 27, 2006 9:14 PM Subject: Re: [flexcoders] Problem with IFrame Tim, IFrame isn't an MXML element. It's HTML. So, the "type not found error" MXMLC is throwing makes sense. Actually it's both an HTML element and a custom mxml component (a

[flexcoders] Problem with IFrame

2006-09-27 Thread cheftimbob
I'm following one of the examples for displaying HTML in a flex application. It uses an IFrame. When I add this to my code: mx:Panel title=Content width=100% height=100% paddingTop=1 paddingBottom=1 paddingLeft=1 paddingRight=1 IFrame id=iFrame width=100% height=100%

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem with IFrame I'm following one of the examples for displaying HTML in a flex application. It uses an IFrame. When I add this to my code: mx:Panel title=Content width=100% height=100% paddingTop=1 paddingBottom=1 paddingLeft=1

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Paul Andrews
- Original Message - From: cheftimbob [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 27, 2006 8:46 PM Subject: [flexcoders] Problem with IFrame I'm following one of the examples for displaying HTML in a flex application. It uses an IFrame. When I add

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Paul Andrews
- Original Message - From: Andrew Trice To: flexcoders@yahoogroups.com Sent: Wednesday, September 27, 2006 8:58 PM Subject: RE: [flexcoders] Problem with IFrame The IFrame does not actually get embedded within the Flex application. It sits on top

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Ali Mills
As I understand it there's an MXML iframe too..It looks like you're right Andrew. I just pulled down the following MXML from http://www.deitte.com/IFrameDemo3/srcview/IFrame.zip :[CODE]?xml version=1.0 encoding=utf-8?mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Ali Mills
Tim, IFrame isn't an MXML element. It's HTML. So, the type not found error MXMLC is throwing makes sense. The Coenraets example you using as a guide works by using JavaScript to overlay an IFrame in HTML over the SWF's OBJECT/EMBED location in HTML. The example's been updated by Brian Deitte

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Wednesday, September 27, 2006 4:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Problem with IFrame

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
Of Paul Andrews Sent: Wednesday, September 27, 2006 4:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Problem with IFrame - Original Message - From: Andrew Trice To: [EMAIL PROTECTED]ups.com Sent: Wednesday, September 27, 2006 8:58 PM Subject

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Paul Andrews
- Original Message - From: Ali Mills [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 27, 2006 9:14 PM Subject: Re: [flexcoders] Problem with IFrame Tim, IFrame isn't an MXML element. It's HTML. So, the type not found error MXMLC is throwing makes sense

Re: [flexcoders] Problem with Iframe

2005-08-04 Thread Manish Jethani
On 8/4/05, Paramjit jolly [EMAIL PROTECTED] wrote: I am trying to use this iFrame sample which someone has uploaded but Christophe's IFrame component? http://coenraets.com/viewarticle.jsp?articleId=95 I integrated whole thing in my project and it works fine Still one problem I am