Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Flash Executable Quits With No Message



Hey all, I have a program that is not "crashing" per se, as I get no error message or anything, but occasionally it will just quit out. Can overloaded memory do this, or perhaps a certain type of error in the .exe. It doesn't happen with any specific behavior that I can tell, but haven't seen the actual behavior every time it has happened. When I programmed in Director, there would be a clear error message from the player about what the error was, but Flash fails silently when acting as a stand-alone .exe player, and when errors do occur, they usually just manifest themselves as bugs or odd behavior, not actually exiting from the program. As a result, I am not even sure where to start looking. I know that I don't have any commands to quit the program in there, as this is a stand-alone kiosk at a visitor center. Any ideas? - B



Adobe > ActionScript 3
Posted on: 07/18/2008 06:45:32 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Flash Quits
I am encountering a problem with Flash MX2004.

When I boot the software it boots until the start page shows. The start page shows for a couple of seconds and then Flash quits.

I have restarted the computer.. no luck. I have trashed the preferences... no luck. I have repaired permissions... no luck. I could not find any information regarding this issue. Any help appreciated.

I am running on an iMac, OS 10.3.9 with 1gig ram.

Thanks
Justina

Flash Quits When I Publish
I am using Flash 7. I built an Email form and when I try to publish Flash keeps quitting. If I "test Movie" I can generate a .swf but can not seem to publish. Other movies publish fine.
Any Ideas?

Flash Quits On Launch
Flash quits on launch

Please help me out my friends... I need to work on Flash this week, and every time I open the application in quits. It seems like it is going to start and then it shots down. After it quits a text box comes up asking me if I would like to restart, close, or send a report to mac. I am using Flash MX 2004 professional, and running Mac OS X 10.4.2 I tried talking to the customer service representatives at adobe, but they were no help, and I tried reinstalling flash, and reinstalling quicktime.

All the best (and thank you ahead of time),

Paul Manlove

Flash 8 Crashes And Quits
Downloaded and installed Flash 8, then started a new project.
Imported a .flv and tried to look at the parameters, it crashed.
Opened it again, selected WIndow/Movie Explorer and it crashed.
Tried an old .flv file (not VP6 codec) and it did the same thing.

Trashed prefs, did the same thing.
Unistalled and reinstalled, did the same thing.

Don't know what to do now.

Flash Unexpectedly Quits On Mac OX X
I've installed Flash 8 Professional on Mac OX X Tiger, latest version (10.4.8). I've tried everything - repairing permissions, re-installing, etc, I just keep getting the same message and the message window saying "re-try - close - report" - please HELP!! It's stopping me working!!!
many thanks
Heathcliffe

Flash Exe Quits When Space Bar Is Pressed
Hi.
I have a problem. I checked my code and found no problem in it. When I press the space bar, the flash is closing down. I even traped the space bar event to avoid it closing. But problem is still persisting. Please guide me.

Thanks in advance.

Flash Quits At Startup Page
Man, I never seem to get a reply on here. So many posts after me and yet no help. I'm going to try again.

I am encountering a problem with Flash MX2004.

When I boot the software it boots until the start page shows. The start page shows for a couple of seconds and then Flash quits.

I have restarted the computer.. no luck. I have trashed the preferences... no luck. I have repaired permissions... no luck. I could not find any information regarding this issue. Any help appreciated.

I am running on an iMac, OS 10.3.9 with 1gig ram.

Thanks
Justina

Flash Quits With Command + C And Other Key Commands
Flash quits immediately with command + c (whether through key commands or the top drop down menu). Also quits with command + x (cut) or if I try to apply an Effect (such as blur.)

Flash 8 Quits When I Try To Select Actions Menu
i'm on a mac... os 10.4.5. any ideas? thanks.

[Flash 8 Pro] Microphone Component Quits After About 3 Minutes And 50 Seconds...
Hi,

I've made a flash movie which monitors the microphone's audio input level and displays the numeric value in a dynamic textfield. All works great untill around 3 and a half minutes have passed. Then the audio level goes flat (value: -1 !). It almost looks like the microphone is turned off.

