ActionScript 3.0 :: Running An .exe - Turn My Swf Into A Projector File?

Sep 30, 2011

I have my swf, and within it is a button, when this button is clicked, would it be possible to load Notepad.exe?I am not looking to turn my swf into a projector file (think this would make it an .exe).If this is not possible from within AS3, are there any libraries anyone knows of which could handle this, or maybe even another solution to getting this done.The main thing is having an swf load a exe, not an exe loading an exe.

View 3 Replies


Similar Posts:


Professional :: Exe Projector Running Slow While Swf Running Fine?

Mar 19, 2012

I have a strange problem. When I run an exe projector that I exported from flash cs5.5, and on few of my client's computers it running very slow in full screen.When I running an swf file (not exe projector), also in full screen, it running well!I checked my clients computer hardware, and it match the system requirements of flash player.

View 3 Replies

ActionScript 3.0 :: Create A Contact Form That Could Sent An Email Running In A Windows Projector (.exe) From A Cd Rom?

May 31, 2011

how to create a contact form that could sent an email running in a windows projector (.exe) from a cd rom?

View 3 Replies

ActionScript 2.0 :: Convert Flash Projector .exe File To A Fla File?

May 27, 2011

how to convert Flash Projector .exe file to a fla file.

View 1 Replies

ActionScript 3.0 :: Let My Local Running Swf-file Access A Xml-file That Is On A Server?

Mar 9, 2011

How to let my local running swf-file access a xml-file that is on a server?

I have been to the "Global Security Settings panel" but dont really understand.

View 2 Replies

ActionScript 2.0 :: Swf File Save Data To Xml File While Running?

Aug 1, 2009

can an an swf file save data to an xml file while running?

View 4 Replies

Game Engine :: Flash Multiplayer Turn By Turn?

Oct 7, 2011

I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there

View 2 Replies

ActionScript 3.0 :: Fullscreen In Win Projector EXE File

May 24, 2011

I have two seperate machines I work on. Is it possible to have a true fullscreen? It was possible in as2, but all examples I've seen on this forum haven't worked. I will not be using an accompanying html file, I will be publishing to exe.

View 5 Replies

ActionScript 2.0 :: Opening A PDF File From A Projector / SWF?

Oct 10, 2005

I have this project that requires opening pdf's in acrobat reader that needs to be burned on a CD ROM as a self contained EXE. So I am designing this in flash with buttons that will open pdf's, then I'm exporting this as a swf and importing that into Director and then exporting it as an exe. Why you ask... it seems when I export the flash file as an exe, it needs flash player installed to open the exe. This project needs to be burned on a cd rom and as a stand alone player that will open pdf's in reader.

So my question; Is there an easier way to do this? and How? 2nd, what is the code to open a pdf file from a flash swf/projector in (A.) Acrobat reader or (B.) explorer.

View 2 Replies

ActionScript 2.0 :: Open Up A Projector File On A Cd?

Jan 15, 2006

If someone opens up a projector file on a cd, and I have a website open up on a click for example, can this work? Does it open in their default browser?

View 1 Replies

IDE :: How To Open Pdf File In Flash 8 Projector

Jun 7, 2007

how to open pdf, swf file in flash 8 projector? i am using exec command which was used earlier in flash 8 but its only working for exe files after keeping the files in folder named fscommand....

View 2 Replies

IDE :: How To Open PDF File Within Flash Projector

Mar 22, 2002

I am creating a Flash projector to work on a CD for a client to distribute. There has to be a listing of their PDF's in the flash program, that when clicked, will open the actual PDF in a separate window. I found one comment in this site to use "GetURL", but found out it is ONLY for HTML. There was mention of setting up the FSCommand to open another application, such as a PDF file, but how? I have the files in the same directory and tried putting the file name in the "GetURL" (the PDF file), but just freezes when trying to open. Also, is there a way they can drag and drop the PDF files to the desktop, that has the listings of the PDF's and save to the hard drive?

View 5 Replies

ActionScript 3.0 :: Turn An External MP3 File Into A Class?

Aug 17, 2011

Is it possible to load an mp3 file and then turn it into a class?[code]...

View 9 Replies

ActionScript 2.0 :: Projector Writing To Local File?

Mar 24, 2010

I'm building a standalone projector which will be run locally without an internet connection. is it possible to be able to write variables to a text file on the computer?

View 1 Replies

ActionScript 1/2 :: Calling A Batch File From Projector?

Jun 26, 2009

I have been asking a fair number of questions here recently and have been very pleased with the responses, so here is one more for you.  Hopefully I can get another solution. :]
 
I have a flash project acting like a menu and being published as an .exe (projector).  In this file, I have a button with the following code:button1.onRelease=function(){fscommand("exec", "openfiles.bat");}
 
I have an fscommand folder (in the same directory as my flash file) which contains the openfiles.bat, with one line: start myfile.txt
 
myfile.txt is also located in the fscommand folder.  When I simply click on this batch file and run it, the text file opens as it should.  However, when I click the button in my flash file, a command prompt window flashes too quickly to see with some sort of error message.  It says something about not finding a certain directory and defaulting to the windows directory.  I'm assuming it cannot find either my batch file or my text file.  I am under the impression that as long as everything is in the fscommand folder it should work properly. 

View 3 Replies

CS4 Flash Projector File And AuthentiCode (Signature)

Aug 26, 2009

