PDA

View Full Version : opening .html's in frames from within flash


aqdesign
07-11-2001, 08:06 PM
my site: http://ab-creations.hypermart.net/silent/

basically, i want the buttons on the left which are ina seperatae frame at the moment to open new .htmls in the frame on the right... what would be the path of these buttons? using GetURL command?

Thanks very much

PS - the buttons appear when you move over the cubes + the text "about" etc. is the actual button that i want to make open the new page on the right

defrex
07-12-2001, 04:49 AM
getURL (whatever.html,main)

this is asuming that the frame you want the html page to open in is called "main".

aqdesign
07-12-2001, 12:19 PM
thanks very much

solved the problem :D