Offcourse I want my script to work longer that 4 minutes and I am desperately seeking an anwser.

Anyone an idea why this happens and how I could work around it?

This is my script:


Code:
m = Microphone.get();
m.setUseEchoSuppression(false);
nc = new NetConnection();
nc.connect("rtmp://mySvr.myDomain.com/App");
ns = new NetStream(nc);
ns.attachAudio(m);
onEnterFrame = function () {
signals.meter.dyntext.text = m.activityLevel;
};
P.S. The netstream connection is used because only then the audio of the microphone is not directly put out on my speakers. So I'm trying to use a fake netstream connection.

If you have any further questions please post them...

Thanks.

Flash Executable
I haven't done this in so long I forgot how. In Flash for PC, how do you save out as an executable? In Flash under file/publish preview/ I only have Default HTML, Flash and HTML; the rest are grayed out including projector. I just want to be able to save flash work out as .exe
Any help is appreciated

Thanks,
Jeff

Executable Flash?
I just finished my first Flash project which we will be using as a presentation for an upcomming trade show.

I would also like to use this as an executable movie that can be sent out on cd. Is there a way to make this cd auto start?

Flash Executable
Hello!

I need to create a presentation that will run on a HP PDA with Windows Mobile 5. This application should run full screen... How should I export that projector in order to run on Windows Mobile? I've exported normal projector that runs perfectly on non mobile versions of Windows...

I've tried to make it a swf and open a html in a browser window, but I always have a title bar and a status bar of the browser on the screen and I really don't want that...

Please, suggest...
Thank you

Run An Executable From Flash
I am trying to use Flash 5 to create a menu on my CD so I can use autorun.inf. The problem is that there are executables such as setup.exe that I want to run when I select a button. I have tried the "exex" "setup.exe" using the Fscommand and this did not work. Reading other questions, I even tried to put the setup.exe in a subfolder called fscommand and this didn't work either. Do I need to to tell flash that Setup.exe is in the fscommand folder? Does the flashmovie.exe I created, include the flash player?
If I can get this to work, I will be over the moon. Thanks.

Flash Running An Executable?
Is it possible to have flash run an executable such as a setup.exe on the click event of a button. Im working on a cd that has multiple directories with a flash front end(menu and all) and I want to be able to run the exe's in the dir's from within flash?

any help would be great

Launching Executable From Flash
Hello, I'm not sure if this is possible, but is there a way to have Flash launch an executable. I'm working on a CD that would require launching of another application on the CD with a ".exe" extension.

I've tried 'geturl' but that opens up a browser and requires the user of the CD to launch from the location or save to disk. It also doesn't look that great.

My end result is that I would like to have the user of the CD click on a button in the flash movie and have the other application launch. Any help on this would be greatly appreciated. Thanks, Jeremy

Launching An Executable From Flash
Is it possible to launch a non flash executable from flash? Specifically, from a standalone flash player.
thx

How To Launch An Executable With Flash?
I'm using fscommand to try to pull this off. Here is the code I'm using on a button to launch the executable:

on (release) {
fscommand("exec","Viewer.exe");

}

If the flash SWF is in the same folder with the "Viewer.exe" (on the same level), it ought to launch - right? I tried using a path to the file first, but couldn't get the exe to launch (I have a feeling the path may not have been complete). I s this a better way around using a path to launch it?

Thanks for any help!

Flash Executable CD-ROM Licensing?
Does anyone know any licensing information about distributing a CD-ROM with Flash executables on it?

Macromedia is pretty clear on run-time licensing for Director executables (which is basically including the "Made with Macromedia" logo on the CD and sending in a licensing agreement form) but I can't seem to track down similar documentation for Flash executables.

Any help on this would be greatly appreciated.

Sean

Executable Launches Behind Flash
I am launching a couple executable files using fscommand from a flash file that has been published as a stand-alone file. Most of the time it works perfectly, but every once in a while the executable launches behind the flash window and it appears to the user that the link didn't work. Does anyone know a fix to this? Thanks.

