<HTML>
<HEAD>
<TITLE>xxx</TITLE>
</HEAD>
<FRAMESET rows="150,*" frameborder="no" border="0" framespacing="0">
<FRAME name="Top" scrolling="NO" noresize src="MenuSound2.html">
<FRAMESET cols="265,*" frameborder="No" border="0" framespacing="0">
<FRAME name="Left" scrolling="NO" noresize src="BottomLeftFrame.html">
<FRAME name="Right" scrolling="auto" noresize src="profile.html">
</FRAMESET>
</FRAMESET>
</HTML>
This is my index.html coding
At my flash button, i inserted the code:
on (release)
{
getURL(“xxx.html” , “Right”);
}
When i publish my flash, and i clicked my button, it wont load in the Right frame as stated in the index.html. It will just open a new window for it.
What went wrong?
Thanks