RE: Flex Ajax Bridge jQuery...

2008-04-03 Thread Dan G. Switzer, II
Andy, Has anyone on this list done any work with the FABridge code provided by Adobe for use in working with Flex? I've got it running great when it's in a plain script block inside the body tag. But the second I put it inside a jQuery $(document).ready call, it dies (with no errors). I've tried

RE: Flex Ajax Bridge jQuery...

2008-04-03 Thread Andy Matthews
This is for an AIR app Dan...would it be alright to switch the document.ready over to a window.ready? -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 7:37 AM To: CF-Talk Subject: RE: Flex Ajax Bridge jQuery... Andy, Has anyone

RE: Flex Ajax Bridge jQuery...

2008-04-03 Thread Dan G. Switzer, II
Andy, My point was just leave the code the way it was working. I wouldn't try to trigger it with jQuery at all. -Dan -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 9:33 AM To: CF-Talk Subject: RE: Flex Ajax Bridge jQuery

RE: Flex Ajax Bridge jQuery...

2008-04-03 Thread Andy Matthews
Ah...okay...we'll see if that works. Thanks for the input Dan. -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 9:59 AM To: CF-Talk Subject: RE: Flex Ajax Bridge jQuery... Andy, My point was just leave the code the way

Re: Flex Ajax Bridge jQuery...

2008-04-03 Thread Eric Haskins
I started using it with a Flexchart APP I was doing in PHP. I found it better to make a call from flex to the bridge once the SWF was loaded. That way I knew everything was up Eric On Thu, Apr 3, 2008 at 11:43 AM, Andy Matthews [EMAIL PROTECTED] wrote: Ah...okay...we'll see if that works.