May 14, 2003 #1 FireDK Programmer Feb 19, 2003 59 RO Is there any way to open an external .exe file (a flash projector file) from a flash movie? If YES, how? I don't surf the Internet, I dive right in.
Is there any way to open an external .exe file (a flash projector file) from a flash movie? If YES, how? I don't surf the Internet, I dive right in.
May 14, 2003 #2 prasoon Programmer Nov 15, 2002 67 IN Yes there is a way to do that, but doing so depends on the version no. which version of flash r u using??? Flash 5 or MX.. regards. Upvote 0 Downvote
Yes there is a way to do that, but doing so depends on the version no. which version of flash r u using??? Flash 5 or MX.. regards.
May 14, 2003 Thread starter #3 FireDK Programmer Feb 19, 2003 59 RO I'm using Flash MX. I don't surf the Internet, I dive right in. Upvote 0 Downvote
May 14, 2003 #4 prasoon Programmer Nov 15, 2002 67 IN then use the following: on (press) { fscommand("exec","<filename.bat>" } and place yr bat file under the folder called fscommand, which inturn should be under the root folder where yr movie is. regards Upvote 0 Downvote
then use the following: on (press) { fscommand("exec","<filename.bat>" } and place yr bat file under the folder called fscommand, which inturn should be under the root folder where yr movie is. regards
May 16, 2003 Thread starter #5 FireDK Programmer Feb 19, 2003 59 RO THX a lot! I don't surf the Internet, I dive right in. Upvote 0 Downvote