Welcome to GraphicForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Flash is very slow in web browsers

 
   Graphic Forums (Home) -> Browser Issues RSS
Next:  IE breaks after three flash videos!  
Author Message
Prontector

External


Since: Jun 13, 2008
Posts: 1



(Msg. 1) Posted: Fri Jun 13, 2008 12:46 am
Post subject: Flash is very slow in web browsers
Archived from groups: macromedia>flash (more info?)

Hello!
I have encountered a problem in the web browsers Opera, Internet Explorer and
Firefox. When I create a very simple Flash file (size and fps don't matter)
with a simple test code (I use AS3) to count the frames the result is different
when viewed with the standalone Flash player or with a web browser plugin.

This is my code:

addEventListener(Event.ENTER_FRAME,think);
var time:int = 0;
var timerText:TextField = new TextField;
timerText.width = 800;
timerText.textColor = 0xFFFFFF;
addChild(timerText);
function think(evt:Event)
{
time++;
timerText.text = String(time);
}
stop();

Nothing else in the file, just that. You can get the file here:
http://hltown.de/userftp/hl_protector/temp/test.fla (source for those who
aren't satisfied with the above code)
http://hltown.de/userftp/hl_protector/temp/test.swf (download and view in the
standalone player)
http://hltown.de/userftp/hl_protector/temp/test.html (view in any browser)

When you view the standalone and the browser at the same time, you will see
what I mean. The standalone player will run much faster and even if you start
the web browser some seconds before the standalone player, the player will
outrun the browser soon.


I would be glad if someone has an explanation and/or a solution!

 >> Stay informed about: Flash is very slow in web browsers 
Back to top
Login to vote
Display posts from previous:   
   Graphic Forums (Home) -> Browser Issues All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]