How to link a PDF, word, & Excel file in fla by clicking a button?
This should open a separate window for the document , with the swf file open in the background.
[djdomain] - 03 Feb 2008 13:21 GMT
getURL('yourfile.pdf', '_blank')
ayahska - 06 Feb 2008 06:53 GMT
Thanks for your reply . I have tried that script which you gave me as below
-but it opens only blank mozilla firefox window on (press) {getURL('ERP
Text.doc', '_blank') } and 2nd script on (press)
{getURL('mmsi_magazine.pdf', '_blank') } please let me know where am i wrong.