Self-executable Files In Flash Mx
I've created my company's website on a cd rom business card disk. The file is in "Projector" format (.exe). What I want is for it to self-execute when the user slides the cd-rom compartment into the computer. Same on exiting. When the user clicks the "exit" button the projector file closes and the cd-rom compartment slides out. How do I do it?

Many thanks
magyar

How To Load An Executable In Flash 5
I am trying to load a flash exe in flash 5 but i am getting a blank screen.
I am using loadmovie

loadmovie ("fl.exe",0);

do i need to use the fscommand instead?
please help me out!

presdes

Flash Standalone Executable
Hi all


I have received many fash.exe files through my email.

Ho can i create a flash standalone executable from my Flsah movies.

Thanks

JB

Flash Player Executable Name In Task Bar
A few weeks ago I posted a question asking if there is a way to rename the Flash Player executable so that the new name shows in the task bar. I didn't have any responses back then so I am trying again to see if I am any luckier this time. so to recap.

I need to be able to rename the Flash Player executable so that it shows a custom name in the task bar rather than "Macromedia Flash Player 6"

Any ideas?

Creating .txt File From Flash Executable
Hi!

I'm trying to develop an app that will allow users to take notes during presentations. I found some interesting solutions to output those notes as a .txt file. But they rely on third parties, such as other script languages (one interesting solution uses JavaScript functions in the HTML code).

Is it possible to make a standalone Flash executable do that? I need a clue. Would it include working with system resources (the app will run on Windows, mainly)? Any hints would be appreciated.

Flash 9 Plugin For IE Executable Install?
I keep a library of Flash plugins for testing my companies Flash development in the various versions. I have a page on our intranet for downloading both the IE version and the FF/Mozilla/Opera/etc. version. I'm trying to locate an installation executable for version 9 of the IE version. This doesn't seem to be posted anywhere. Anyone know where I could find it?

How To Make My Created Flash To Be Executable
is there anyone knows how to solve my problem??
i want to make my file made in flash mx 2004 to be a ecutable something like a installer..

How Do You Load In An Executable File In Flash?
Hey,

Just wondering if anyone can help me out a little bit...

I want to attach an action to a button where when the user clicks on it this button, it loads up an executable file?

Appreciate the responses in advance.

Latest Flash Player Executable...
Experts...

is there a site somewhere where I am able to download the latest Flash Player Exe - the one that will install the player on a users PC?

I am about to distribute Flash Content via DVD and know that some PCs wont have the player or a connection to the iNet to download it from the adobe site.

Many thanks...

Mailto Form From Flash Executable
I need to send data by mail from a exe, I have made in flash, Iīm not using any server or database, just a mailto.

Please suport this thks.

Faby

Launching A Browser Window From A Flash Executable
Hi guys, I've run into a small problem launching a browser window on top of a flash exe.

I recently created a flash cd demo and once placed in the cd drive it launches and scales to fit the screen
fscommand("fullscreen", "true"); now when I launch a browser from a link provided it appears in front of the demo (which is what I want) but problem is if I don't close that previous browser window and try to launch another from the flash demo, it appears "behind" the flash movie.

So bascially I would like to know if there's a code snippet that keeps the browser window always on top.

it's been driving me nutz

please help

salud

Creating An Executable Flash File From A Dynamic Swf
Does anyone have any info re: creating a executable flash player movie, from a swf that is using dynamic data? Of course the portable version would be static from the current data.

example: many of you may have seen the code on the boards for a really nice photoviewer that loaded jpg's externally. I'd like to somehow be able to make a portable CD version of it. Executable if possible?

ie someone has a slideshow they have created and uploaded thier own images, and the ability to export that show to and executable for burning to a cd is where I'm going with this.

Anyone, Anyone, Anyone... VooDoo Economics

Storing And Loading Values With Flash Executable
Dear all,

I have written a flash application to do calculations on a evaporator.

http://home.hccnet.nl/m.dijk/pressur...lcs/calcs.html

Now the user is asking to store his calculations and reload them whenever the stand-alone *.EXE is started again. How can I do this?

Please tell me you advice, many thanks,
Carfi

Detecting Other Applications (ie. Quicktime) From A Flash Executable
Good Morning!

