[F8] Animation Seems Slow In Firefox... HELP...
Hi there,
I have a flash animation... when i preview it in IE.. seems to animate correctly.. BUT when I preview in Firefox, the animation seems way too slow... why is this???
heres a sample page... hover over the + buttons, you will see they hover VERY SLOW!!!
http://www.allisonsbackstage.com/test/test/index.htm
Any help is appreciated!!!!
Thanks
-Allison
FlashKit > Flash Help > Flash General Help
Posted on: 02-24-2008, 03:21 PM
View Complete Forum Thread with Replies
Sponsored Links:
Flash Slow In FireFox
Hi.
I've been developing a flash site, and I noticed that it runs slowly in the firefox browser.
It runs full speed (30fps) or about when run alone, or in the IE browser, but for some reason it runs slow only in the firefox browser.
It's a flash-based wensite, per se, so it is crucial that it runs smoothly.
If you have both browsers, please take a look at http://corporate.rg3entertainment.com/ to see what I am talking about and compare between the IE and FireFox browsers. Please note that the site is not finished. Also please note that this is fairly flashy, so it may appear slow anyway on a slower machine.
Because there is a bunch going on, specifically between transitions, I did some testing. One, the background and menu changes color through actionscript, so I took about an hour and changed each to seperate tint tweens, but that didn't make it smoother in firefox. Then I took away the white-text expand/fade out, but that didn't smooth it out either.
Is this a problem with firefox, and how can I fix it?
Thank you.
View Replies !
View Related
[F8] Why Is Flash So Slow In Firefox?
I'm still a IE user but sometimes I want to check my designs on firefox as well. But I discovered that firefox is very very very ... very slow when playing a swf.
So hopefully there are some guys who can help me out.
Is it a bug in firefox?
Example: www.ferraridrinks.com - www.diarough.com
thanks
View Replies !
View Related
Very Slow Flash In Firefox
I am working on a site that uses actionscript to control movies (load,unload areas of content into containers) and animate elements on the screen(move,rotate etc).
It runs fine in IE but I've found it is very slow in Firefox. I have noticed that other sites I have designed that use tweening to animate an object instead of actionscript seem to run o.k in Firefox
Anybody got any ideas why this might be happening?
View Replies !
View Related
Slow Flash Sites In Firefox
I am on a cable connection and I just noticed how slow Firefox displays Flash web sites that are entirely Flash. I realize they were heavy in animation and sound but it shouldn't matter. To check it I went to some other sites and the same thing. Then I opened the Flash web site in IE and it was 100% faster. Is there any reason why this happens? Firefox 1.5.0.3
View Replies !
View Related
Flash Slow In Firefox And Opera
hi,
i'm working on my website in flash (here). the site isn't nearly finished.
when viewing in flashplayer, everything is fine, but when viewed in firefox, some animations in the movie are very slow. the movie's frame rate is 28 fps, but when i view it in browser (Firefox or Opera), it is much slower. you can see this especially when visiting the 'resume' section (the only section with content).
in Internet Explorer is everything fine though.
could you help me please, how could i fix this?
greetings,
tamas
View Replies !
View Related
Firefox Flash Player Runs Slow - How To Avoid?
Does anyone else have an issue with the Flash Player for Firefox? It means when I'm playing flash files the player stutters, or stops altogether and sometimes mean I have to quit Firefox totally.
Anyone know if there's a particular issue with the Firefox version of Flash Player, and is there anything to overcome this?
It's very annoying, especially as I have to create flash.
View Replies !
View Related
Program Works Fine In Firefox Runs VERY Slow In IE
Hi this is my first day learning flash and I have created a Pong game.
It works perfectly fine in Firefox and Flash player but then I open it through IE it runs super slow.
It tried it on another computer(computers r very fast btw) and I have the same problem.
All im doing is File Open and open the .swf file and play it. As I said works fine in Firefox. Firefox and IE and both fully updated with the flash player.
Is there anything im doing wrong? or should I copy and paste the code?
View Replies !
View Related
Why Does This Simple Movie Run So Slow In Internet Explorer But Fine In Firefox
This script is used to fade a movie clips opacity to 200 (an extra 100 to add to the pause between fading in and out) and then fade it back to 0. I used intervals to create the timing. I dont know of a better way to do it. Anyway if you check out the file under hosting at thetechtree.com you will see it loads slow in IE but fine in firefox. Anyone know why?
ActionScript Code:
var aList:Array = new Array();
aList[0] = "galaxy";
aList[1] = "KOP";
aList[2] = "ramsey";
aList[3] = "sentinel";
var xPos:Number = 336;
var yPos:Number = 265;
//
var speed:Number = 1;
var onOff:Boolean = false;
function fadeIn(targ)
{
if (_root[targ]._alpha < 200)
{
_root[targ]._alpha += 1;
} else
{
intFadeOut = setInterval(fadeOut, speed, targ);
clearInterval(intFadeIn);
}
}
//
function fadeOut(targ)
{
if (_root[targ]._alpha > 0)
{
_root[targ]._alpha -= 1;
} else
{
clearInterval(intFadeOut);
onOff = false;
}
}
//
function screen(myNumber)
{
var targ:String = aList[myNumber];
if (_root[targ]._alpha < 100 && onOff == false)
{
intFadeIn = setInterval(fadeIn, speed, targ);
onOff = true;
}
}
//
var intFadeOut = setInterval(fadeOut, speed);
clearInterval(intFadeOut);
var intFadeIn = setInterval(fadeIn, speed);
clearInterval(intFadeIn);
View Replies !
View Related
Slow...slow...slow Animation
hey guys,
im making an animation to a voiceover.
i want to sync the images with the voice.
it seems everytime i play the movie (i am publishing it as an exe to view because this is to be my final platform), the images play at a different speed.
what is this and how do i fix it?
also, does the way i have put the audio in make any difference to the speed it all plays back at?at the moment ive just got it on its own layer in the timeline.
cheers.
View Replies !
View Related
Animation Is Getting Slow ..... Why?
hello flashers!!
pls see the movie at
http://koenigtraining.com/transinc/transinc8.swf
here when text animation comes the movie play slow hence the text animation looks choppy. If it is because of 4-5 animations playing at once.... then what is the cure???
any help will be my lifesaver.....
View Replies !
View Related
Slow Animation
I have a incompleted flash game running at 20kbps. But when i run it, everything processes very slowly. It feels as if its running at less than 10kbps. I had 3-4 of for loops and all the movieclips are running on enterFame() commands. Could this be the source of my problems?
View Replies !
View Related
Slow Animation
On me website i have two animations on the index page, the bottom one seems to load fast everytime and run smoothly but the top one loads and runs really slowly the 1st time but is fine the 2nd time it runs (you dont get to see it a 2nd time because the page re direct's.
How could i make the top animation load faster?
another question, how do you change the delay between repeating the animation if the animations is in a 'loop'?
View Replies !
View Related
Too Slow Animation
Hello,
I created 2 swf files : anim.swf and preload.swf (preload.swf preloads anim.swf)
http://nagadoudi.online.fr/projet/
When I launch anim.swf directly, no problem.
When I launch preload.swf, everything seems to be OK, until anim.swf is displayed. anim.swf is then very very slow, and I don't know how to make it faster. (My 2 files have been configured at 35 fps.)
View Replies !
View Related
[F9][AS2] Really Slow Animation In IE7
I'm doing a flash to show users how to use keyboard shortcuts, this involves fading in hit circles on keys dynamically, which I've done using Intervals in ActionScript.
These intervals fire every 10ms, incrementing the alpha until it reaches 100. This works perfectly fine in the Flash 'Test Movie' and works fine when published and opened in Firefox 2, yet when I open it in IE7 it goes really slow (roughly 10x slower), it doesn't use much memory or processor usage, so it doesn't seem to be struggling. Could this be an IE problem, or something I'm not doing quite right?
Sorry I can't paste code, under NDAs with this, I'll try and mock something up that has the same problem when I have the time.
View Replies !
View Related
Why Does Animation Slow Down?
i dunno if this has been asked before, but why does the flash animation kinda slow down when it is being viewed via a web browswer. i have flash animations at 30fps and they play smoothly via flash player but when i upload it to a webserver and view it via a browser(IE) it tends to slow down alittle... what could be the problem?? i am running on AMD athlon 64 3200 with 1gb ram.
View Replies !
View Related
Slow Animation
Ok this is it. I noticed that all of my movies have the same problem when i see them in internet - THE ANIMATION IS TOO SLOW.The audio is reproduced at the right speed but the animation NO! And even if the animation is very easy it always the same problem. The result is that the rythm of my flash movie is broken... Can anybody expalin me why? I noticed that this problem affects only my flashes, in fact the movies of others are OK. I mean - the audio is already stopped but the animation still goes because it's reproduced slowly...HELP
View Replies !
View Related
Animation Slow Down?
Hi guys,
I am working on my New Flash Web site and my MCs' animation seem to slow down whenever I add more. Please tell me why and how can i fix it?
Here is the site http://members.rogers.com/taidang1106/
Thanx
View Replies !
View Related
Why Is This Animation So Slow :/?
Click on the buttons on the top. The FPS is set to 24. So why is it slowed down this much?
http://hundsteg.se/Erik/v3.swf
It should take around 1 second. At my computer it takes 2-3 though. And at my friends its almost 5-6.
Heres the source: http://hundsteg.se/Erik/v3.fla
View Replies !
View Related
Slow Animation
I have noticed that when I have some graphic animation and two or three graphics animation play at the same time, the animation is slow down.
have look in this animation
http://www.alnoor.us/rotation.zip
is there any solution for this.
please let me know
thanks
View Replies !
View Related
Animation Slow On Slower CPU
Does anyone know if it's normal that a movie of 124kb ask so much of a system. On a P4 the animations run good, but for example on a P3 it runs very slow. There are not many calculations (almost none).
How does this come ???
View Replies !
View Related
When The Animation Appears Really Slow...
I'm trying to make a flash site. the frame rate is 22-24 and when I test the movie on the hard drive the animiation is swift, but on the net, it became really really slow. I'm thinking maybe its because I'm using too many masks and images. Could that be why?? any suggestions? TIA
View Replies !
View Related
Speeding Up Slow Animation
Having problems increasing the speed of a vector based animation in mx. The feel should be flying through clouds. Currently, I have a layer where each frame contains a slightly different vector cloud and it's approx. 100 frames long. There are also smaller clouds on top going by as tweens. Increasing the frame rate seems to have no effect.
Does anyone have any suggestions of how to increase the speed so it feels more like a fighter jet ride rather than a balloon ride? Thanks in advance.
View Replies !
View Related
Slow And Fast Animation
I see this on a lot of flash sites. The animation will speed up, slow down, etc..
Something will zoom across the screen and then stop. I can't do this without changing the main fps for the document. That doesn't work.
How will I go about doing this? I have Macromedia Flash MX 2004 Professional.
Thanks
View Replies !
View Related
Animation Is Slow Then Smooth
I am working on this animation in flash, but it looks jumpy and not smooth towards the middle of the frames. my frame rate is 24. I notice it when I look at the birds, they start off slow and jumpy and then get smooth. Any reason for this, can i make it smooth?
Link http://duelingmindstudio.com/thanksgiving.html
View Replies !
View Related
How To Slow Down Animation Using A Code?
I have a moving woman on the screen, she moves from one side of the stage to the other. I did motion tween for that. However, she moves too fast and I would like to slow her down, but not by extending the frames. Is there a code for that? If the movie clip is woman_mc, how would the code look like to make her move more slowly. She stops at one point. Can somebody help please?
thanks
View Replies !
View Related
Speed Up, Slow Down Animation
Hello! I wanted to make buttons for my web site with some spinning animation, but i wanted that it dont just spin, but speeding up and slowing down. So what i want to make, it is the button whan mouse over, spinning animation speeding up and whan mouse out, animation slowing down and stops, and whan there is no mouse over, animation not playing.
How can i get it done? Pls help Thx in advance.
View Replies !
View Related
?Slow Down Animation Based On Arg
I need to be able to pass in an argument (like fast="100" to slow="1") that tells Flash how fast a movie clip should play.
Is there a way I can change the frames per second at runtime?
Or generate the number of frames needed at runtime?
Example: A ball will bounce at the speed (1-100), passed in from JavaScript.
View Replies !
View Related
Choppy Slow Animation
I am having trouble with choppy animation.
My frame rate is 24fps and the length is 1 sec (24 frames)
I used the timeline effects (blur) for my animation.
I am using moving clips set to use runtime bitmap caching.
When viewed on my Desktop (Mac Pro 2 x Qaud_core) it looks great but when viewed on my Macbook pro or other other computers it gets very slow and choppy.
Here's a link to the site
http://www.kristamburello.com/index_content.html
What can I do to make it much faster and smoother???
View Replies !
View Related
Slow Animation For Some Reason
Can anyone help me out here... I have a crane game i'm making, moving the crane around works fine... when you move the crane back far enough it is going to hit the cabin of the crane, break the glass, and the cabin should shake. the problem is, i just use a setInterval to rotate the cabin a couple degrees a few times, but it goes REALLY slow when it should change ever 35 milliseconds... the only reason i can think of for this is that maybe there are too many movie clips inside the cabin movieclip... but... i went in and just tried rotating the cabin frame movieclip inside the cabin movieclip and it was still slow... i also tried to use keyframes in the timeline of the movie clip and it was still slow even though the movie is at 24 fps... anyway..
http://68.58.3.243:2222/uploads/cranegame.html for the game
http://68.58.3.243:2222/uploads/cranegame.fla for the source
can someone please look at it and tell me what might be going on? the code for the crane moving backward is at line 365.
View Replies !
View Related
Slow And Jerky Animation
I've created part of a navigation bar, but the animation is running at a snails pace when the mouse rolls over the 'videography' link. I'm pretty sure this due to the large number of symbols and grouped objects within the animation... How can I solve this problem!?
Any ideas would be much appreciated
check the animation here
Thanks very much
View Replies !
View Related
When Your Flash Animation Is Slow...
Flash rarely deals well with more than a few layers at once. A commonly used technique to deal with this is to put any items that are not tweened on the same layer. Often, I will have items tween in one layer, and when the motion is completed, I will move the object to the static layer with dozens of other objects.
Other tips for speedier playback:
Use symbols as often as possible, a symbol is only read by flash once, no matter how many times it appears on the stage.
Avoid animating bitmaps if at all possible. If you can't get by without the bitmap, use the trace bitmap option from the modify menu to convert the graphic to vector. Combine objects into a symbol when 2 or more objects can move together or rotate around each other.
General rule: if you have 4 or more objects moving at one time, you need to double check your playback with TestMovie. The bandwidth profiler option can help you pinpoint trouble spots in your movie.
You could also check to see what FPS your movie is set to. Click on Modify > Movie, for smooth animation, consider around 20 - 25 frames per second. The average human eye can only catch around 36 frames per second, so anything above that would be a waste.
View Replies !
View Related
JPEG Animation Is Slow
Am doing an animation that loops using 25 jpeg images. These images are about 15k each.
The problem is that the first time the animation plays it's really slow. When all the images are shown and it enters the second loop it runs ok.
Is there a way to make the animation play smooth from the beginning? maybe an AS command that loads them into memory prior to the animation?
View Replies !
View Related
Why Does My SwapDepths() Tag Slow Down The Animation?
I am using swapDepth() to make the photos in this gallery appear on top of the other photos. Why does it slow down the animation when you make your way through the thumbnails? The more pics you look at, the slower the animation gets.
Each pic is a movie clip. Click on a thumbnail, and it swaps the depth of the clip to the top, then plays the animation/transition to show the photo.
What gives?
http://modernlogicstudios.com/forum/photos.html
View Replies !
View Related
Animation Changes In Firefox
I've created an animation that plays fine in Flash Player, Explorer and Safari but when it's played in Firefox the animation plays all out of sink. Does anyone have any ideas why this would happen? Any help would be gratefully received!
View Replies !
View Related
Preloaded Animation Running A Little Slow?
Hi
I am using Flash 5.
I have a small Flash website which preloads before running. The big problem that I am experiencing is that if I am using a slow PC, the animation is all jumpy and slow. If I visit another Flash site with a large animation sequence, from the same slow PC, it runs perfectly smooth with no problems.
My guess is that there has to be a way of totally buffering my website before it plays because simply preloading it doesn't do the trick!
Can you help?
View Replies !
View Related
Too Slow Animation With Simple Circles
I have a flash movie with some motion tweened circles. The circles are just on graphic repeated five or six times. I can't figure out why such simple graphics take so long for flash to draw. I have the frame rate set at 24fps, and other motion tweens in the movie run at 24fps, but the circles are animating at about half that. Is there any way to speed them up?
take a look at the url:
http://www.weplayers.org
View Replies !
View Related
Slow Menu Animation Problem
I'm working on this project and I can't figure out why the annimations in one page of the movie are slower than all the rest.
Visit here: http://deepthoughtdesign.com/parkplace Hover over About Park Place on the top right and then choose News and Events. Once you're on this page, the popup menus across the top run super slow! Any ideas, gang?
!jon
View Replies !
View Related
Animation, Slow Frame Rate
Hello All,
Here is my Flash Animation: http://www.metajake.com/01/final02.html
The Character "Breathing" in during the opening is supposed to be breathing much faster then he is..
In Flash, I have the Frames set to 45 per second.. he breathes much smoother and faster..
But on the net, his breathing goes to slow, and the sound becomes unsyncronized. Even when I try refreshing the page, after it has completely loaded, he is "breathing" very slow..
Any suggestions on what my problem is?
Thank you for your time, and any help at all.
View Replies !
View Related
Using LoadMovie() To Load An Animation...slow?
Hi,
I'm using loadMovie() to load an animation (external swf) into my webpage.
The animation is just an image animating from one corner to another. The filesize is 53 kb.
It is fast enough in flash, but when i publish and view in a browser it is painfully slow!!!
I have tried to vary the framerate, but it doesn't help....
Could it be that i'm using loadMovie()? Is it better to use a movieClip()?
Any suggestions?
Cheers,
Dave
View Replies !
View Related
Too Slow Full Screen Animation
hi all,
i am working on this project with a full screen city map.loads of city islands e.t.c.
i have placed button that move the map in both dimensions and zoom in/out using mx.easing
the project is 30fps but it gets terribly slow as the zoom scale gets bigger.
the only solution i came up with is changing the screen resolution from 1280 to 640x480 but it lucks visibility.
any suggestions?
View Replies !
View Related
Bitmap Animation Real Slow...
i remember Macromedia saying something about scalling/animating image files aren't recommended, and I understand why they say that cuz it does get pretty slow. Not only the animation is slow, but it slows down the whole system. So, my question is, what's that flash movie eatting up exactly? system memory? videocard memory? CPU?
Al
View Replies !
View Related
Vista And Flash. No More Slow Animation.
Well if youve used Flash on vista you will of probably seen that slow loading animation when you click movie clips. Well vista has worked around this now (I think this was made possible in SP1, dont quote me though). Basically if you are running an advanced vista theme (basically any other theme than the basic blue one, when you run flash it switches your theme to the blue one, then when you close it it switches back.
Well ... not a fix but a time saver.
View Replies !
View Related
|