I have a flash projector file (.exe) that I need to add Code Signing to it so it does not say 'Unknown Publisher' in Vista. I read that for CS3 there is no authenticode signing. Was this added in CS4? I just want to check before I go ahead and purchase a 3rd party app like Juggler. Any software to add authenticode signature to a CS4 flash projector file? Jugglor is pretty old (2007) and I would like to know if there are more recent apps to package and sign projector files.

View 8 Replies

Possible To Open A Directory From A Windows Projector File?

Oct 9, 2009

The powers that be have decided a project I'm working on shouldn't go on a website after all, but needs to be on a CD for Windows users instead and of course I only have a couple of days to made the "relevant tweaks" as they call them.It needs to run directly from the CD so I presume AIR isn't a good option.I've got all of it working by publishing to a Windows Projector executable. The bit I'm stuck with is allowing users to click buttons to open various directories which will be on the CD. These are source files for following tutorials from the main part of the CD. I've tried playing around with the various options in the FileReference class (namely browse() and download()), but they seem to be set up for use online only.

View 2 Replies

Professional :: Open A  PDF From Flash Projector File?

Apr 19, 2010

im using Flash CS4 slide presentation to make a education CD. In the end of the slides i want to open a pdf file.How can i do it? Is it a east way to do it? I publish the project as a projector file. I tested to use GetURL but the file wont open. I have the pdf-filein the same folder as the projector exe-file.

View 1 Replies

ActionScript 3.0 :: FileReference To Download File With Projector

Mar 2, 2011

I'm using the FileReference to download a file (using a relative path). If I test it on the .swf on the browser it works. If I compile a .exe projector the download doesn't works.

View 1 Replies

Legality Of Modifying A Flash Projector File

May 1, 2011

I have a Flash projector file which I would like to edit with Resource Hacker. I would simply like to change a few of the menu bar items (see below):
Does anyone know if this is legal and will not hinder my ability to freely redistribute the file?

View 1 Replies

ActionScript 2.0 :: Shared Objects In A Projector File On A MAC

Jul 23, 2009

Can I create a "MAC" projector file that can use the shared object commands of the original .fla? It seems the projector does not use the shared object commands on the mac side but does if I create a windows projector. I am looking to create an autorun hybrid (Mac and PC) with shared object functionality.

I am using CS4 on a Mac. Latest OS

View 0 Replies

ActionScript 2.0 :: Load Swf In A Windows Projector File?

Oct 28, 2009

I`ve been trying to load a swf file in a windows projector file. However, when I preview the project in the swf format it works perfectly, but if I preview it as a windows projector file, nothign happens. It doens`t load the external swf file.[code]...

View 0 Replies

ActionScript 3.0 :: Full Screen With A Projector File?

Dec 7, 2009

I know there is a way to make the flash movie play full screen when publishing as a projector? The only method I know of is by adding code to an HTML page, but since this is a projector file that will be played on CD, I'm at loss.

Also, a tad unrelated to the ActionScript forum, but any info on what can be done for the projector file to autorun?

View 1 Replies

Actionscript 2.0 :: Open .EXE Files From Projector File?

May 12, 2010

m creating this flash file, and want to launch Firefox (c:/program iles/mozilla/firefox.exe)how the do i create a button and have it link to this?i googled it and realized that i can't call up an exe file through the web....but i got no problem with my final product being a projector file (.exe)i found this code...but for some reason it's not working for me

on (release) {
fscommand("exec", "program filesmozilla firefoxfirefox.exe");
}

[code]......

View 1 Replies

ActionScript 2.0 :: Open Projector File (EXE) In Certain Position?

Jul 30, 2005

Is possible open projector file (EXE) in certain position? E. g. center position of desktop.

View 2 Replies

ActionScript 2.0 :: Opening A Doc File From A Flash Projector?

Sep 4, 2005

I have some problem opening a words document via flash projector.Here the code i use

on (release) {
getURL("doc/unit1/LP.doc", "_blank");
}

It WORKS prefectly on my computer. Opening up the doc file in words and in the foreground.But i recieve feedback that sometime it doesn't open up in the foreground, and sometime, it open up in Internet explorer instead.

View 1 Replies

ActionScript 2.0 :: Opening A Window From Exe(projector) File

May 20, 2003

how do i open an WINDOW without tool bar, status bar and scroll bar. from an EXE project...file in which there is a button after pressing that button a window should open with all the above specification......

It is possible through an swf in an html...but through exe file ...its difficult.

View 1 Replies

IDE :: Error Creating Flash Projector File?

Mar 26, 2009

Here is the exact error I receive: Error creating Flash projector file. Be sure that Flash is installed correctly and that the destination file is not locked or on a locked drive.I am able to produce an exe but not the app.

I have:

Flash Player 10 debugger version
Mac OSX
Flash CS3

View 1 Replies

ActionScript 3.0 :: Turn Off Music On Multiple Flash File?

Nov 30, 2009

I have a website that reloads same flash swf on different pages. It has music attached to the swf file. My question is how to make people turn off music on a single page and when they look at other pages, the pages remain 0 volume, and when they turn on the music on a single page, it globally turn on all other swf files music.

View 2 Replies

Professional :: Turn Off Audio When External FLV File Is Closed?

Jul 19, 2011

This is part of my ongoing issue with 6 video files in six Scenes.I have 6 videos there were imported as enbedded, one in each scene. the first four play but the second two do not.whichever order i place the scenes, it is always the last two that pause at the first frame.o try another approach, I linked instead to a video externally. This seems to work, but, when I click a button to go to another scene the audio from the previous scene is still playing when the new video starts.

View 22 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved