rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

IFrame disappears when focusing out of it. #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an IFrame object inside the main Application.
2. Click on the IFrame
3. now cluck on the Application itself.

What is the expected output? What do you see instead?
Same screen I saw before.

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?
Most recent IFrame code, Flex 3, Windows 7 and IE8.

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
layout="absolute" creationComplete="init()" 
xmlns:code="http://code.google.com/p/flex-iframe/">
    <code:IFrame width="400" height="400" 
source="http://www.google.com" horizontalCenter="0" verticalCenter="0"/>
</mx:Application>

Original issue reported on code.google.com by yyyan...@gmail.com on 30 Apr 2010 at 7:07

GoogleCodeExporter commented 8 years ago
Did you add wmode=opaque ? See [UsersGuide].
Do you use Flex 3.5

Original comment by Julien.N...@gmail.com on 30 Apr 2010 at 12:10

GoogleCodeExporter commented 8 years ago
What version of flex-iframe do you use ?

Original comment by Julien.N...@gmail.com on 30 Apr 2010 at 12:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm using 1.4.5 flex-iframe and Flex SDK 3.4

wmode=opaque took care of the problem.

Original comment by yyyan...@gmail.com on 30 Apr 2010 at 6:20

GoogleCodeExporter commented 8 years ago
Can you tell me where to put this code??

Original comment by rekha1...@gmail.com on 12 May 2010 at 1:18

GoogleCodeExporter commented 8 years ago
See UsersGuide and examples.

Original comment by Julien.N...@gmail.com on 14 May 2010 at 3:25

GoogleCodeExporter commented 8 years ago

Original comment by Julien.N...@gmail.com on 14 May 2010 at 4:29