Oct 9, 2002 #1 LeannW Technical User Oct 9, 2002 2 US We are trying to make an swf intro for a CD project. We need to make a behavior(?) that links to a PDF file. Is this possible? I'm using v.1.0.2.14. Does v.2 have this capability.
We are trying to make an swf intro for a CD project. We need to make a behavior(?) that links to a PDF file. Is this possible? I'm using v.1.0.2.14. Does v.2 have this capability.
Oct 9, 2002 #2 Pixelchik Technical User Apr 16, 2002 391 US Hi LeannW, Yes either Live Motion V.1 or V.2 can link to a pdf. In LM version 1, you would use the getURL behaviour: getURL('file.pdf','_blank'); Just replace with the complete file location on the CD. The '_blank' would be used to open the .pdf in a new window, if that's what you desire. Hope this helps you. Upvote 0 Downvote
Hi LeannW, Yes either Live Motion V.1 or V.2 can link to a pdf. In LM version 1, you would use the getURL behaviour: getURL('file.pdf','_blank'); Just replace with the complete file location on the CD. The '_blank' would be used to open the .pdf in a new window, if that's what you desire. Hope this helps you.
Oct 9, 2002 Thread starter #3 LeannW Technical User Oct 9, 2002 2 US I tried that but it opened the PDF in Acrobat Reader inside a browser window. Do you know how to get it to just open Reader? Upvote 0 Downvote
I tried that but it opened the PDF in Acrobat Reader inside a browser window. Do you know how to get it to just open Reader?
Oct 10, 2002 #4 Pixelchik Technical User Apr 16, 2002 391 US LeannW, I believe this command will launch your application, but only in the Standalond Flash Player, not from a web page. getURL("fscommand: exec", applicationName) applicationName:string which is the absolute path for the application to launch Celeste Upvote 0 Downvote
LeannW, I believe this command will launch your application, but only in the Standalond Flash Player, not from a web page. getURL("fscommand: exec", applicationName) applicationName:string which is the absolute path for the application to launch Celeste