PDA

View Full Version : link to web page in flash movie


MelaniB
08-28-2002, 06:01 PM
Hi,
I am hoping someone can post the script that I am looking for.
I am conducting research for the webmaster of the following site:
http://www.rockteach.org

When clicking on the bird flash movie (from any point within the site) we would like the web page to automatically reload/link to the main home page. (Someone else created the top section of the site -- we are now trying to modify it.

The problem is -- the bottom section of the page is a frame.

Please refer me to any useful sites or e-mail the type of script I need. I am an EXTREME newbie with little knowledge of flash.
Thanks so much,
Melani
bendfeldtm@ramnet.k12.ny.us

tg
08-28-2002, 10:37 PM
the url on your button is screwed up.

do you have the source code(.fla) for the swf with the bird?
if so go into the file and look for the button with this code on it:

on(release){
getURL("http://www.rockteach.com/index.htm....","framename");
}

and change it so it has the correct url, don't worry about changing the frame, cause its loading into the correct spot.