Oct 8, 2003 #1 ahfatt78 Programmer Joined Oct 8, 2003 Messages 5 Location MY rather than use fscommand, is there any other way to launch *.exe from flash? javascript..html....thanks.
rather than use fscommand, is there any other way to launch *.exe from flash? javascript..html....thanks.
Oct 9, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA This for a projector file? You want the .exe to open up in a browser window? Regards, Upvote 0 Downvote
Oct 12, 2003 Thread starter #3 ahfatt78 Programmer Joined Oct 8, 2003 Messages 5 Location MY yes...basically i wish to html embedded swf to launch exe program....is there any other way than using fscommand in projector? Upvote 0 Downvote
yes...basically i wish to html embedded swf to launch exe program....is there any other way than using fscommand in projector?
Oct 13, 2003 #4 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Is it for a projector file? Or online use? For a projector file, I don't know of any other way than to use fscommand. Regards, Upvote 0 Downvote
Is it for a projector file? Or online use? For a projector file, I don't know of any other way than to use fscommand. Regards,
Oct 13, 2003 Thread starter #5 ahfatt78 Programmer Joined Oct 8, 2003 Messages 5 Location MY it's online use.....html format. Upvote 0 Downvote
Oct 13, 2003 #6 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA You certainely can't force run an .exe on a user without his consenting to it... But you can allways try... getURL("http://www.yourserver.com/your.exe"); Regards, Upvote 0 Downvote
You certainely can't force run an .exe on a user without his consenting to it... But you can allways try... getURL("http://www.yourserver.com/your.exe"); Regards,
Oct 13, 2003 #7 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Damn TGML... Wonder when these forums will ever be updated, so among other things, posts can be edited! Get with it TEK-TIPS... Shesssssssssssssssssh! Code: getURL("[URL unfurl="true"]http://www.yourserver.com/your.exe");[/URL] Regards, Upvote 0 Downvote
Damn TGML... Wonder when these forums will ever be updated, so among other things, posts can be edited! Get with it TEK-TIPS... Shesssssssssssssssssh! Code: getURL("[URL unfurl="true"]http://www.yourserver.com/your.exe");[/URL] Regards,