|
Re: Flash Buttons
select the instance of the button and open the actions editor (F9) and i think its
on (release) {
getURL("yoursite");
}
try that and test it.
i know that explorer would let me use that bit localy but tested from a server i had no problems.
|