Click to See Complete Forum and Search --> : javascript and Flash talking in Netscape 6/7


flashgroover
05-28-2003, 05:27 PM
Hello all,



Here’s the set up. Building for Netscape 6/7. One HTML page with Two <iframe>’s in it. One <iframe> (independent HTML pages) has a Real Video Player in it, the other has a SWF in it. Im trying to pass variables from the SWF to a separate JS page and back. In internet Explorer I would write this statement like this



window.document.myFlash.GetVariable('_global.whatvideo'); “myFlash” is the ID of the SWF



but in Netscape 6/7 I think I need to write something like this-



document.getElementById("myFlash").GetVariable('_global.whospeaking');



but its not working, can anybody help.

cesar