Hello Kirupa and everyone,
I have downloaded the " ** [SIZE=4][COLOR=#003366]Flash[/COLOR][/SIZE]**[SIZE=4][COLOR=#003366] & HTMLFrames" [/COLOR][/SIZE]tutorial and have tried and tried to resolve the issue of targeting a named frame from a flash button all day without any luck. The html page is loaded into a blank page continually unless I use the standard _blank or _parent window name which I don’t want. It is now very annoying as it is such a simple thing to do. I have an upper and lower frame in the frameset, the lower is the flash navigation bar and the upper frame is where I would like the html page loaded into. I have searched all day for solutions and what I have written in flash seems correct and in the frameset.
Frameset from my site I’m designing looks like this:
<frameset rows=",101" cols="" framespacing=“0” frameborder=“NO” border=“0”>
<frame name=“upper” src=“photo.html” scrolling=“NO” id=“upper”>
<frame name=“lower” src=“navbar.html” frameborder=“yes” scrolling=“NO” id=“lower”>
</frameset>
Flash buttons in a sliding menu:
on (release) {
getURL(“a1.html”, “upper”);
}
I would really appreciate any help that anyone could give!
Thanks,
Niki