PDA

View Full Version : frames and flash



vendi
May 20th, 2003, 12:37 PM
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?

eyezberg
May 20th, 2003, 12:56 PM
just getURL the new page from flash with the frames name as target.

vendi
May 20th, 2003, 01:01 PM
GetURL("http://www.my.com/htm", ??????

grimdeath
May 20th, 2003, 06:17 PM
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