Help regarding proxie.exe problem
Hi Northcode,
Firstly thanks for producing such a useful flash utility (proxie.exe). I have been battling with this problem for some while.
I have used it and it work for me addressing other projector files but I am trying to get it to open a Word file (myfile.doc). It is partly working in the sence that it open the Word application but the file that it should be opening is now where to be seen. I have tested the proxie.exe and it works but when I run it through the projector it only open up the Word application.
I am using "on Release" in connection with a button. The other buttons are working but for some reason this one is not. Its not a button problem as far as I can see.
My question to you is, is there a reason that the proxie.exe will not open up the Word file but only the application. Is there a solution to this problem.
Thanks for your help.
You have started a small revolution in Flash linking.
:confused:
Help - proxie.exe problem
Hi Northcode,
I think that it must be not finding the appropriate file.
The file layout on the CD is as follows
Autorun.inf
myicon.ico
readme.txt
CV\myworddoc.doc
Presentation\Presentation.exe
menu\menu.exe ( - where the buttons are executed with )
Code:
on (release) {
fscommand("exec","myworddoc.exe");
}
on (release) {
fscommand("exec","presents.exe");
}
menu\fscommand\myworddoc.exe
menu\fscommand\myworddoc.bat
myworddoc.bat code is:-
Code:
start \CV\myworddoc.doc
menu\fscommand\presents.exe
menu\fscommand\presents.bat
presents.bat code is:-
Code:
start \Presentation\Presentation.exe
Thats the basic layout. The presentation works fine but for some reason the Word file (myworddoc.doc) is not opening. The Application is opening but not the file its self. Do you see any problem in this file structure or code? I have used this file structure in order to keep the files organised. Reading one of your last posts it should be fine as long as the proxie.exe and proxie.bat files are placed in the fscommand directory next to the projector file. The .bat file then redirects the pointing of the file to the \CV\myworddoc.doc file. Is this correct because it appears to work for the other link (presentation.exe), which is another projector file.
I'd appreciate any help.
Thanks for your help.
;)
Proxy only halfway working w/ MS Word.
Hi Northcode
Your Proxy.exe utility is a great, however I'm having inconsistent success with it.
I am having a similar problem that ticktack had earlier in the thread: using proxy works somewhat-- it opens the correct application but doesn't open the actual doc file. (I am trying to open MS Word docs from a Flash projector on PC)
If MS Word is already open and I click on the button to open the doc file it works correctly. Is there a bug in the proxy app or is this a Word thing?
Directly clicking on the renamed proxy.exe file opens the doc correctly, as well as clicking on the .bat file. The doc types are correctly associated with Word--they have the correct icon and double clicking them opens correctly.
Please note that I've applied the proxy.exe usage to some Excel, PDF and JPG files in the same project and they works perfectly.
The only thing I can think of is that some of my file names are kind of long. ie. "Frequently_Asked_Questions.doc", though I didn't think that should matter.
All of my files are in the FSCOMMAND folder, all of the .bat files contain "start filename.doc" (they all worked correctly before using proxy.exe). I'm using Flash MX (not 2004), Windows XP and Office XP.
Sorry for bringing up kind of an old subject, but I just can't figure it out. Any help would be greatly appreciated.
thanks so much
-dnad