ActionScript 2.0 :: [FMX] Processor Usage Optimization?

Oct 20, 2003

I have a script as follows attached to an MC that is pretty processor intensive (well, that is when the MC is duplicated 30 times). I'm looking for some input from people on how to possibly optimize this to cut back on how badly it lags the rest of the movie. My computer is quite powerful but it still shows performance issues with this script:

[AS]
onClipEvent(load) {
//size of purpleCloud's active area

[code].....

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Processor Speed Detection And Optimization?

May 3, 2005

i have heard that there are ways to detect how fast the processor is or something like that, and then set certain settings or something within flash, that will basically optimize the performance of the movie so that it works better with the computer it is being viewed on...i really dont know how to describe what im trying to find exactly, i was just wondering if anyone had any thoughts on this, or knew where to find more information about this task.basically, i am starting to design stuff that is really intense, and i need to figure out how i can optimize it better.

View 2 Replies

ActionScript 2.0 :: Processor Speed Detection And Optimization

May 3, 2005

I have heard that there are ways to detect how fast the processor is or something like that, and then set certain settings or something within flash, that will basically optimize the performance of the movie so that it works better with the computer it is being viewed on. Basically, I am starting to design stuff that is really intense, how I can optimize it better.

View 3 Replies

Professional :: Small Tween Causing Major Lag / Processor Usage?

Nov 15, 2011

i've got a pretty small (in my opinion) usage of motion tween on the following site:  [URL]
 
the circles are moving around and rotating.. not that big of a deal compared to many much more flash intensive websites that i've seen.
 
on a few computers i've viewed the website on, this page slows down the rest of the computer, the circles move real choppy, etc so it's very taxing on the computer/processor. making this a less intense flash tween?  is it something that i'm overlooking or is what my flash file is doing truly that difficult for a computer/browser to process?

View 7 Replies

ActionScript 3.0 :: Touchscreen Project - Memory Usage Optimization

Jan 12, 2011

I am working on a touch screen project right now. There is a chance that the touchscreen will never be turned off, so I have to be very aware of the memory issue with the pc. I don't want the memory to keep building up and eventually it just freezes up the pc. Basically, I have separated each section into a separate swf. The idea is to load only the swf that is needed in order to optimize memory usage. I tested the app on a pc, when looking at the "processes" in the window task manager, it seems the memory used will just keep increasing as I navigate through the application, it seems to me it just keeps piling up external swfs in the application, but sometimes the memory will just suddenly decrease. And when the touchscreen application is idle, the memory will drop too.

The following code is what I used to load and unload the external swf. Did I do it right? Is there anything that may have left unnoticed that is still staying in the memory? Is there any other way to optimize the memory usage too?
ActionScript Code:
var prevLevel:* = this.parent;
var currentPage:MovieClip;
var oldPage:MovieClip;
var bgID:String;
[Code] .....

View 0 Replies

Flex :: Flash - Total Memory Usage And TaskManager Memory Usage Are Different?

Aug 24, 2010

I wrote an application in flash AS3, and when I trace from flash the total memory usage of the total application is only about 9MB, But at the same time Task Manager Shows the memory usage as 110MB. Around 100MB difference.Flash Trace Method System.totalMemory difference of the Trace from the Beginning of the application to end of the application.

View 2 Replies

ActionScript 2.0 :: (FMX) Less Processor Intensive MC Scaling / Fading

Aug 14, 2004

I am trying to get 50 rectangular MC's to scale larger and fade to another color on rollover and rollouts. However, with the code I am using my processor can't handle it after about 8-10 MC's have been rollovered. Can anyone offer a better way to do this? Here is my code:

[Code]...

View 5 Replies

ActionScript 2.0 :: _visible = False Affecting Processor?

Jul 3, 2007

Not having a movie clip on the stage until needed (attachMovie when it's time, and then kill it as soon as it's temporarily of no use).visible = false^ Is there a difference in processor demand? When setting visible to false, it seems to me that a few extra variables would need to be stored for the movie clip..._x, _y, _width, _height, _alpha, etc., etc., etc...but I wasn't sure how Flash goes about handling these things or which was better practice?

View 9 Replies

ActionScript 2.0 :: Snow Effect Not Processor Heavy?

Nov 18, 2008

Has anyone found a script in AS2 for a nice snow effect that it doesn't make the computer go crazy with so much processor calculations?I tried almost every script around and makes my website completely crash most systems.my flash file is about 600k with quite a few menus and 930 x 630...so its a bigger res than most

View 4 Replies

ActionScript 2.0 :: Less Processor Intensive MC Scaling / Fading

Aug 14, 2004

I am trying to get 50 rectangular MC's to scale larger and fade to another color on rollover and rollouts. However, with the code I am using my processor can't handle it after about 8-10 MC's have been rollovered.[code]

View 5 Replies

ActionScript 3.0 :: Force Update During Processor Intensive Routine?

Apr 29, 2009

i have a swf with several processor intensive subroutines within a main init() routine at start up (about a 5 secs startup wait). it needs a preloader not due to asset loads but to the processor intensive routines.i'm trying to create a preloader that will display progress as the routines complete but when i try to write text to text field as each subroutine completes either the textField.text is not updated or the text field display is not updated after each subroutine finishes.this prevents me from tracking the progress of the start up.

is there a way to force an update to the display list in the middle of a processor intensive routine? i believe flash is supposed to update after each frame but i'm not seeing this.also, the text field i'm displaying *before* this processor intensive routine *does* display when running locally but *does not* display before the routine when running online.not sure why.

View 21 Replies

ActionScript 3.0 :: Loop Through An Array / Object That Is Less Processor Intensive?

May 18, 2011

Just curious, if you want to loop through an array or object that is less processor intensive.[code]...

View 4 Replies

ActionScript 3.0 :: Word Processor - Input Text Formatting

Jun 13, 2011

I am creating an interactive word prosessor. I would like to be able to format my text (font, size, style, aligning, etc) but I am unsure of the syntax envolved. my code is:

[Code]...

View 4 Replies

ActionScript 2.0 :: Create A Pdf Or Word Processor File Containing Only Text?

Oct 24, 2011

Is it possible to use actionscript 2 to create a pdf or word processor file containing only text?

View 1 Replies

Media Server :: Flvcheck/f4v-post-processor Error: -18 Truncated Box?

Jul 11, 2011

i have a recorded dvr stream, using the dvrcast sample application. of course, i couldn't play it or use it in video post processing tools so i tried the f4v post processor fms tool.unfortunately, both f4v post processor and flvcheck tools throw error and exit immediately

View 11 Replies

ActionScript 3.0 :: Test Processor Implications Of Ever-increasing Movieclip Width?

Sep 18, 2011

Let's say that I have a line being dynamically generated by an enter frame function (see script below). As long as the movie is playing, the line's width is increasing.

1) At what point (if ever) does its always-incresing width have a negative effect on the processor?

