Friends,
I have an index page that has a frameset
left & right. I wish to have a flash navigation in the left and it will change what goes into the right frame.
here is a fragment of my index
<frameset cols=“110,1*” border=“0” framespacing=“0” frameborder=“NO”>
<frame src=“left.htm” name=“left” frameborder=“NO” noresize scrolling=“NO” marginwidth=“0” marginheight=“0”>
<frame src=“homea.htm” name=“right” frameborder=“NO” scrolling=“AUTO” marginwidth=“0” marginheight=“0”>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
the file left.htm holds my flash swf and the right starts off w homea.htm…
all that looks fine.
my problem is and my question is… how do i code the flash to load a file.htm into the right frame.
my actionscript is as follows:
getURL(“http://208.233.14.244/wheela.htm”, “right”);
any help would be appreciated.
of course I am using flash MX so… I do not have the old flash 5
“window” dialoug
thanks!