Guest_imported
New member
- Jan 1, 1970
- 0
Hello world
I've a html page with a frameset in 2 rows
In one frame i've a Flash movie.
This movie uses a FSCommand to send parameters to JavaScript ...
In the FSCommand in JavaScript i use the next sentence:
parent.myBottonFrame.location = "anotherPage.html";
This sentence works well with Explorer but don't work with Netscape, and don't send any error message ... this only don't do anything ...
I can communicate with the frames in other ways ...
i.e. i can load the JavaScript variables with:
parent.myBottonFrame.myJSVariable
... and i can execute the JScript functions in the other frame:
parent.myBottonFrame.myJSFunction(myParam1, myParam2);
but in any case i want to change the location of a page (even i use it calling a external function of another frame) this don't work.
Really thanks
asharak