ActionScript 2.0 :: Start An Unrelated Program (such As Window's Media Player) From Inside Of A Flash Program?
Sep 29, 2010Is there a way to start an unrelated program (such as Window's media player) from inside of a flash program?
View 2 RepliesIs there a way to start an unrelated program (such as Window's media player) from inside of a flash program?
View 2 RepliesIm trying to add an exit button onto my program so when its clicked it exits the program completely.. I've tried some of the suggestions on the forums but they arnt working. what I have been using and its not working..
// CLICK to Exit
exit_Btn.addEventListener("mouseUp", goExit);
function goExit(evt:MouseEvent) {
fscommand("quit");
};
I need to program a timer for a typing tutorial program. It needs to go to 5 minutes. When the timer gets to 5 minutes the movie has to go to frame 13 which displays the results of the typing test.
View 1 RepliesHow do I get a program on my harddrive to run inside flash on my computer? I would like to build a Flash front end for my boat pc, but I would need to be able able to open up a program inside a flash.exe? would a external .ini File work? if so what code would I use internally to execute the .ini.
View 2 RepliesI have two classes (shown below, after the problem description).The first class , InteractiveStrategy, is the main class definition. In there I declare and instantiate a variable download of DataTxRx class. Once the data download is COMPLETE, I trace the length of the property questions.The second class, DataTxRx has a method DownloadData() , and a property questions of Array type. In the constructor, I am calling the DownloadData() method. The property questions is(MUST be) updated whenever the DownloadData method is called.The problem is that the property is updated only once, at progran start up. Subsquent executions of the DownloadData() are not updating the property. How can I get around this problem?
package strategy{
import flash.display.Sprite; import flash.events.*;
import strategy.*;
[code].....
I am looking for a tutorial on how to declare different attributes or capabilities for a Adobe Flash player. I have the following .html file:
[Code]...
How do tweet the parameter to get the video available with a fast forward that works, and a progress bar ( I do not know the correct name for this action) And in general where can I get instruction on how to program a Flash player in a .html file?
After hitting next on this animation you can see there appears to be blank areas on the animation. If you mouse over them you will see buttons appear which is their "over state." When I publish the animation and preview it in Adobe Flash CS5.5 all the buttons are visible and work correctly. It is only in the brower (chrome, firefox, safari) with up to date Flash Player that is is not working. This is happening in a number of animations I created originally in CS4 last year, and am updating them as CS5.5 using AS3.
View 5 RepliesOr is it possible in Flash? web applications - call a specific client side program in player controlled?
View 2 Repliesi have the following code ]
[Code]...
but no connection established what is the reason behind not know help required and one more thing XAMPP is installed in D: drive.
I have created a flash program and I would like to run a second flash program from inside the first. To explain, say I am running a program that draws a circle and fills it with a color. Then, I have designed a second program that will divide a circle into sectors by entering percentages, to turn that circle into a pie chart. Is there a way to be running the "draw a circle" program and have a button that opens the "divide the circle into sectors" program in a new window and then passes information from that program to the first program. I am sure I will have to send the information from the second program to an XML file and then have the first program recieve it from the XML file (which I can do), but I don't know if I can run the second program from inside the first program.
View 1 RepliesLoosing FMS connection after 2 or 3 execution of the program. Y ?
View 3 RepliesIs it possible with server-side scripting for FMS to call an external program once a stream has been unpublished?
View 2 Repliesim loading multiple images but how do I make sure the program will start once all images have dispatched a complete event. like make a universal loader for all the other "small loaders" if you understand.
View 1 RepliesI've recently had to format my computer and now having a problem with the flash actionscript window: the actionscript text looks like bold, or in a different font. The problem is that when I search for something like "flash" and "fonts", no matter which other words I use, always comes a lot of things about fonts for flash files, or for flash embedding fonts, but never for the program itself. Wich font is missing in my system that flash CS3 needs?
View 1 RepliesThe issue is that i want to program a button that shows when i MOUSE_OVER another button, except i can't get it done. I tryed this way:[code]
View 14 RepliesI use Window XP, I got some funny flash movies, but they can't play in window media player? Anyboday knows how to make flash movies play?
View 3 Repliesim trying to create a flash program that can be run on facebook. they require that the version be 9.0.115. how do i make sure the swf file i publish is this version? im using adobe flash cs3 proffesional
View 1 RepliesWhat is the best program to make flash games?
View 1 RepliesI had posted a similar query earlier but didn't get a satisfactory reply. I need to edit a flash website (only the text needs to be changed). Which software program should I use ? It is required to convert every text on the site (links or no links) to be converted from language A to language B.
View 1 RepliesI'm trying to make browser game and I was wondering if this is possible.99% of the game is html/php/mysql but I wanted one little mini game to be in flash.after playing the flash game if you win you get +1 of whatever to your account. So my question is can someone program that cross over of flash back into php?
View 2 RepliesIs there a way to imprt a python program into flash, so that you would get what you would see in python, but in .swf file (I'd like to make a text-only game for Kongregate)
View 1 Repliesi try to convert a program from vb.net to flash as3[code]
View 1 RepliesCurrently learning flash and what I would like to do is capture information from another flash program if thats possible?Basically im playing a persistent browser based game written in flash and on mouseover of a tile in the world map it displays some information, specifically in game co-ordinates and details of whats there.Is it possible to capture that with a flash program? Or is that beyond the bounds of flash? I know it can be done in other languages but its been years since I've done any programming.
View 2 Repliesi am doing a group project , about a test. At the end of the test , i would like to implement a print button to print the result, how to do it?
View 3 RepliesIs it possible to get computer name where the flash program is running? Not on the website, the swf will be run directly on the PC.
View 2 RepliesI need to add accessibility to a flash program which I have created. I can make the screen reader state all of the different buttons and at the top level of a combobox. However if I traverse the combobox none of the items are mentioned by the screenreader. I've tried various things down to trying to set the accessibility properties of the combobox items as though they were an array cb[0].accessibilityProperties = accessProps0; but nothing seems to work.
View 2 RepliesI am looking for some code that will make my program restart if it remains idle for a certain amount of time. I have looked around a good bit and cant find one that works in ActionScript 3.0.
View 6 RepliesI have a small flash that I'd like to expand upon, and basically I'm wondering if it's possible to Make a button that lets you erase things on click, rather than clearing the screen.Draw lines of different colours/thicknessHave the Flash output a code for the drawing (similar to Punk-o-Matic 1/2) and be able to put it into the Flash in a text form to have it output the picture. (Thus allowing sharing of pictures).Here's the code.
// 1. SETTING THINGS_root.createEmptyMovieClip("line",1);
// 2. EVENTS IN _ROOT:_root.onMouseDown = function(){ line.moveTo(_xmouse,_ymouse); line.lineStyle(2,0x000000,100); this.onMouseMove = function(){ line.lineTo(_xmouse,_ymouse); updateAfterEvent(); }}_root.onMouseUp = function(){ this.onMouseMove = null;}
Also see included .fla. It's very small as all it features is a default stage that you can draw on, with an Erase button that clears the screen.
I was curious if you can take an existing flash program and get it to run in Air, or do you have to recode the entire thing. I see lots of stuff on Flex to Air, but not much of anything on Flash to Air.
View 5 RepliesI have decompiled an swf file in to .fla file by using a registered decompiling software, in that fla file there is code "getURL("./home.html", "_self");" , but when i run this file getting the following error.The currently targeted Flash Player does not support the getURL action.
View 1 Replies