cesarcesar
Programmer
- Mar 5, 2003
- 30
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
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"
but its not working, can anybody help.
cesar