ActionScript 2.0 :: Execute *.bat File Using GetURL?
Jun 18, 2009
Is it possible to execute *.bat file using getURL? Like example something like: getURL(file_for_running_the_other_funcions.bat); or do you know some ways to run the bat file instead of that?
View 0 Replies
Similar Posts:
Jan 16, 2009
If I write a bunch of functions in a js file and host it on [URL], how can I use getURL() to make whoever sees my flash on the same host to execute the js file?
View 2 Replies
Aug 25, 2011
I have a search box in my flash file and I'm trying to have it execute a getURL() when the enter key is pressed inside the text field, but nothing is happening. Can someone let me know what the issue is?
[Code]...
View 1 Replies
Jun 30, 2009
I need to run a batch file which needs to execute a local windows program.
How can I call that batch file insides AS3?
View 2 Replies
Mar 24, 2010
I found the following command online, but it doesn't work for me.
Code:
on (release) {
fscommand("exec", "skynet.bat");
}
The .bat file is in the same folder AND has an edited copy in a folder called "fscommands", both of which work. The problem is in the flash file. I attached the code to a button (of course), but when I click it nothing happens.
View 2 Replies
May 2, 2004
I created a fla file, which contains multi-layer movie clip. When I double-click the the flash movie, something funny is happening - there pops up another window, which is windows explorer, and it is showing the directory oin which the flash movie file is situated. And if I close the flash movie and double click it again - another windows explorer pops up.
View 5 Replies
Jan 28, 2010
I am busy updating a Flash application from a previous developer, but it was written for Windows. I am busy developing on Mac and there is this segment of code:
_global.localSO = SharedObject.getLocal("personalCookie", "/");
_global.localSO.data.name = textFileContent;
_global.localSO.flush();
fscommand("exec", "fscommand/save_personal.exe");
[Code]...
View 1 Replies
Aug 14, 2009
is there any way to execute C language executable file from Flex?
View 2 Replies
Nov 25, 2010
I'm building an Air app that uses an .app/.exe file as a bridge to hardware devices.
Ideally, I would like to include the executable with the Air app installer and launch the external program together with the Air app.
How do decide which OS specific file to launch?
EDIT: OK, the above wasn't very difficult:
var file:File = File.applicationDirectory;
file = file.resolvePath("src/assets/NativeApps");
if (Capabilities.os.toLowerCase().indexOf("win") > -1) {
[Code].....
View 2 Replies
Mar 22, 2010
So we have some web-based training that we are making. Using CS4 to publish to Flash 7 and then the page is running in IE 6. (Got to love them corporate policies!) We have some resource documents for the users to download. Usually we make them pdfs and use getURL() and the files work just fine. However, this time we have a file that we want to keep as a .doc type. The code is:
[Code]...
View 3 Replies
Aug 24, 2010
The title says it all. Is there a way I can execute a public function (defined in a .as file,linked to .fla) when typing some script in a frame?i get this error:1120: Access of undefined property btn_upgrade1120: Access of undefined property comp_verapparently, flash does not let me use my public functions in my .fla .
View 6 Replies
Sep 22, 2006
I used getURL like this to download a .doc file, in Firefox it's oke but in IE it's doesn't work.
Code:
on(release){
getURL("[URL]", "_blank");
}
View 2 Replies
Aug 7, 2009
At the end of the flash movie I want it to getURL from an external text file.Is it kinda like the way you do it with a button?
View 3 Replies
Sep 23, 2011
Trying to set up a getURL to link to a local htm file, NOT a page on the internet. All the tutorials I have read tell me how to link to a file on the internet I'm trying to set up an intranet site for my training college where students can access training resources etc on the local network. Therefore my getURL needs to point to a local file, not one on the internet. I'm trying to link to a .htm file that resides on my computer. Does the htm file have to be in the same folder as the .fla file?? How do I do this?? I'm working on a Mac, Os X, MX 2004, if that makes any difference.
View 1 Replies
Apr 29, 2010
I have a swf file that will execute code when the mouse leaves the swf on screen. Everything works fine on a pc and a mac. But on a pc that has player 10.0.32.18 installed throws the error below. TypeError: Error #1009: Cannot access a property or method of a null object reference. at main_fla::MainTimeline/mouseLeave() This error is thrown out only when I try to call a function inside of loaded swf that is on the stage.
View 2 Replies
Jul 7, 2009
I am a newbie to Flash and ActionScript 3.0 platform. I don't know whether this is the correct place to post this kind of queries/problems/issues here. Till now, I had posted only basic flash issues here in this forum. I feel this is the most powerful issue which created head-ache to me till now. I spent nearly 4 hours working with this issue. But, I don't find any solution even in google.I have created a swf file, which when gets executed, gets data from backend database and displays as items in Combo-box. In swf file, if we select an item from Combo-box, collects data from database and gets back to flash and displays them as items in Combo-box. Each item has a specific image(.jpg file)associated,which gets displayed on stage of flash file(.swf file) upon selected from combo-box.
I am calling/invoking the flash file, When I click on a Button/select a tab created within my Java application.But,when the button gets clicked/tab gets selected, Combo-box is visible in flash file, but with no elements when we try to click upon it and the following error is getting displayed in a dialog-box:Title of the error is: An action-script error has occured.[URL]
View 1 Replies
Feb 25, 2011
I'm stuck with defining a getURL function while loading an external XML file.
I have a Flash AS2.0 file and I've made it CMS driven. The content for everything in the SWF file is loaded from an XML file which resides on the same server. I've defined all other XML variables and I'm able to successfully parse them inside a holder MC I have in my Flash file. Some of the many variables I have are name, caption, thumbnail img, large img, etc... I've also defined the XML file with a 'Link' that points to a URL relative to each image it loads.
I'm unable to define the function in Flash to retrieve the URL from 'Link' parsing value stored in my XML file.
I tried defining a function called getLink in actions layer of my Flash file:
getLink = function () {
getURL('Link[ID]','_blank');
};
The ID is loaded in the beginning of the Flash file - based on the number of values available in XML file. All other functions work, except this getURL function.
View 1 Replies
Aug 2, 2005
I need to have a button load it's GetURL() deal from an external file. XML? Txt?
View 2 Replies
Dec 21, 2006
Is there a work around to the getURL Firefox issue? I am having trouble getting Firefox to open my file from my exe when FF is set to my default browser. If FF is already open, the getURL functions fine. If FF is closed, I have to click on my button twice in order to open the file (ie, click once opens a blank window, click again and the file opens) I have FF 2.0.0.1, Flash MX 2004 Prof. I have tried setting an interval to have the getURL fire again but I can't seem to get it to work.
[Code]....
View 2 Replies
Mar 16, 2005
When I place some codes in a keyframe, these codes are showing on all the following frames up till the next keyframe with codes. My question is, does Flash execute codes only in the keyframe or it execute whatever is in the frame regardless whether its a keyframe or not?
View 1 Replies
May 26, 2010
I would like to open a separate swf file from with in flash, but by default, it opens the swf in a browser. I would like this file to open in a stand alone player not in the browser.How can I achive this? Right now I'm using the getURL() action. Is there a separate function for opening a file at a specified filepath?
View 1 Replies
May 25, 2009
Is it possible to execute a jsfl function from a jsfl file instead of a full string with MMExecute? And above of that how can i change the base class with jsfl? i created a panel to create certain displayobjects but i really need to change the base class instead of the normal class name.
View 1 Replies
Dec 3, 2009
I'm currently making an animation which will eventually exceed the 16,000 frame limit (don't ask haha), so, short of making two movies and having to just start up the next one, what is the code for loading a movie? I presume they need to be in the same directory? So basically all I want is on the last frame of the movie the code executes and the second movie file opens up and starts. I guess I'd want the current movie to close, too.
View 1 Replies
Jan 27, 2009
i am trying to open my local share folder using flash. so i try this code to open it getURL("file://c:/sharefolder", "_blank"); it is working in IE7 but not in firefox and Google Chrom if i place the url direct in the address bar of the firefox or Google Chrome it is opening the share folder. but not using action script.
View 0 Replies
Sep 8, 2009
I have a Flash application that receives data from a php application in xml format. Would it be possible for me to call functions in flash that it receives in xml format?
Let's say the php application sends this:-
<data>
<command>gotoAndStop(15)</command>
</data>
Would I be able to get that function executed in the Flash application?
View 6 Replies
Nov 7, 2009
I've created a new symbol - button type. Then created a single frame in a time-line, put my button there and put a simple code into frame[code]...
View 3 Replies
Mar 28, 2011
scripting for holding a button down and having the action take place once.So thing is, I have code for pressing a button (which is the up arrow button)This was suppose to show the animation for someone shooting constantly until released:
if (Key.isDown(Key.UP)){ fox.gotoAndPlay(16); deploy.gotoAndPlay(2); trace("Pressed."); }
Unfortunetly the results are:Holding down the up key places out "Pressed." constantly instead of once.fox.gotoAndPlay(16) stays on 16 rather progressing the animation (to which should come back to 16 at a repeated process)deploy.gotoAndPlay(2) plays a sound but before: the sound played constanlty rather once) recently: sound never playsI also need code that prevents the player from moving when holding down the up arrow key.So in total, I want the player to be able to hold the up key, and everything executed is played once until pressed agan after release.I heard about adding listeners:
var myListener:Object = new Object(); myListener.onKeyDown = function() { KEY = Key.getCode(); if (!this[KEY]) { trace("You pressed "+KEY); } this[KEY] = true; }; myListener.onKeyUp = function() { KEY = Key.getCode(); trace("You released a key."+KEY); this[KEY] = false; }; Key.addListener(myListener);
but I can't understand this technobabble and everytime I try to work it, it only puts error outputs.
View 7 Replies
Jul 13, 2009
Am trying to read PHP files using AS3. the problem is, I need to get the .php files trough "http" protocol. When I call the file directly, the php script is shown instead of its result.[code]...
View 1 Replies
Dec 12, 2009
How do I execute an Adobe Air app & pass arguments from Flex ?
View 2 Replies
Aug 22, 2011
We have a web-framework with Flex and Java, whose basic functionality is to execute commands at the background(Unix) and parse and send it back to the client(Flex). This works fine for all silent commands.
We are using Runtime,process to execute commands at java side on request from flex side. The same we need to do for interactive commands/scripts as well.
View 1 Replies