|
Hi,
I am trying to attach a document (.doc, .txt, .pdf etc) to a flash button, I am not creating a web based application - I understand how to attach an URL to a button, and get a new window to load using...
on (release)
{
getURL("http://www.website.com");
}
but can't do anything similar for a document... any ideas?
thanks - simon
|