PDA

View Full Version : launching PDFs


matimage
01-28-2003, 03:06 PM
Does anyone out there know how to launch PDFs from Flash MX in Acrobat (not in browser) without using geturl or Flashants?

Ta
Mat

tg
01-28-2003, 05:32 PM
this thread may help
http://www.actionscripts.org/forums/showthread.php3?s=&threadid=21610

matimage
01-29-2003, 08:08 AM
funny... that link didn't seem to help at all....

thank you everso much anyway...

cheez
01-31-2003, 01:51 AM
that was actually pretty funny ;)

Originally posted by tg
this thread may help
http://www.actionscripts.org/forums/showthread.php3?s=&threadid=21610

annexion
01-31-2003, 02:20 AM
That's absolutely hilarious.

matimage
01-31-2003, 04:06 PM
... at least some people have a sense of humour....

flashdudette
01-31-2003, 05:10 PM
make a button that calls the pdf file (or use a dynamic text with the url link) - where blank is loading the pdf file in a new brower page, _parent is loading in the current browser...

on (release) {
getURL("yourfile.pdf", "_blank");
}

One Eyed Dog
01-31-2003, 07:48 PM
Hey Mat,

Have you tries using flashgeek @ www.flashgeek.com (http://www.flashgeek.com) ? I have had a nightmare sorting this problem out using Flash MX and getting it to work on all the windows OS's, but this tool ended the saga...

Go to the above address if ya havent yet and post back if you need any further assistance here,

.::Nice One ! :D

matimage
02-03-2003, 07:41 AM
Cheers 1 eyed Dog,

I have been playing with that flashgeek code and have now got it all working.

I would totally recommend this way to anyone who wants to launch pdfs form flash mx.

Thanks again,
Mat
:)

One Eyed Dog
02-03-2003, 07:52 AM
Hey Mat,

glad to help, I actually found flashgeek only hours before seeing your post, Flashgeek all the way I say, easy and reliable.

For anyone that wants to launch files and programes from a flash mx projecter, look no further than FlashGeek (http://www.flashgeek.com)

OK, CU all again soon :D