hi.
I have a Frameset with another frameset nested.

in the top frameset i have a navigation SWF. from there i start a fscommand to pass a variable to another SWF that is in the nested frameset.

therefor i created a Javascript function that does the job.

It works fine in Netscape, but i doesn't in IE....

so i build a Sub in VBScript for the Active X Controls

SCRIPT LANGUAGE=VBScript
sub themovieID_FSCommand(argument, value)
call JavascriptthatworkswithNetscape(argument, value)
end sub
/SCRIPT

but it doesn't work either.

please hellp

thanks