can it be done? i’ve heard that fscommand can be used to control iframes, but haven’t been very successful with it myself.
here’s the setup:
[flash banner]
[i1] [i2]
[flash footer]
the navagation is controlled in “flash banner” changing “i1” (iframe 1) and “i2” (iframe 2).
heres the code i’m using on the buttons:
[COLOR=crimson]on (release) {
fscommand(“parent.I1.location=‘home1.html’”);
fscommand(“parent.I2.location=‘home2.html’”);
}
[/COLOR]
when pressing the “home” button on the nav, it loads home1.html in i1 and home2.html in i2 as listed above.
please, this is destroying my time, i’ve spent countless hours trying to figure this thing out when it’s probahly something small and stupid i’m doing wrong.