gmaxfun
Multimedia, Graphics, Photoshop, Tutorials, Artwork, Sketches, Flash
Home
About Me
Tuesday, April 14, 2009
Action script to open external file via fscommand
Use this script to open notepad or any other external file via flash exe.
on (release) {
fscommand("exec", "notepad.exe");
}
The external file should be placed in fscommand folder in the same directory with flash projector.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)