I have a web with two frames - one html document with flash and second with only html,pictures,etc…Q is! How from flash movie button I can load another html page in the second frame…I can explain more at www.popstars.tvlook at buttons above and pressing them another page is loaded! How?
just getURL the new page from flash with the frames name as target.
GetURL(“http://www.my.com/htm”, ???
i dont quite remember but it should be something like this
onPress = function() {
getURL(“http://www.kirupa.com”, " frame name");
};
or something like that im not at home now and i dont have flash or DW available at the moment so i cant really tell you exactly