As everyone knows, after creating a button in FLASH, you generally directly add a link code to the button, like this:
```javascript
on(release){
getURL("http://www.365designonline.com", "_blank");
}
```
Once such a file is generated in SWF format, if you need to make edits...