Flash :: Professional - Player Eats Up Memory Until It Crashes - Can't Watch Full SWF
Mar 31, 2010
I have a 180mb SWF which is a lecture from one of my online classes, when i try to watch it i can watch about 20 minutes and then it will run out of memory. I watched in my task manager as Flash player went from only using 20mb to upwards of 500mb to 1000mb and it kept going up, it's like the more i watch it just keeps going up and up. Tried it on 3 different computers and still get the same problem, is there some reason this would be happening? Why does flash player eat up so much memory? I have Adobe Flash CS4 installed so it's playing through the player not a web browser or anything. (tried it in web browser and it does the same thing)
View 2 Replies
Similar Posts:
Jan 15, 2010
I have an application that runs as a projector and is meant to run full screen in a kiosk. However, when the app is expanded to full screen it crashes and I get an error message of:
Faulting application test.exe, version 10.0.2.54, faulting module test.exe, version 10.0.2.54, fault address 0x0015187e. Event ID: 1000
If I run it in a web browser and try to go full screen the same thing happens. I've been all over the web and haven't found anything. Have uninstalled virus software thinking it might be a problem.
View 4 Replies
Feb 18, 2011
I'm trying to realize kind of a slideshow in flash, which loops over about 100 h.264 encoded movies. I'm using the NetConnection and NetStream classes for connecting to the files locally on my harddisk (see code below).
private function playMovie():void
{
var currentMovie:String = movies[index];
[code].....
View 1 Replies
May 30, 2011
I'm running Vista, 32 bit, and the latest version of Firefox. Any time I enlarge a video I'm watching on a website that uses the Flash Player, (youtube and others) to full screen, the computer eventually locks up. The video continues normally, but hitting escape does nothing to reduce the video back to the smaller size. I then hit CTRL ALT DEL and still nothing changes. The mouse can't move the cursor, hitting tab doesn't work, nothing.
I've tried uninstalling the Flash Player using the offline uninstaller, and reinstalling the latest Flash Player using the offline installer. I've gone to the Flash "about" page after each of those 2 actions to make sure that Flash is completely uninstalled, and reinstalled. I've also run CCleaner after uninstalling Flash Player just to make sure no registry entries, etc. remained.
View 1 Replies
Mar 9, 2011
Ive imported an FLV into a Project. Some computers wont play the video back if the Flash Player is set to Full Screen. The screen goes black during Full Screen. If you set the player to regular, you can see the video playing (embedded into design) but once you set player to Full Screen the video plays on its own right at centre of screen. Im working on a Touch Screen Display that has the display set to Portrait mode. Im investigating if the display card is causing the problem.
View 1 Replies
Apr 12, 2012
We're currently developing an iPad application using Air for iOS and from time to time experience crashes (on iPad1 with ios 5 only) which seem to be because the application is using up too much memory.
How to catch/handle such errors in the application? how to be notified when memory is low? trying to catch flash.errors.MemoryError doesn't seem to work.
View 1 Replies
Jun 9, 2010
I recently started using Mac OS X for a flex/actionscript project and having a problem with flash player debugger plugin for the browsers:
OSX: 10.6.3 Browsers I tried: firefox, safari and chrome Flashplayer debug "Flash Player 10 Plugin content debugger (Intel-based Macs)
Whenever I open a page containing a flash content, my browser crashes due to flash player plugin's crash.
I checked the version of my flash player debug plugin with [URL]
and as the version checker is written in flash, my browser crashes a few seconds later.
I am using version 10,0,42,2 (debug edition: yes)
This is what I see in the crash log:
Process: WebKitPluginHost [338]
Path: /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost
[Code].....
View 1 Replies
Oct 8, 2010
I'm working on a rather simple game and learning AS3 as I go along. I've come a pretty long way so far but now after adding some lines of code and changing a few - when testing my movie, Flash player starts and almost immediately crashes. I've went over the code I wrote, but all seems fine. Yet, being a complete newbie at AS3 and programming in general, it is very possible I'm missing the culprit.
View 4 Replies
Jun 11, 2009
We build a flash application in ActionScrip 3 which provides JS external interface calls. We load another swf on our swf. If we don't enable external swf, any JS calls through external interface works fine. However, if external swf is active, at some points when there is any JS calls through external interface, Flash player plugin crashes which also bring down the whole browser, I see that on IE and FF.
what may cause external interface call to crash Flash plugin?
View 3 Replies
Jun 23, 2010
I have a client who has a home page that I built for him. Basically there are words randomly displayed in the background. Then there are three images that rotate based on a timer. So I have two timers going. I have event listeners added to the images when the app starts. I'm moving the image off the stage when it's not visible. So I'm not adding and removing listeners over and over. However, if you watch the browser memory usage in all three major browsers it climbs several mb's in a minute. Therefore, if the user sits on the homepage the browser crashes.
View 4 Replies
Sep 11, 2011
I've always been frustrated when I use the FLV video player component because it does not create the full-screen button For example, I have a 1280x720 F4V video. I want to use the FLV component to play it. But I want it to be on the stage half that size (640x360) and then give viewer option to click full screen to play it at 1280x720 (like YouTube does).So I'm basically stuck with the same old player controller that flash CS4 generates with no full screen capability.
View 6 Replies
Jan 15, 2009
In my "game", there are gray blocks and black blocks. The blocks are randomly placed on load (20% chance each spot will be a black, 80% of gray), and the "player", begins at (0,0).
I created two functions on the player movie clip. One, called hitTry, tests to see if the given values for a clip (x, y, width, height) will touch the given values of another clip (x, y, width, height). The other, called movePlayer, is meant to take in a variable (direct) that is the direction the player is attempting to move. Once it takes that in, it calculates the (x, y) that the player would have should he move in that direction, and plugs it in to hitTry to see if it would hit anything.
The only reason I can see for it crashing is that I use a for loop that runs the test function for each black block, testing the player's values against the values of ever black block in the game. I cannot, however, find any other way to do this.
I'm going to add the fla to the thread, seeing as it is nothing but a pet project anyways. I still would like to know the solution very much and am quite urgent about it.
P.S. I create a duplicate of the original "player" movie clip because I had problems getting the original movie clip to show over the duplicated squares. Anybody know why duplicated clips always go to the front?
P.S.2. The code for "spawning" the player and squares is in a red square out of the document boundaries called "handler". The control for the squares are also off screen, all to the left. The code for the player is in the original player movie clip, the blue circle near the other movie clips off screen.
View 2 Replies
Feb 26, 2009
Is there an SWF player with a slider control, play and Stop, total play time; so you can jump to different sections in an SWF movie without having to watch it from beginning to end?
View 1 Replies
Apr 14, 2011
I made a video player with a playlist. After around 45 min the sound stops! The video continues playing. I play short clips (about 3 to 4 min each). The player is based on 2 frames: Frame 1 defines the variable VidReference with the filename:
[CODE]...
Once the video is done playing it goes to Frame 1 (to put the new value to the VidReference variable) and goes back to frame 2 to play the new video. Am I supposed to delete the video object each time it loads a new video? Am I actually declaring a new video object each time I'm looping (frame 1 > 2) and adding each video to the RAM, and in the end overwhelming the flash player? I've heard about garbage collecting but I wouldn't know how to delete the video object so it is cleared (and the video itself too) from the memory. When I check System.totalMemory it's adding up each time a new video is loaded, I can't figure out how to delete old videos from the memory.
View 1 Replies
Jun 7, 2009
I've been running flash CS4 without error for a few months now, recently though whenever I close it I can't open it back up or I get this error:"The application Adobe Flash CS4 has unexpectedly quit.A crash report has been generated. To provide us with the best chance of fixing this problem, please select Continue to add a detailed description that includes the steps required to reproduce the crash.Recently I've been creating panel extensions and commands but deleting them from the directories to stop them loading didn't make any difference so i doubt it's that
View 9 Replies
Jan 4, 2010
Since about 4 days ago, every time I open my Flash CS4 project file, Flash crashes.Besides reinstalling.
View 2 Replies
Jan 26, 2010
flash cs4 launches fine but crashes when starting a new action script 3 doc. (quits unexpectedly) it seems to work fine when i log on as a guest user but not as myself (admin). MACPRO desktop OS10.6.2 what can i try to aleavate this problem.
View 1 Replies
May 1, 2010
I have Adobe CS5 Master Collection trial installed on Windows XP Pro Service Pack 3, 32bit operating system.Every time I try to exit Flash CS5, no matter how (File/Exit, ALT+F4...) it crashes and won't close the window.While I work in Flash, open and close documents it works fine.
View 15 Replies
Dec 22, 2010
I'm well & tired of the volume of crashes from Flash CS5. Some are more predictable, like now every time I try to import an FLV it's crashing, so I'll try repairing permissions, and rebooting the computer. Some are more random, like I'm moving something in the Library and it'll just crash out. It's really a terrible experience working in the Flash IDE. I love Actionscript 3, and the Flash Player seems pretty stable. But my God, what do you do when Flash starts bugging out?
View 1 Replies
Jan 24, 2011
Everytime I attempt to import anything into Flash CS4 the application crashes. This happens when I try to import a single 14.0 KB file.I have tried to run in compatability mode but it crashes there too. I am currently running Windows XP SP3 and Adobe Flash CS4 version 10.0.2. I have tried to import them into an existing document as well as into a new document with the same issues. The import screen never pops up, there is a quick flash over the application screen and then the "The application Adobe Flash CS has unexpectedly quit" window appears.I need to do this multiple times through out the day to updates sites, and I am at a standstill until I can get this fixed.I know this happens alot and I hope there is somethign other than reinstalling to get it working again.
View 3 Replies
Mar 8, 2011
I've been working with Flash CS5 for the last few months, using it for animation, on an iMac 2.0Ghz, 1GB RAM, Mac OS 10.6; Once the files start becoming heavy Flash starts acting up, crashing frequently, freezing up, and takes too long to save (almost a minute or more!) I've been told that Adobe products aren't working 100% with Snow Leopard; is this normal? i have all the updates, both from Apple and Adobe; Is there any kind of bug fix, any of the sort that I can download?
View 16 Replies
Sep 1, 2011
I'm quite confused on what differences there can be between different versions of the flash player. Since I started coding my last game I've been testing it on chrome and firefox with good results (flash player 10.3.xxx). The memory needed to run it is always around 20 MB and also the cpu usage is pretty low. Also with the player 11 beta on ie the memory needed is around 50 Mb. But when i try to test it on the flash player 10 something is not working, the memory used by the game keeps growing and the garbage collection seems to be in holiday. Can this be related to the fact i'm coding it with the last cs5 (in as2)? Or since it's a board game i needed some listeners that could create this problem?
View 0 Replies
Jan 9, 2009
My crash log is located here.My specs:quote:HP Pavilion dv6700 Notebook PCIntel Pentium Dual CPU T2330 1.6/1.6 GHz2 GB ramWindows Vista Home Premium SP1 32bit
View 7 Replies
Feb 2, 2010
I use Hikari a C++ library which allow to display flash control in a texture for the Ogre 3D Engine. I have a flash control which play a sound (.mp3) when I set a param (param = 0 with arg = 1022). The string I sent to raw_CallFunction() is:
"<invoke name="SetParam" returntype="xml"><arguments><string>0</string><string>1022.000000</st ring></arguments></invoke>"
It works very well. But when I close the application, it crashes, even if the sound of the .mp3 is finished. It crashes only is an .mp3 sound have been played (all other setparams and getparams do not crash the application). I have the same problem with different flashes, and with different sounds. I don't think the source of the problem come from the Hikari library, but I think it come from the way i close the flash control. Is there something to do when I close the application after having played an mp3 in a flash control? A function to call?
View 1 Replies
Mar 19, 2010
Every time I try paste an image from anywhere in the flash file (all scenes) it crashes. I also cannot export to .swf.I tried saving the file with different names in different locations and did not work.I also have no corrupt font (tried looking for them after I read it in a forum)I really need a solution or find where the problem is to be able to continue what ive been working on.
View 2 Replies
Jun 9, 2010
I have been working on a flash website for a few days now and I cant open the file any more. When I try and open the file, Flash Professional cs5 Crashes with this error:
[Code]...
System: Windows 7 Ultimate (x64) If you want me to send you the file I can also do that...
View 2 Replies
Jul 6, 2010
I've got a large(at least I assume it's large, ~200meg) flash file I'm working with that upon saving, it goes into the dreaded "(Not Responding)" mode. Is this a symptom of being such a large file? It's image intensive--I can try reducing the image quality--or is there something else I'm missing?I'm on a toshiba laptop, using the latest version of windows.
View 3 Replies
Aug 2, 2010
Every time I try and add any kind of action script (2 or 3) to my file, it crashes. I'm using CS5 on Win 7 64-bit.
View 2 Replies
Nov 18, 2010
Since the beginning of nov.2010, it crashes after some time of use. More precisely the toolbar disappears, then reappears, some GUI elements blink. It's not related to a specific user action. When this happens, closing flash is difficult (the window remains here). When switching to another app, some Flash parts remains The graphical memory seems saturated. Launching another app is met with a window error message. A windows restarts becomes necessary.This problem arises only in Flash, and with no other apps from CS3 suite.2 colleagues of mine has the same issue, also in the last weeks (= nov 2010). We work in separate places. We didn't exchange files.We are on Win XP Home Edition, Dell computer.They have more recent PCs than mine (which clearly meets the CS3 requirements), with enough memory,etcOne colleague has reinstalled winXP. The problem arised again, but I don't kow when. He also tried CS4 and CS5 and had the same problem.Today he un-installed all Adobe products with this utility:
View 2 Replies
Aug 26, 2011
My CS5 flash keep on crash when duplicate 1 library moive/button or anything. My CS5 cannot save file, if do so, it will crash on next time when opening. For instance:
[Code]....
View 2 Replies