Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External files.

Status
Not open for further replies.

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.
 
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.
 
I'm using Flash MX.

I don't surf the Internet, I dive right in.
 
then use the following:

on (press)
{

fscommand(&quot;exec&quot;,&quot;<filename.bat>&quot;);

}
and place yr bat file under the folder called fscommand, which inturn should be under the root folder where yr movie is.
regards
 
THX a lot!

I don't surf the Internet, I dive right in.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top