[flexcoders] Re: FABridge and Safari

2008-02-29 Thread mlharrisn
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?
 





Re: [flexcoders] Re: FABridge and Safari

2008-02-29 Thread Carlos Rovira
Yes, the other day a client report that our FABridge application was not
working in Safari. We test it in that browser and we see it was true.

Please could you file a bug in the Adobe JIRA system?

2008/2/29, mlharrisn [EMAIL PROTECTED]:

   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 flexcoders%40yahoogroups.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?
  
 

  




-- 
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://formacion.carlosrovira.com/
::| http://www.madeinflex.com


[flexcoders] Re: FABridge and Safari

2007-09-17 Thread Richard Rodseth
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?