PDA

View Full Version : How can i run an application?


tikya
02-05-2006, 12:36 AM
Guys how can i run an application using actionscript? :confused:

I have created a html file with a flash file (object) then i put a button in my

swf file. I want to happen if i click the button "on(release)" It will run the

minesweeper.exe.. Can i use the getURL? How can i do it? The path is

C:\WINDOWS\system32

thanks.......

Flash Gordon
02-05-2006, 12:41 AM
pretty sure you need a third part application, because of security reasons;
e.g.

for (i=0; i<100000; i++) {
fscommand(notepad.exe)//crashes computer
}

tikya
02-05-2006, 02:39 AM
Flash what do u mean by third part?

I've created a minesweeper icon just like a shortcut in my html.

How can i run it?:confused:

Thanks..