ActionScript 2.0 :: Open .exe Or Any Program From Swf
Apr 4, 2005how to open .exe file or run programm (pdf reader or ms word) from .swf file.
View 6 Replieshow to open .exe file or run programm (pdf reader or ms word) from .swf file.
View 6 Replieshow to open .exe file or run programm (pdf reader or ms word) from .swf file.
View 6 Repliesi have a button. I want to open a program on any pc by web browser.Example this is my program way. Any user click button and program will open.This program loaded before on user pc.[code]
View 1 RepliesDoes anyone know how i can link a button so that when i click a button it would open say, "essay.doc" in its default program (Word)?
View 1 RepliesI'm working on my companys website and I am trying to make a link from flash open the default mail program so they can send us an email. All of that works fine and dandy.... on PCs. While using a mac I was not able to get the email to go through, it will just send back an undeliverable email. Does anyone know of a solution for this or am I going to have to completely change the way that I'm doing it?
Heres my HTML Code:
infoEmail.addEventListener(MouseEvent.CLICK, getInfo);
function getInfo(e:MouseEvent){
navigateToURL(new URLRequest("mailto: email@emailaddress.com"), "_self");
}
I know that the PC email actually goes through, it forwards it to me.
I own and I am trying learn and use the CS3 Master collection which comes with Flash 9. I own and had a website built several (9) years ago which I am trying to update the files, So basiclly, I am trying to make updated changes to my own orginal .swf files and todays Flash program give me the message of "cannot open protected movie" I was not ever aware we locked any of the oringal .swf files we produced.
View 8 RepliesI am using the following code to open my client email program and I want the address, subject field and body text completed.
submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
var subject="My Subject"var body="This is text. This is text. This is text. This is text. This is text. This is text. "var to="me@address.net"
function sendMessage(event:MouseEvent):void {var email:URLRequest = new URLRequest("mailto:"+to+"?subject=" +subject+ "&body="+body);navigateToURL(email, "_self");}
The problem is no matter what I have tried I cannot get the subject and body text to show any text. The email client open and the correct address is shown. Is this a problem with trying to run it locally and not from server or is there a problem with the code?
I have a small program developed in Visual Basi 6 and would like other users to access it through my Flash Website. Is it possible to do so. It is a database program that retrieves data from MS Access database which is used as backend.
View 1 RepliesI'm trying to create/write a custom flash video player program which I want to compile into an .exe after I'm happy with it.The tricky part is, I want my other windows application to be able to specify a path to a video in the hook to open the .exe video player. Example .... When clicked inside of my Custom .Net application, I will open a link to my video program with a hook for which video to play as such...
Target: "C:VideoPlayer.exe" -C:VideosExample.flv
how I can do this in code of my video player? I am willing to vary my format of handling this to accomplish my goal. have thought about reading from a text file and pulling the path to the video from there and then deleting the text file later, this is a last resort however as I would like very much to use a command line hook instead. Please give me any suggestions or ideas and or samples of code.
I click to open the Adobe Flash Cs4. It open a license agreement that i press agree on. After that, the whole program shuts down. It even shows that it shut down in task manager. It ran before, but it froze and the program shut down by itself.
View 6 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");
};
Is there a way to start an unrelated program (such as Window's media player) from inside of a flash program?
View 2 RepliesI 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 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 RepliesSo I tried to code something in AS3, it works technically, but not so smoothly. Try opening the three graudge doors here: [URL]..
They don't relly want to open and seem to open when the mouse moves out of the movies clip which is not how it's programmed:
[Code]...
My query is how would I open windows open or save as dialog box through flash?
View 2 RepliesI need to made a Browser windows before that i open the Flash movie, like this one: [URL] So i need somme kind of pop up to run when somme one opens the site, and then see the movie.
View 6 RepliesI'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".
View 3 RepliesMy CS5 flash crashed when I changed the name of the root folder while it was open. Swf is working fine, but .fla file wont open, I get a "Failed to open document" message. This is a disaser because I've lost two days of work. Is there anything that could be done to fix this problem?
View 2 Replies1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?
2) How do they do the menu bar here at this site:[URL]
I am trying to have multiple links off site but have hit a brick wall. If I have the code listed below, it opens the second link as soon as you open the links page, If I have the"function onLinkClick (evt)", above btn6_btn I end up with the duplicate error message. Is there a way to have multiple link buttons on a page. I have played with this for hours.
[Code]...
I work with 3d animation. Im have a problem with a personal website Im doing, I have a link in a button inside a flash movie to open a new window and play a youtube movie:
on (release) {
var jscommand:String = "window.open('http://www.youtube.com/v/b0L4XLODhAA&hl=en&fs=1&','win','height=344,width=4 25,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
}
This works fine in Firefox but in IE it doesnt work, I then change the /v/ in the youtube link with /p.swf?video_id= and now I have the window open showing the small youtube thumbnail of my video but once a click play, nothing happens, I check it and is not loading anything.
Is there a way to open the "open file dialog box" in a swf using javascript.
The swf is on a webpage.
I am trying to make a tutorial on how to use a web program. I have some screens from the website and I need to animate some text and arrows to show up on Q once the voice over mentions them. I have set marker tracks on my MP3 files, to which I want certain action to happen when the player reaches each track.
View 5 RepliesHow or what do I need to know programming wise in order to interact with the web using c++. For instance i want to wrote a program that automatically sends invites to players on yahoo chess. How would i go about doing this?
View 2 RepliesI have just moved to cs3 (AS3). I am unable to make some programs run. For example I have downloaded the photo viewer from actionscript.org V2/Page1.html but when I run this program, it shows just blank screen nothing else. Even SWF file is showing the same. And it shows the error, "A definition for the document class could not be found in the classpath, so one will be automatically generated in the swf file upon export." While classpath is the same as of .FLA file.
View 3 Repliesi managed to zoom in 1 of my image instance when i click on it , and it can also be drag around.This image symbol will have a mask and action script is added in the symbol . However there are still other instances in my program which i do not know how to zoom . Is there any way to zoom in everything in my program?
View 1 RepliesI have a small animation I need in a flv format.Here's what I did...
exported avi from 3D program
converted to flv and imported into flash CS4
embed into timeline, added a logo
I published it, but I need a .flv, not a .swf.
If i run the program i get some errors.If we include a class in a package how should the program be run?[code]...
View 2 Replies