You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
Originally filed by talktoughuk on 2010-12-13T22:33:25
What steps will reproduce the problem?
I can use flex-iframe with no problems in the demo apps and I can create a simple application myself and it works just fine.
However when I try to use it in my main application the iframe does not show up and I can't work out why.
What is the expected output? What do you see instead?
I traced the output in Firebug and it comes up with the following error:
function onload(event) {
null.AnIFrame0_load()
and the null causes an error
What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?
IFrame 1.4.6
Mac OSX 10.6
Safari 5.0.3
Firefox 3.6.12
Did you follow the users guide ? Particularly, did you set "wmode" to
"opaque" ?
Yes set wmode to opaque and also have an id setup for iframe in mxml version
Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.
I can't provide a copy of the app in full as it is way to big but it uses Defraga, Cairngorm, as3corelib, Defraga and flexlib if that is any help (in case they may conflict in some way). The app also uses Externalinterface to call javascript for other functions
The text was updated successfully, but these errors were encountered:
Originally filed by talktoughuk on 2010-12-13T22:33:25
What steps will reproduce the problem?
I can use flex-iframe with no problems in the demo apps and I can create a simple application myself and it works just fine.
However when I try to use it in my main application the iframe does not show up and I can't work out why.
What is the expected output? What do you see instead?
I traced the output in Firebug and it comes up with the following error:
function onload(event) {
null.AnIFrame0_load()
and the null causes an error
What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?
IFrame 1.4.6
Mac OSX 10.6
Safari 5.0.3
Firefox 3.6.12
Did you follow the users guide ? Particularly, did you set "wmode" to
"opaque" ?
Yes set wmode to opaque and also have an id setup for iframe in mxml version
Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.
I can't provide a copy of the app in full as it is way to big but it uses Defraga, Cairngorm, as3corelib, Defraga and flexlib if that is any help (in case they may conflict in some way). The app also uses Externalinterface to call javascript for other functions
The text was updated successfully, but these errors were encountered: