Re: [Flashcoders] Cross-Browser Get Flash Object Script

2005-11-29 Thread Jeff
David, I've been able to track the problem down to flash versions. The problem is that on Windows flash versions less than 7, and on Mac versions less than 8, the moviename.getVariable function is not working. The script below is actually returning a reference to the object correctly. I

[Flashcoders] Cross-Browser Get Flash Object Script

2005-11-28 Thread Jeff
I'm have trouble finding a good cross-browser script that gets a reference to a flash movie object. Here's what I have right now: function thisMovie(movieName) { if (typeof(window.document[movieName]) != 'undefined') { return