catalystunderx
Programmer
once i have embeded an swf into am html page, how to i get it to link to another page on click?
the swf has a rollover, and down click state assigned
the swf has a rollover, and down click state assigned
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 (press) {
getURL("yourURLhere","_blank");
}