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.

No comments: