QuantumDynamix said on Oct 24, 2006 at 11:01 AM :
No matter how I approach this, I consistantly get an error in Firefox:
thisMovie("movieID").functionName is not a function.
This works PERFECTLY in IE, but keeps giving me problems in Firefox. Any help?
persisjas said on Mar 28, 2007 at 7:26 PM :
When i attempted to write into the text input from the JS, it worked. However, my flash cannot write out from the swf into the javascript.
Is there something wrong with my system? I'm using Flash 8 Professional, running on XP SP2
No screen name said on Jun 13, 2007 at 7:23 PM :
I'm having the same issue as QuantumDynamix. Anyone know what's going on?
No screen name said on Jun 19, 2007 at 2:43 PM :
QuantumDynamix: I think I know what your problem is
You are calling your thisMovie("movieID").functionName during your webpage's onload event? If so the problem is that the Flash isn't fully loaded in FF on the page onload event. I suggest that you make a function in your Flash that calls a javascript function that calls your thisMovie("movieID").functionName function(s). That should fix your problem and should involve very little code change.
Bookmarks