Reply
Old August 8th, 2003 Top | #1
 
NerdUprising's Avatar
[ Method ]
Joined: May 2003
Location: Kamarupta
Posts: 736
Reputation: 30
Power: 117

Question Flash Actionscript: launch Prog from flash?

is it possible to launch a program via flash?

I have tried to do it using getURL(), but instead of launching the program, it opens the web browser and thinks the .exe is a download, and brings up the download prompt (which I suppose it should)

so just wondering if it was possible for flash to launch an .exe

"But what then am I? Res cogitans."
NerdUprising is offline   Reply With Quote
Old August 8th, 2003 Top | #2
 
Corvette's Avatar
Sauske!
Joined: July 2003
Posts: 761
Reputation: 70
Power: 115

Default

Well that's what you do anyway!

Or should I say Sometime in 2007?

vB 3.6?!?!?! BOOYAH!
Corvette is offline   Reply With Quote
Old August 8th, 2003 Top | #3
 
Tabula Rasa's Avatar
Stranger Than Kindness
Joined: July 2002
Location: Israel
Posts: 3,233
Reputation: 450
Power: 157

Default

can you embed java into flash?
if you can use a java script, something like in madmatts tutorial.
Tabula Rasa is offline   Reply With Quote
Old August 8th, 2003 Top | #4
 
Un4gIvEn1's Avatar
OSNN Veteran Addict
Joined: February 2004
Posts: 1,084
Reputation: 130
Power: 113

Default

www.actionscript.org

If it's possible it will be there...

Welcome to a world where the air I breathe is mine
Nothing to overwhelm me and nothing to cloud my mind
Be anyone, do anything I'd ever want to try
Time doesn't exist here - I will never die
Un4gIvEn1 is offline   Reply With Quote
Old August 9th, 2003 Top | #5
lechtard
 
lechtard's Avatar
Unregistered
Posts: n/a

Default

are you talking about flashget or macromedia flash ?? You can launch a prog from both, with flashget you don't need an action script ..
  Reply With Quote
Old August 11th, 2003 Top | #6
 
NerdUprising's Avatar
[ Method ]
Joined: May 2003
Location: Kamarupta
Posts: 736
Reputation: 30
Power: 117

Default

talkin about good ol Macromedia Flash (MX)...

and I suppose I could attempt to do something with java, but Im not as fluent with that as I am AS, and I would like to keep it as contained and non messy as possible

"But what then am I? Res cogitans."
NerdUprising is offline   Reply With Quote
Old August 11th, 2003 Top | #7
 
NerdUprising's Avatar
[ Method ]
Joined: May 2003
Location: Kamarupta
Posts: 736
Reputation: 30
Power: 117

Default

Un4gIvEn1... many thanks.. within ten seconds of going to actionscript.org, I found my answer, and as I was hoping, it doesnt take much:

On (Release){
FS Command ("exec", "Test1.exe")}

only problem is that since this is an FS command... it can only be executed by a projector file (export the movie to .exe) I will keep on looking, and keep on taking suggestions, thank you all much... if I find an answer, Ill stick it in here in case someone searches for it later (pfff...lol)

"But what then am I? Res cogitans."
NerdUprising is offline   Reply With Quote
Old August 18th, 2003 Top | #8
 
X-Istence's Avatar
*
Joined: December 2001
Location: USA
Posts: 6,496
Reputation: 2808
Power: 220

Default

i doubt it would be possible since this would compromise the security of the end users PC, or not?
X-Istence is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best flash ever!!! Tabula Rasa Green Room 16 September 20th, 2004 3:23pm
Flash Actionscript: dynamically named array accessing NerdUprising Web Design & Coding 2 July 15th, 2003 6:03pm
Flash JJH35 Web Design & Coding 2 January 15th, 2003 4:53am
Flash MX acetken Windows Desktop Systems 5 September 27th, 2002 3:24pm
help in flash mx? dayneh88 Windows Desktop Systems 2 July 20th, 2002 12:26am