Re: [flexcoders] FABridge Problem - Please help!

2010-08-27 Thread Brian J. Ackermann
http://code.google.com/p/flex-iframe/source/browse/trunk/examples/IFrameCommTest/src/com/google/code/flexiframe/examples/IFrameCommTest.mxml lines 80 & 81 in the original example, there was no ID Thanks -- Brian J. Ackermann brian.ackerm...@gmail.com 952.373.1626 --

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Alex Harui
I just noticed you didn’t specify an id=”FABridge” in your What was the equivalent statement in Flex 3? On 8/26/10 10:45 AM, "Brian J. Ackermann" wrote: >From my testing, I believe the problem is on the JS side of thing, and that >the FABridge doesn't 'live' in the same location in the

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Brian J. Ackermann
>From my testing, I believe the problem is on the JS side of thing, and that the FABridge doesn't 'live' in the same location in the DOM in flex4, as compared with flex3. But we're both reasonably novice flex developers, so we could be mis-interpreting what we're seeing. In another version of the

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Alex Harui
I don’t have time right now to look and I don’t deal much with FABridge, but are you now saying that parent.FABridge is now the issue? The OP said it was FABridge.flex. Is this on the JS side or AS side? In Flex 4, a child component’s parent is not the main app, they get shoveled down into th

Re: [flexcoders] FABridge Problem - Please help!

2010-08-26 Thread Brian J. Ackermann
I'm trying to get the IFrameCommTest example (from http://code.google.com/p/flex-iframe/) to work in Flex 4, and, while the IFrame itself works, the communication does not. In particular, I need to get the included HTML page to call functions from the flex app (I already have a way to get the Flex