Guest_imported
New member
- Jan 1, 1970
- 0
can you turn a button in flash into a link to a website or something.. If you can, how do you?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
on (release) {
getURL ("[i]path[/i]", "[i]_self[/i]");
}[\code]
take note:
[i]path[/i] means the page wher u want to link it
and
[i]_self[/i] means the window where the page will be shown.
by the way this syntax is for flash 5, for flash 4 is it something similar!