Flex :: Flash Runs Slower On Mac?

Jan 27, 2010

I was in the middle of developing a Flex applcation, and then I recently switched from Windows XP to Mac. My app is noticeably less responsive on my Mac than on Windows, and today I proved it's not a hardware issue, because I ran the App on my Mac and a Window XP on Virtual Box side by side, and IS much more responsive on XP. Things like repainting in response to window resizing, selecting/unselecting list items, scrolling up and down(I do have complicated list-item-renderers). Has anyone seen this as well? Is flex/flash just not as well supported on Mac? Or are there tweaks I can do to improve performance on the Mac?

View 3 Replies


Similar Posts:


ActionScript 3.0 :: FF Runs Slower Than Safari And IE?

May 14, 2009

[URL].. This runs much slower (about half the speed) in FF than in IE/Safari...its set at

View 2 Replies

ActionScript 3.0 :: Movie Clip Runs Slower Every Time

Jul 29, 2009

Is there a way to find how many instances of the clip are being run?

View 9 Replies

Professional :: Slower And Slower Over Time?

Sep 21, 2011

I have a dashboard I created using Flash CS5 using CS5.5 and ActionScript 3.It seems that while this dashboard is running, the FPS gets slower and slower over time (over several hours) I am thinking that I might have a memory leak but I am not sure how to find out.The project is a Flash Projector exe that loads 8 independent swfs.Each swf file essentially calls a web service and gets XML dataThey then dynamically create a bunch of TextFields,assigns an event listener (Event.ENTER_FRAME) and animates across the screen.When the TextField goes off the screen, I clean up the Text field by removing the EventListenerremoving the TextField and setting the TextField to null.

View 5 Replies

ActionScript 2.0 :: Script Going Slower And Slower?

Feb 24, 2007

try this and give me response

Code:
var max:Number = 50;
var size:Number = Stage.width;[code]........

View 5 Replies

ActionScript 3.0 :: Flex Mxmlc Access Of Undefined Property Even Though The Code Runs Fine In Flash IDE

Dec 28, 2009

I've been trying for hours to make sense of this problem. When I run my code through the Flash IDE, everthing is fine. However, when I run it through the command line compiler or Flex itself t doesn't work. This is after setting up all the required Flex bits to create a Flash stage and display content. it keeps giving me an "Access of undefined property" error though I've clearly defined those properties in question a line or two before.

[Code]...

What the heck is going on?? I'm stumped. Embed seems to work fine, but I'd prefer to change it this way. I think there's something about XML dynamism if you use embed instead.

View 6 Replies

Flex :: Web Application Gets Progressively Slower And Freezes

Aug 26, 2010

I have a Flex web application where I am visualizing data (for different countries) in the form of charts. The data is in the form of CSV files. There are individual files for individual charts i.e. one file has all data pertaining to one chart for all countries.I have a left navigation menu that allows one to see data on a country by country basis. As I view more and more countries, the web application becomes progressively slower till it freezes completely. The problem goes away if I refresh the browser and empty the cache.I am using the URLLoader class in flex to read the CSV data into a string and then I am parsing the string to generate the charts.I realize this is happening because more and more data is somehow accumulating in the browser.

View 1 Replies

Flex :: AIR App That Loads And Runs Existing AIR Swf?

Feb 19, 2010

I have an existing AIR app whose main content is App.swf.I would like to have another AIR app that hosts and runs App.swf. When I say run it, I mean displays it's WindowedApplication.Here's the code for the 2 AIR projects (imports are omitted for brevity):

// App AIR Project -> App.mxml -> App.swf (it's just a window)
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml">[code]....

I get the following error while App.swf is being loaded:

TypeError: Error #1009: Cannot access a property or method of a null object reference.at mx.managers::SystemManager/initHandler()[C:autobuildgalagaframeworksprojectsframeworksrcmxmanagersSystemManager.as:3001]

I believe the issue has to do with AirAppHostApplication's SystemManager conflicting with App's SystemManager because they are both living in the same app domain. Can an AIR app be written where a WindowedApplication class isn't statically defined, but loaded at runtime by loading a swf and instantiating the WindowedApplication subclass that's contained in the swf.The reason I want to do this is for an automation scenario where I have to assume I don't have the source code for the app I'm automating, but I do have access to the names of the public classes and their public methods exposed for automation. I have complete control over the environment and don't have to deal with any constraints around that, so I can put 2 AIR apps in the same directory, etc.

View 2 Replies

ActionScript 2.0 :: Does Flash Go Slower

Aug 31, 2009

