Forum Moderators: open
i have a file in .swf format, so when someone click tat file on browser, the user will bring to other url, how can i edit the .swf file? can i using dreamweaver 8? and how? or maybe there any program to edit .swf file? and please... give me the detail instruction... i really need it.... thanks before...
I you have flash but not the .fla use loadMovie() function to load the existing swf into a holding clip then again place an invisible button on the next highest level. The function would be
invisible_btn.onPress = function() {
//getURL stuff goes here
}
The HTML alternative may be to place the .swf in an hyperlinked region of the page via a <div>, got to say I'm guessing about this as not tried it, but it seems logical. I also feel that javascript could be used as well possibly.
Go through the help files, google through a few tutorials, buy a book, learn the hard way like I did, that way you learn and remember rather than having it done for you.
Oh and don't forget to register your copy of flash.