can swf be used to open PDF
can swf be used to open PDF
(OP)
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.
I'm using v.1.0.2.14. Does v.2 have this capability.
RE: can swf be used to open PDF
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.
RE: can swf be used to open PDF
RE: can swf be used to open PDF
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