Hi I would like to know, how do I add a Hyperlink on Flash, that opens a PDF in adobe reader and not the web browser.

Hi I would like to know, how do I add a Hyperlink on Flash, that opens a PDF in adobe reader and not the web browser.

Yoh, what is FSCCommanr ? sorry man I am an absolute beginner in Flash. I tried the code:
/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://www.adobe.com with the desired URL address.
   Keep the quotation marks ("").
instance_name_here.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void {
  navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");
this is the same code I used before and it opens a pdf file in a web browser, and it doesn't open an AutoCAD file.

Similar Messages

Maybe you are looking for