hojo
June 26th, 2003, 08:27 PM
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:
on (release) {
fscommand("parent.I1.location='home1.html'");
fscommand("parent.I2.location='home2.html'");
}
when pressing the "home" button on the nav, it loads home1.html in i1 and home2.html in i2 as listed above.
any help would be much appreciated, thanks :)
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:
on (release) {
fscommand("parent.I1.location='home1.html'");
fscommand("parent.I2.location='home2.html'");
}
when pressing the "home" button on the nav, it loads home1.html in i1 and home2.html in i2 as listed above.
any help would be much appreciated, thanks :)