Re: [flexcoders] Problem with IFrame

2006-10-01 Thread John Kirby
D]com> To: <[EMAIL 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

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Paul Andrews
- Original Message - From: "Ali Mills" <[EMAIL PROTECTED]> To: 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&quo

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
On Behalf 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, 20

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Wednesday, Septemb

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 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]http://www.adobe.com/2006/mxml"    resize="callLater(moveIFrame)"     move="callLater(moveIFrame)">       

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 of it

Re: [flexcoders] Problem with IFrame

2006-09-27 Thread Paul Andrews
- Original Message - From: "cheftimbob" <[EMAIL PROTECTED]> To: 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.

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
PM 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: paddingBottom="1" paddingLeft="1" paddingRight="1"

[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: http://www.yahoo.com"; initialCount="20"/> The IFrame line throws and error 'type was not found or was not a compile time constan

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