I'm actually having the same problem. From what I can track down, the
FABridge object is not being initialized, which is what listens for
the swf to be ready. Anyone else run into this?

--- In flexcoders@yahoogroups.com, "Richard Rodseth" <[EMAIL PROTECTED]> wrote:
>
> Sorry to repeat the question. I enabled the debug menu in Safari and
> the JavaScript console reports an error "undefined value" at this
> line:
> 
> var flexApp = FABridge.flash.root();
> 
> The code works fine on Firefox and IE. I'm using the FABridge included
> with Moxie B1. Is there a later or earlier version I should be using?
> Perhaps it only works with bridgeName set? (I'll try that). Thanks.
> 
> On 9/16/07, Richard Rodseth <[EMAIL PROTECTED]> wrote:
> > I'm taking baby steps with FABridge, and I'm not a JavaScript
> > developer, so bear with me please. The following works in Firefox, but
> > not in Safari (I don't see the second alert)
> >
> >         alert("hello");
> >
> >          var flexApp = FABridge.flash.root();
> >
> >      var appWidth = flexApp.getWidth();
> >
> >         alert("hello again " + appWidth);
> >
> > Any ideas or comments about the viability of the bridge?
> >
>


Reply via email to