I'm working on a flash based cd interface that we are saving off in the .exe format. Some of the content on the cd requires certain programs to be installed and I wanted to know if there is a way to detect wether other applications (besides but also including flash) are installed. If so, how is that acheived?

How To Open An Executable Program In A Flash Button. Please Help.
Dear ActionScript.org members,

Hello, a pleasant day to everyone.

I just want to know how could I open an executable program in a Flash Button? I know I should use the on(release){} function but I don't know what comes next. I have two Flash buttons, the first button should open Windows notepad (notepad.exe) and the other one should open an executable program that I have created in Visual Basic (i.e. MyCalc.exe).

I hope someone could give me a quick guide to this.
Thank you and God bless everryone!


Warm regards,

MarkSquall

Close.window Script In Flash Button Quits My Browser Window Or Crashes System
Can somebody please help me?
I have a javascript attached to a button in a .swf file to close the browser window it is in.
The code which was given to me yesterday by senocular is

on(press){
getURL("javascript:window.close()")
}
__

however if you try it IE will unexpectedly quit or bomb my computer.
I tried it in Netscape and it didn't crash.

You can refer to my site http://www.valdesdesign.com
after intro go to print button and then to editorial button.
Editorial opens new window with editorial.swf inside. Click on top right button to close window and see what happens.
Is there something I'm doing wrong? Please help me.
Thanks

Can An External Executable To Pass A Variable Directly To A Flash Projector
I have produced a flash front end for an item of software: click on a button to install the software, you know the stuff.

Now, there is a piece of software called BDE that is required for the main software to run, and you can easily detect if it is installed. So, what I want the flash front end to do is only enable the install software button if the BDE software is detected.

I have written a little .EXE that checks to see if BDE is installed, and it is a simple matter to have the executable to create a text file on the HDD, and then have the projector read that file, and check for a specific value.

But what I want to know is: is it possible for an external executable to pass a variable directly to a flash projector without creating an intermediary text file. The purpose being to enable the install software button if BDE is installed.

The reason why I want to do this, is OSs like Win2k / NT file permissions might not allow the creation of an intermediary text file.

Viewing Movies Imported Into Flash 4 When Exported As Executable File
I am importing quicktime files into flash 4 and I want to publish the flash file as a windows projector (executable file) so that I can put it on CD Rom and have it autostart. When I publish the file to windows projector and view the finished executable file the video does not show up. I can view the flash animation, graphics, and even hear the imported wav file, but there is no video. Can anyone tell me what I need to do to include a QuickTime Video (mov) file in a flash file to create a finalized Executable (exe) file?

Please Help. I know it can be done, just don't know how to do it. If you know of anything that can accomplish this please let me know.

Thanks.

Flash Mx Quits When I Test Movie Or Debug Movie?
Is this due to my high use of bitmaps in my animation, or is it more likely a problem with the program?

If it's a prob with the prog i was thinking of getting flash 5 instead? Is it any good?

QUITS When Publishing HELP
HI i have this extremely important work due tomorrow as always, and after working with no problem on this fla for a week, tonight, when i try to preview or publish it flash MX quits EVERY time!!!

I tried other projects and they are published normally.

then I tried to publish it on another computer and it it crashed at the same moment...so the problem must com from my file...but wwwwwhat could it be...???

I tried to resave and rename it, put the different parts in sequences, erase all the unused items...nothing works

it is the first time it happens it drives me crazy!!!

someone has an idea?

thnx

kaza

Random Quits?
Has anyone had a flash movie that randomly quits on them and plays the first frame?

My website is doing just that right now and I'm at a loss for why.

The site is located at www.linneapetrillo.com

It has started doing this just since I updated the structure and made it in to several different SWFS loaded in to levels vs one huge swf.

I am trying to dissect it right now in hopes the problem goes away but it has not. So right now it has limited functionality (no background music, and only the pink and green sections work).

One instance where it always quits is when you go from the green section to the pink one.

I just have no idea what could be wrong or how to go about isolating a problem. If anyone has any ideas I would be in great debt to you .

IE5 Quits Closing Pop-up
I have made an info pop-up and want users to have a close button. Everywhere I have looked people say use this:

