all groups > flash actionscript > may 2006 >
You're in the

flash actionscript

group:

Movie Clip Button to open PDF



Movie Clip Button to open PDF danny biy
5/30/2006 9:57:11 PM
flash actionscript: Does anyone know how to open a PDF file separate from the browser. I need the
file to open in adobe, brand new window, not in the browser. I have this code
which opens it in the browser, I just need it to open separate from the browser.

_root.resume2_mc.onPress = function(){
getURL("Romano_Daniel_Resume.pdf")
}
Re: Movie Clip Button to open PDF Bruce
5/31/2006 6:35:42 AM
_root.resume2_mc.onPress = function(){
getURL("Romano_Daniel_Resume.pdf" , "_blank")
}

will do the trick!

[quoted text, click to view]
Re: Movie Clip Button to open PDF Joopmicroop
6/1/2006 8:00:22 AM
If you have a plugin in your browser you can ownly open it in the
browser, unless you save it to your disk and open in in the adobe
reader. If somewone don't has the browser plugin it will be downloaded
automaticly and opened in the adobe reader.
If you want it to do so disable the pdf plugin and you are done!

You can also find some pdf links in my website in the portfolio link.
http://www.joopmicroop.be

danny biy schreef:

[quoted text, click to view]
Re: Movie Clip Button to open PDF FlashJester Support Team
6/1/2006 12:54:29 PM
Use FlashJester JStart

http://jstart.flashjester.com

For the PC and for offline work only, Not for the web.


--
Regards
FlashJester Support Team
e. - support@flashjester.com
w. - http://www.flashjester.com

There is a very fine line between "hobby" and
"mental illness."

Re: Movie Clip Button to open PDF teh_pako
6/1/2006 1:37:16 PM
try this, it worked for me when i had to do it:

_root.resume2_mc.onPress = function(){
getURL("Romano_Daniel_Resume.pdf", "_blank")
}

hope this helps :P

_root.resume2_mc.onPress = function(){
getURL("Romano_Daniel_Resume.pdf", "_blank")
}
AddThis Social Bookmark Button