When are you trying to call the method? Perhaps you are trying to call the method before it's ready?
Do you have something in your swf that calls out to the page and tells the page when the callbacks are ready? On Thu, Aug 27, 2009 at 5:43 AM, Eko <[email protected]> wrote: > > Hi, > > I have a issue with Chrome, i tried to make my flash and my js > communicate, using the following js code : > swfobject.getObjectById("myswf").myASCallBack(); > > It works perfectly on FF (even on IE!) but on Chrome I have the > following error : > Uncaught TypeError: Object #<an HTMLObjectElement> has no method > 'myASCallBack' > > Is there anyone who knows how to resolve this ? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
