Skip to main content
Damon Edwards
Inspiring
August 10, 2006
Question

linking flash button to HTML page

  • August 10, 2006
  • 1 reply
  • 240 views
i have a button on flash cover page, that i want to link to an HTML site/page... what would be the action script
This topic has been closed for replies.

1 reply

Darshan_Rane
Inspiring
August 11, 2006
hi

on(press)
{
getURL("path of html page");
}