|
-
I am writing a CD-Rom demo CD, and need a button to launch an external file (a .mov movie) - could anyone please advise me how to do this, it would be greatly appreciated! )
Thanks for your time.
-
DefaultApp.exe not working with flash 5
I've tried the Flash Beta Tools in Flash 5.0. The CD Browser and text messages display fine, but launching external applications does not!
I'm running windows millenium (which I believe is similar to windows '98) - can anyone please help?! I can't believe there isn't a straight forward way to launch external files. I can't write an interactive stand-alone projector with no video. (
-
Solved by using .bat file
It's kind of crude, but I found a tutorial and created a .bat file, calling it with the FScommand. It works okay, but if anyone knows of a better way to do it please let me know. Thanks!
-
Banned By GMF Wannabe
I've wrestled with this problem too but in the end I used DefaultApp with Flash 4....the only other way is to use jugglor but that's gonna cost $$$.
-
With exec (FS Command) you can run ext application, just write the path:
/Samplefolder/application.exe
or just
application.exe
But the application must be in the same folder or in a parent folder. this mean that your application can't be on your Harddisk if you are launching the flash player on a cd rom...
Do you understand something?
Sorry for my bad English!!!
write me for an example, but i think it's not necessary 'cause is very simple...
bye bye
elvis
-
linking directly doesn't work.
Thanks for the mails. Unfortunately I don't have the £££ to spend. (
Elvis, if I try linking the .mov file directly it refuses to open. Yet if I open a .bat file with
@echo off
start movietest.mov
The dos window launches the movietest.mov file. I don't know why this should be.
Gavin.
-
Well if there's a problem with my program.. i need to know what..
But let me clarify what I learned while investigating flash 5 and my program.. My initial testing with my program and Flash 5 was just to open my example.fla and publish and see that everything works.. but on closer examination based on your reporting problems here..
I've learned that you can't use & between charachter 9 instead you use add instead of & so in truth all charachter (9) statements need to be written like this..
add Chr(9) add
To better illustraute as always.. a screenshot 
-
Thanks for the info.
Thanks for the info. I'll have to give it a shot.
However, I am thinking: doesn't your program basically do the same thing as a .bat file to launch an application, or is there a difference?
-
Pretty much the same thing as the .bat file but..
- Minus the ugly dos window
- The program features a true cdrom browse.. (you can't do that with a .bat not really)
- You can set certain display settings as to where the window will come up or which one will be active..
- You can set command line parameters to the executable that will open the associated file type.. (I don't think you can pull this one off with a .bat)
Note: I still haven't fixed the fact that cdrom browse forces you to place the executable on the root of the cd
If you really want to know what the program can do.. I suggest you look at the example.. as I'm a big believer in showing and doing by example 
[Edited by The Master on 10-30-2000 at 05:47 PM]
-
Thanks
Thanks,
It would be quite useful to get rid of the dos window - I'll see if your utility works okay on my machine with Flash 5.
The browse feature could possibly prove useful to me too.
-
can u give me the smaple file
i have the the problem,can u send me the smaple file
please ~~
my email [email protected]
-
Expression...7
You could do the video in Director 7/8 and then call off the director.exe from Flash using FS Command?
-
To be honest I don't know that it would make much difference for me to use Director or Flash. I like the fact you can add animation to a quicktime movie and then export the finished product as a QT mov, but then it's also more rigid than Director in many respects.
-
files
If you want to open a pdf or a ppt file or any other file, do I need to put the name of the program or put the name you used, which was ftoolapp?
-
-
Thanks for that, I'll keep note.
It does seem very strange why one version of flash uses '\' and the other '/' !!!
-
Reply to above
Since I want a program from another drive in another directory or run it from the cd, do I have to put the program on the same location the files are? Because I tried putting the programs on the same directory as my executable and my files, but they won't open. Your example is the only one that works, but my true program doesn't work with those variables. What else can I do?
-
-
-
Lifetime Friend of Site Staff
Using the command processor, COMMAND.COM, to open files will only work with Win9x machines and only as long as COMMAND.COM has not been moved or deleted (as is often done to security harden a machine).
In WinNT COMMAND.COM exists but not in the same place as on Win9x and the default command processor is CMD.EXE not COMMAND.COM.
Unless you can build the logic into your projector to detect the OS and verify that the command processor exists where you expect it, relying on this in your projectors is not highly recommended.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|