Does flash go slower if it has to check on points that are for an example: 6.1873128932 versus: 6?

View 1 Replies

Flash :: Loaded SWF Gets Slower?

Jul 29, 2010

i am making a game involving a number of balls that move across the screen. Everything works fine and dandy when I play the SWF on its own, but when I load it into another SWF, animation become increasingly choppy with time.

View 1 Replies

Flex :: Browser - Doesn't Include Changes On New Runs

Feb 6, 2011

I have a problem with flex. sometimes when I change my application and run it, my changes doesn't appear in the application, and I have to change my browser setting in flex to see changes on other browsers, and after doing it for a while and solving the problem permanently, other browsers will do the same and don't show my changes.

View 2 Replies

ActionScript 3.0 :: Flash - Slower In Browser Than In The Dev IDE?

Jul 17, 2009

Ive been working on a game on and off for a while now. I've been extremely conscious with the performance because in my book a slow game is worse than no game at all. I even wrote a profiler class so I can really pinpoint any slow code. All this time Ive just been testing the game in the Flash CS3 environment by hitting CTRL+Enter. And everything runs quite smoothly.But today for the heck of it I actually published the Flash and ran it in my browser using the generated HTML file. In the browser everything runs slow as hell! The animation is extremely choppy, and sounds play up to 1 or 2 seconds later than theyre supposed to. This is absolutely unacceptable! Ive tried it in Firefox3 and Internet Explorer 7, and both are very slow compared to the Flash dev environment

View 14 Replies

IDE :: Flash Lagging On Slower Machines

Feb 5, 2010

I created this flash object, which preloads the file on the first frame before continuing to play, yet on slower machines it moves much slower then the 30 fps it is supposed to play at. The file is 1.2 MB in size. Using actionscript 3.

[URL]

View 1 Replies

ActionScript 3.0 :: Flash Lagging On Slower Machine?

Feb 5, 2010

I created this flash object, which preloads the file on the first frame before continuing to play, yet on slower machines it moves much slower then the 30 fps it is supposed to play at. The file is 1.2 MB in size. Using actionscript 3.

View 3 Replies

Actionscript :: Flash - Application Gets Slower The Further Scroll Down

Jul 18, 2011

I have built an application in flash, it is rather a large application that runs pretty smoothly, however it is a long list of graphs that run further than the application window so I use a vertical scrollbar and a mask to display them. The problem is everything becomes choppy the further you scroll down, any Tweens or movement and the framerate in general just appears to be much much lower.

When you get to the bottom it is unbearable although there is the same amount of movieclips and same amount of detail throughout the scroll, so I don't see why there should be this massive performance hit for going down a bit.

[Code]...

View 1 Replies

Develop Flex Mobile Project :: Runs In Both Android And Iphone?

Aug 6, 2011

Can we develop flex mobile project that runs in both android and iphone.Also I want to know , can we use all the device capabilities of both android and iphone in same project

View 2 Replies

Flash :: Make Fake Preloader Move Slower?

Mar 27, 2012

So i have a fake preloader going... doesnt actually preload, but just does the 'action'. my issue it gets to 100% way too fast. As its not really loading anything, how do i slow this down so its takes about 3 seconds to "complete loading?"

[Code]...

View 2 Replies

ActionScript 3.0 :: Flash Slower And Faster Buttons For Rotation

Nov 27, 2010

Im trying to write the codes for buttons that make a Square rotate faster and slower. I tried hard but it did not work.
how about a slider to control speed of the square_mc. can some1 give me the code.

this is the code:

