Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
dimitri #1
link to open external file - another beginner one
another beginner question.
how can i link a button (or anything) to open a pdf file in acrobat (or
any other file in it's own thing.)
i have done it now with the getURL comand, what works but opens first
the browser. and it is not right, is it?
cheers dimitri
dimitri Guest
-
link to external file not usable for the web?
Hi. I use a shockwave3d-member as "link to external file" in order to do "cloneModelFromCastmember". As projector this works fine but when i... -
link to an external file
Hi, I want to put links in my movie to open files in other apps - such as word docs. How is this done? thanx -
link to an external URL file
Hi, which code do you use to create a link from your flash file to link it to another flash file (open a new window) that has been published (URL)... -
Link to external file
Hi all, When i am giving link to externally to w3d files. Here while importing w3d file the media is "Link to External File ". and while creating... -
How can I detect external link file
Dear All, How can I detect external link file form the CD-ROM. My director projector movie is in local hard disk. External link file is in CD. How... -
XFlashmanX #2
Re: link to open external file - another beginner one
Hi.
You should try this script in your button:
on(release) {
fscomand("exec", "yourfile.pdf");
}
Make sure you have published flash movie (not swf!) and that "yourfile.pdf" is
in subfolder \fscommand
Reply if it works and check the spell check in actionscript
Good luck :)
XFlashmanX Guest
-
urami_ #3
Re: link to open external file - another beginner one
The EXEC command can apply only to executable (exe) bat or commend files (com)
Do not support any other extension of file that require application in order to run.
That makes all windows files from pdf , gif , doc, txt etc.....
Need 3rd party tools like Jstart
http://www.FlashJester.com
Regards
urami_*
<hol>
http://flashfugitive.com/
</hol>
urami_ Guest



Reply With Quote

