Log in

View Full Version : Flash 6 Button Link


Super Saiyan
Sep 13, 2002, 12:45 PM
Well Im building a site with some neat flash animations. I only need to know how to add a url into a button after you click it. Also if possible, if you know something about [ I frames ] tell me how to load that URL into: TARGET="WINDOW-1. It shouldnt load into a new window, neither a refresh, but in a I frame. I hope you understand what I mean, thanks for help!

ßúññ¥€lmérTbtCC
Sep 13, 2002, 12:48 PM
depends on wich frame

using html or php?

and how many frames does your website use..

Super Saiyan
Sep 13, 2002, 12:57 PM
Im talking about flash... php & html dont have anything to do about it. I only know it needs Actionscript for it, but I just cant find the correct one. Come on someone?

ßúññ¥€lmérTbtCC
Sep 13, 2002, 01:19 PM
woops sorry i dont know flash ( yet )

You should ask Overlord.

$tilettø
Sep 13, 2002, 11:15 PM
Hmm you have Help topics in Flash6

and also some Examples i'd see take a look at that or post at their message board or even better get Swich

Cpp
Sep 16, 2002, 06:59 AM
I have Macromedia Flash MX and it is confusing a bit due to the new design...

If you want add an url to a flash button just go to a frame where the button is, select the button and then actions to open the ActionScript window. In the listbox enter this code:

on (release) {
getURL("Index.htm", "WINDOW-1");
}

Edit the code and enter the URL you want. You needn't specify the whole url including HTTP://www.blah blah as long as the htm file is in the same folder as the html where flash is running.

Super Saiyan
Sep 16, 2002, 01:13 PM
Hmm, yeah... Thanks! :D