Jose Antonio
05-29-2007, 07:04 PM
Hey Folks,
Sorry for the repost, I wanted to Edit as well as Change the Title of the original Thread and I screwed up so please if I've committed some kind of "AS.Org SIN" I strongly apologize.
Okay, bare with me on this one.
Is it possible to specify what program the user uses to open a file, provided the user has the program installed on their computer, of course?
For instance; I want the user to use the Adobe Reader instead of the Adobe Acrobat.
I'm asking this cause it's happening to me, or rather sort of happening to me.
What's been happening, and the reason I posted this thread, is that I have two buttons (one for "resume.doc" and one for "resume.pdf") I can open a copy of my resume.doc file but not it's .pdf version. When I click on the pdf button it spawns a new ie window (I'm using ie 7) and it starts (what appears to be) to open the Acrobat program, not the reader.
The Acrobat never opens, and the ie window, although it shows the files' title on the tab, when you click on the tab it now does nothing; originaly it was opening a blank page when I clicked on the tab.
Here's the code that I'm using:
-for the "resume.doc" button-
on (release){
getURL("resume/resume.doc", "_blank")
{
-for the "resume.pdf" button-
on (release){
getURL("resume/resume.pdf", "_blank")
{
PLEASE, can anyone shead some light on this for me.
Peace
Jose Antonio
Sorry for the repost, I wanted to Edit as well as Change the Title of the original Thread and I screwed up so please if I've committed some kind of "AS.Org SIN" I strongly apologize.
Okay, bare with me on this one.
Is it possible to specify what program the user uses to open a file, provided the user has the program installed on their computer, of course?
For instance; I want the user to use the Adobe Reader instead of the Adobe Acrobat.
I'm asking this cause it's happening to me, or rather sort of happening to me.
What's been happening, and the reason I posted this thread, is that I have two buttons (one for "resume.doc" and one for "resume.pdf") I can open a copy of my resume.doc file but not it's .pdf version. When I click on the pdf button it spawns a new ie window (I'm using ie 7) and it starts (what appears to be) to open the Acrobat program, not the reader.
The Acrobat never opens, and the ie window, although it shows the files' title on the tab, when you click on the tab it now does nothing; originaly it was opening a blank page when I clicked on the tab.
Here's the code that I'm using:
-for the "resume.doc" button-
on (release){
getURL("resume/resume.doc", "_blank")
{
-for the "resume.pdf" button-
on (release){
getURL("resume/resume.pdf", "_blank")
{
PLEASE, can anyone shead some light on this for me.
Peace
Jose Antonio