no.
an iframe in a html page.
ive loaded two swfs in one html page and have the bottom one in an iframe. the top has a button in the swf at one point with a script as follows-
getURL("flash/whatever.swf", "flash-btm");
that loads whatever.swf onto the bottom swf in the iframe ‘flash-btm’. BUT it takes over the bottom swf. i want to load it on top of the swf, so, onto another level.
tried this but the sytax is wrong-
on (release) {
set(flash/whatever.swf, “_level4”);
loadVariables(“flash/whatever.swf”, “flash-btm”);
}
any clues anyone?
thanks
cuse