PDA

View Full Version : how to communicate between flash and HTML


neol84
05-18-2002, 01:43 PM
I want to make my navigation part of the site with flash but the content will be in html. How can i if i use frames with my flash movie in the left frame and my html in the right. How can i make my flashmovie change the html site in the right frame?
What code do i have to put in the button?

I now this is a simple question but i just couldn't figure it out :)

Thanks

pinkaboo
05-18-2002, 02:33 PM
on(release){
getURL("http://www.myurl.com", "myFrame");

}


so, use the getURL command and put the name of your target frame name in the 'window' box (if using normal mode)

please do a forum search before you post, look lots of threads cover this:

LOOK what a search could have found you (http://www.actionscripts.org/forums/search.php3?s=&action=showresults&searchid=63497&sortby=lastpost&sortorder=descending)

K