addEventListener(Event.ENTER_FRAME, startRotate);
function startRotate(evt:Event):void {
// Call function rotateSquare

[Code]....

View 2 Replies

Flash :: Website That Runs Without Internet?

Jan 22, 2012

Allaboutrajini site tells you to stop your Internet connection to enter the site.I guess it determines whether the connection is on or off with javascript or something like gmail and qoura do.

But how can they store so much of flash animated content locally in the browser in such a short time?

View 3 Replies

IDE :: Runs While The Flash File Is Playing?

Apr 15, 2006

I 'm working in a flash website and I used a background music that runs while the flash file is playing, I used action script codes to run this music. Also, I used some simple sounds that plays when the user move his mouse over a button or some items, but I imported these sounds to its frames directly and I didn't use action script to run it.The problem is that I want to make a "MUTE" button to stop all sounds, but the background music only stopped because it was runned through Action Script, other buttons will produce the same sounds when moving the mouse over them Does anybody have an action script code to mute all sounds even if they were imported to frames directly??

View 2 Replies

Flash :: IDE - Pause Intro After It Runs And Then Go To URL

Jun 10, 2009

I am trying to do something I thought would be very simple. It has turned into a much more difficult exercise. I simply want to use this flash movie at Code:[URL] as an index page of site. When the movie has ran, I want to pause for 3 or 4 seconds and then go to the next page of web site (in other words, go to a specific URL).

View 2 Replies

ActionScript 2.0 :: Get A Flash Timer That Runs?

Apr 26, 2005

How can I get a Flash timer that runs? But I need the numbers to have a specific font, so does that make it trickier?

View 14 Replies

Professional :: Flash Not Running In FF But Runs In IE And Chrome?

Nov 14, 2011

I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is [URL] on which there is a section called "ROI Calculator". The download button links to a flash program which opens up in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page [URL]:
 
<!-- saved from url=(0014)about:internet -->
<html lang="en"> 
<!--
Smart developers always View Source.
&#160;

[code]....

View 6 Replies

ActionScript 3.0 :: Flash Site On Runs Very Slow On The Server?

May 30, 2009

recently i am working on my portfolio which I am doing in flash cs4, as3. It runs fine on local machine but when i upload it into the server, it runs very slow. in face there is a section where pictures are loaded when a thumbnail is clicked. There are 15 pictures and it doesnot opens at all.
 
following is the link to the site that I have done so far[URL].. please click on the "projects" to look at the problem I am mentioning. the section"3d modeling is the part where there are 15 pictures and doesnot load at all. same problem with "3d animation" "video editing" works fine. it may be because it has just one video to load.

View 1 Replies

Professional :: Make An Flash EXE Autorun CD Which Runs On Both Mac And Windows?

Jul 22, 2010

I checked the forum and couldn't find an idea on this.I have a Flash .exe and also a MAC .app for my project. I need to autorun these when the CD is inserted.If it were a single .exe and if i wanted to load it in windows machine it would be a piece of cake.But I have 2 files, and I wanna load it from a single CD. If the system is Windows I want it to load the .exe, and if the user system is Mac i want it to load a .app. How do I program the .inf file now?

View 1 Replies

ActionScript 3.0 :: Runs Fine In Flash Preview, But Not When On Server?

Sep 27, 2011

Ok my Flash movie tests and runs fine on i publish preview it in  Flash, but when i upload it to server it is not working like it is supposed to. is there a way to debug it or trace what is happening while it is running??
 
details: i have 113 Dynamic text fields names tcname_1 --> tcname_113 i have 113 buttons named button_1 --> button_113 The dynamic textboxes get their data from a file named trees1.txt
 
i tried changing three of the text boxes to use device fonts but that didnt make a difference
 
here is my AC3 code :
  
// button links: to all buttons to open in iframe 'tdes'
// link corrosponds to button number
// i have 113 buttons.

[Code]....

View 4 Replies

ActionScript 2.0 :: The Flash Game Runs Too Slow In A Browser?

Feb 28, 2006

I have made a plattformgame in flash, and after I had published it I tested it (local) when it was embedded in a browser, and it hacks and laggs! But when I play it in the flash player it works just fine.

I removed all the heavy graphics, lowerd the fps to 30fps and removed all the code so now its just the bassis left (gravity, collision, key checking etc. and yes u should bounce on the walls giving a wall jump effect).[URL]

View 4 Replies

ActionScript 2.0 :: Flash Movie Runs Correctly With Preloader

Jun 25, 2003

The Flash movie runs correctly with the preloader when it is run inside Flash. When I upload to IE, the preloader doesn't run.

View 2 Replies

ActionScript 3.0 :: Why Flash Runs Smoother Without A Wrapper (HTML)

Mar 2, 2010

If I load a swf in FlashPlayer standalone, it will play nice and smooth. If I load the HTML it's embedded in (with SWFObject) in a browser it stutters like hell. If I use my browser to open the swf on its own, that runs nearly as smooth as in the standalone player.

That the standalone player runs smoother is understandable, since it then doesn't need to go through the browser layer. A slight performance decrease when adding the HTML DOM layer is also understandable, but in my case the difference is huge!

If I were to guess:
Standalone: 100% (benchmark)
SWF in browser: 90%
SWF in HTML in browser: 30%

View 4 Replies

Flash :: .asc File Runs In The Flash Media Server?

Jan 26, 2011

I would like to know if it is possible to run Action Script Communication Files(.asc) on an red 5 server, just like how a .asc file runs in the Flash Media Server.

View 1 Replies







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