Thread: Flash Buttons
View Single Post
  #2 (permalink)  
Old Nov 16th, 2006, 15:15
PixelLuv PixelLuv is offline
Up'n'Coming Member
Join Date: Jul 2006
Location: Dallasish Texas
Age: 41
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote