Hi Sal, did my response on my blog make any sense? I think the issue
you are running into is that you need to have your HTML updated in your
own project. With this change, you can then copy and paste the code
into the project. You'll need to make the following changes, taking
them from IFrameDemo.html:
1. wmode set to opaque
2. the moveIFrame,hideIFrame,showIFrame,loadIFrame methods
3. the 'myFrame' div
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of s_hernandez01
Sent: Monday, November 27, 2006 9:40 AM
To: [email protected]
Subject: [flexcoders] IFrame Troubles
Hey there, I recently downloaded the IFrame created by
Christophe
Coenraets. However, his version is from 1.5 so I used the
updated
version by Deitte
(http://www.deitte.com/archives/2006/08/finally_updated.htm
<http://www.deitte.com/archives/2006/08/finally_updated.htm> ). Now, I
tried copying and pasting the code in an app that I already
created,
but that method did not work, it seems that the only way it will
work
is using the already designed app for the IFrame. So, my
question is
how do I call an app within an app in Flex 2.0? Similar to the
way
you call an external component, I want to call an external app
that is
in my project foler. Any advice to this problem or any solutions
on a
different approach would be great. Thanks everyone.
-Sal