2) Is there any way to test the processor in such a situation to make sure that things aren't undermining performance?[code]...

View 1 Replies

Actionscript 3 :: Javascript Implement Math Functions Using Its Own Algorithms Or Outsource To Cpu/processor?

Nov 20, 2011

ActionScript3 states the following:

Note: The Math functions acos, asin, atan, atan2, cos, exp, log, pow, sin, and sqrt may result in slightly different values depending on the algorithms used by the CPU or operating system. Flash runtimes call on the CPU (or operating system if the CPU doesn't support floating point calculations) when performing the calculations for the listed functions, and results have shown slight variations depending upon the CPU or operating system in use.

My web application works with very large and small numbers that I suspect may see a difference depending on which machine is running it (especially with mobile devices whose processors aren't as powerful as desktop machines'). My question is, is this behavior a function of the language?

That is, I assume some languages implement their own algorithms for the above functions, and so may be more consistent (except for differences in round-off errors introduced by the choice of processor/CPU that would exist for all languages).

Anyone know if Javascript has it's own algorithms, or does it outsource them to the CPU/processor like ActionScript?

View 1 Replies

IDE :: Optimization Of Complex Graphics?

Jul 28, 2009

making a flash game that has a lot of rather complex illustrator graphics. In the game you walk down a street, so all the graphics has to be moved every frame. In some levels where there are a lot of objects in the street the game starts to lag. after importing it to flash and making a mc of it, break it apart to save flash from drawing all the shapes that aren visible anyway?

View 2 Replies

Search Engine Optimization Flash?

Nov 12, 2010

just uploaded my first flash website..and I'm having difficulty working out how to get google to 'see' it.
I've registered the site with google and have a very specific phrase in the <title> tag of the html code but the more I investigate, the more complicated it seems..Can anyone point me towards a step by step tutorial or something to get my site in the top 10 results?

View 5 Replies

Flash :: Graphics Optimization For Programs?

Aug 23, 2010

Is there any program or setting for "pointing" flash programs at my graphics card rather than leaving it to the processor and RAM alone? I am running a specific frontend software that is a flash executable- unfortunately it lags heavily on execution despite the fact that I have a very nice video card installed.

View 3 Replies

ActionScript 3.0 :: Flash Optimization On Mobiles?

Feb 18, 2011

I have read all the documentation and more on optimizations. My question is that if you have to resize sfws for different mobiles is it best to have a res thats the biggest mobile and the rest we can use fullscreen. Or is it best to make a smaller swf and have it size up to full screen. Obviously we are not going to create an swf in 20 sizes. By the way, is it MORE processor hogging for a  mobile to size down a 800 by 600 standard swf than to downsize an swf thats only a little larger than the mobile screen.

View 4 Replies

Professional :: Illustrator To Flash Optimization?

Nov 8, 2011

I'm itching to find the most effective way of importing my illustrator vectors into flash but keeping the file size as small as possible. At the moment i'm literally copying my vectors in illustrator and pasting them in Flash, it clearly works but the file sizes seem really high and its hindering the performance of my fla. Is there a more effective way of exporting? or optimizing the imported vectors once they're inside flash?

View 1 Replies

Actionscript 3 :: Memory Optimization In Air Apps

Apr 15, 2011

I have a simple air app that is deployed on a server. All it does is that it makes a httpService request to a webpage every 5 mins. For some reason, it starts out at out at 25MB memory utilization (Task manager), and every day, it adds about 1MB on top of that. I can't figure out why its sucking up memory. I have an eventlistener for the timer in the initialize of the app.I have read a few articles about memory optimization and best practices for air app development. They say you should remove the event listeners after they have fired. But if I do that, the timer will not fire any functions after it fires once.[code]

View 2 Replies

IDE :: Best Search Optimization For Flashed Site

Jun 28, 2005

I have a client that I built a wonderful flashed site for (html page embedd). It isn't getting any attention on google compared to other completely html based sites. How can I tweak this situation for more google searchability?

View 14 Replies

ActionScript 3.0 :: Drawing In Bitmap Optimization?

Feb 11, 2010

today i started some particle generator class that will move particles over the stage via drawing in a Bitmap. Everything works well with low amount of particles, lets say 1000, but for my surprise when i added 10 000 particles the frame rate dropped drastically. And i am saying that since i made the same particle generator using MovieClips instead of drawing in Bitmap, the performance test i run on both classes showed that the Bitmap class with 10K particles on my PC works in around 10-12 FPS, and the MovieClip variation in around 20-21 FPS with the same amount of particles. The particles are identical and both classes are using linked list system to move the particles. So the only logical conclusion is that something is not right with the drawing function.

Code:
private function drawParticles(e:Event):void{
// clearing the _pZone Bitmap of the previous data
_pZone.bitmapData.fillRect(_pZone.bitmapData.rect,0);
_pZone.bitmapData.draw(_blankMc);

[code]...

View 1 Replies

Actionscript 3.0 :: Build A Specialized Word Processor - "Error #1009: Cannot Access A Property Or Method Of A Null Object Reference??

Dec 23, 2010

I am trying to build a specialized word processor using Flash CS5 and I'm having some problems because I am new to this. I draw an editable TLF textfield instance on the fla file and name it "input". Then on the actionscript file I've been trying to change the properties of the textfield by writing:

var textFormat:TextFormat = new TextFormat();
textFormat.color = 0x4444FF
textFormat.size = 18;
input.setTextFormat(textFormat);

but I get this error: "Error #1009:Cannot access a property or method of a null object reference. " My plan is to setup different allignments and fonts into different textFormat objects and then have to those textFormat objects get applied to different lines of the textfield depending on user input.Is this possible to do? Or is there a better way?

View 1 Replies

Media Server :: Optimization Of Live Streaming?

Aug 25, 2010

I have live streaming but problem is that it is stopping and continues every 2-3 second, I do not know which issues causes it.

View 3 Replies

Professional :: Performance Optimization Vector Vs Raster?

Jan 28, 2011

I am trying to improve the frame rate of a game that draws many floor tiles. Currently, the floor tiles are vector graphics and stored as different frames in a movie clip. I wanted to experiment with rasterizing a floor tile and seeing if that would provide any frame rate boosts. I did this by converting one of my tiles (one of the frames in my movie clip) to a png and replacing the vector version of this tile with this raster version. I then tested two worlds--one filled with tile A (vector) and another filled with tile B (png).
 
In all my tests, world with tile A (the original vector version) outperformed the world with tile B. I am guessing that the reason I am not getting the expected performance gains is because I am still rendering the tiles in the old style and not using any strict bitmap drawing calls?why it is that this method fails to boost rendering speed? Would I have to switch my rendering code to strict bitmap draw calls?

View 7 Replies

Search Engine Optimization Of Flash Websites?

Jun 16, 2009

What are people using to increase their natural listing or rankings in search engines, etc for their flash websites.

What methods or ways are people using to search Engine optimize their Flash websites. Are people building their Flash website a certain way for SEO?

View 2 Replies

Gpu - Enabled Hardware Optimization (wmode) From Haxe?

Dec 11, 2009

It is possible to enabled hardware optimization (wmode) from haxe?

View 1 Replies







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