Click to See Complete Forum and Search --> : Attach a document to a flash button


spickles
06-16-2004, 12:36 PM
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

soccer362001
06-16-2004, 01:45 PM
if the document is on server you can do
http://www.website.com/doc.doc