PDA

View Full Version : Flash 8 frame problem



cjneo
July 19th, 2006, 11:25 PM
<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

Anogar
July 20th, 2006, 12:07 AM
What version of Flash player are you using? 8 or 9?

cjneo
July 20th, 2006, 12:17 AM
im using flash player 8... but im not sure about my firefox's version