on (release) {
getURL("javascript:window.close()");
}

It seems to work OK on PC IE6, OSX Safari and OSX Firefox but in IE5 on the Mac it causes the browser to quit with an error message. I have tried using the absolute minimum on a page to test it (just a round button) and tried two different ways of making the pop-up but it still makes IE5 quit.

When I test the pop-up on it's own it closes OK in IE5 until I open more than one browser window - then it quits again. It also stops working in Safari with more browser windows??

Could anyone suggest something that might solve this please?

Many thanks

My Preloader Quits With 98 Percent Done?
http://www.sin-city-productions.com/best.htm

check it out and see what im talking about...for some reason it gets down to 41 bytes left to load and sticks...???hmmmmmmmmmmmmm

CODE:>>>

total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes-loaded_bytes;
percent_done = int((loaded_bytes/total_bytes)*100);
bar.gotoAndStop(percent_done);
ifFrameLoaded (_totalframes) {
gotoAndPlay ("Scene 2", 1);
}


anyideas

i also used
ifFrameLoaded ("Scene 2",1);

HELP

Please Help With My Movie Clip That Quits After...
hi there,

somebody must know the answer......


to fresh up things:

i have this compass clip, in that same movie i am having a dynamic menu AND a scroller, both clips are ripped and adjusted.

The compass works fine when loading, he moves whenever the mouse moves, but, after i click the menu or the scroller... the compass stops.....

can somebody drop me a mail so i can send the fla file....

thanx dudes...

greeetz
melvin

Sound Quits When Masked... Huh?
Anyone know why masking a movie clip with streaming sound in it makes the sound shut off? Weirdest thing. I tried a motion guide on a sound panel type movie clip, and wanted to mask it as it went off to the side. As soon as it goes behind the mask, the sound stops.

Localconnection - Autoquit(2) If (1) Quits
Hello together,

thatīs my problem:

Iīve got two standalones (projector1 and projector2).
I want the second projector to automatically quit, if the first isnīt running any more (quit by altf4 f.e.).

Is there a way using localconnection to do this job?

Any help is welcome,

have a nice day

guidoarmin

Quits On Mouse Move
Hi all flashers on flashkit,
Please help,
I want to quit the movie window on mouse move,
I had given the foll. code

_root.onMouseMove = function() {
fscommand("quit");
};

But the problem is that the movie quits within a second without the mouse being touched.
Please suggest.
Thanx.

I'm Just About Ready To Call It Quits
Oh please somebody help me! I've been massaging this code for a week now and nothing is working!
What I am trying to do: Load a random image from an external folder to use as my site's background. I want to be able to add and remove images from this file, so the number of files in the folder is not absolute. Because of this I am using loadVars to load an external .txt file that states how many images are in the folder, so I can generate my random number within that range. Also, I want my movie to stop until this background image is loaded, then play.
So, on my main timeline I have an empty movieclip and within that empty movieclip I have only one frame with this code

Code:
_root.stop();
var backImage = new LoadVars();
backImage.onLoad = function() {
var a:Number;
a=(Math.floor(Math.random()*backImage.numofbackground)+1);
var loader = new MovieClipLoader();
loader.onLoad = function() {
_root.play();
};
loader.loadMovie("backgrounds/"+a+".jpg",this);
};
backImage.load("backnum.txt");
My images are called 1.jpg, 2.jpg, 3.jpg, etc and are contained in a folder called "backgrounds". My text file is called "backnum.txt" and contains "&numofbackground=6&"
In this incarnation the site just stops on frame one and does not play. I've tried lots of things (throwing a "_root" in here, a "this" in there) and nothing really works.

Frequent Unexpected Quits
Lately, I have to save after every brush stroke and line I make because Flash has been quitting repeatedly. It is never after something big it'll just be at random times, such as I switch to the pointer tool or brush tool or something. This really sucks because I just lost an hours work and before I a half an hours work before. Is there anyway I can fix this? If not how can I reinstall the program? Or how do I uninstall it?

Copyright Đ 2005-08 www.BigResource.com, All rights reserved