ActionScript 3.0 :: FPS Versus Choppy Animation?

Mar 15, 2009

I'm animating various squares that needs to move "smoothly" on the screen.I've tried with the basic Tween and with TweenLite at 30 and 60 fps and the animation still choppy while at 90 fps looks better.

View 4 Replies


Similar Posts:


Javascript :: Dropdown Menus Are "stopping" Flash Animation, Causing Choppy Animation?

Oct 22, 2010

Note: I am only using the Flash animation in IE only as I created an equivalent, jQuery based animation for all other browsers (because, surprise, IE didn't handle the jQuery version).look at this in IE only.The Problemhen you hover over the dropdown menus, the Flash animation temporarily "freezes" and the continues. This causes choppy behavior in the Flash animation.

View 1 Replies

ActionScript 3.0 :: Simple Animation Is So Choppy?

Jul 14, 2011

why this simple animation is so choppy? http:[url].....I have set cacheAsBitmap = true

View 4 Replies

Choppy Full Screen Animation In FF Only

Mar 15, 2010

I have a scroll box I made that is the width of the browser. When I click to go full screen the scrolling (TweenLite) becomes choppy. It is smooth in both browsers in regular mode but when I try it full screen it is choppy in FF but still smooth in IE7.

View 1 Replies

ActionScript 3.0 :: Choppy Text Animation?

Jan 31, 2009

I have some text animation I'm using for a project and with static text, the animation runs smoothly. However, when I try switching over to dynamic text so I can change the text using actionscript, the animation becomes noticeably choppy.

View 2 Replies

ActionScript 2.0 :: Flash 'Pan' Interface / Choppy Animation

Aug 22, 2009

I'm developing a Flash web site with AS2 that uses a "pan" interface to transition between sections. When the user clicks on any of the sections, the entire web site pans to the location of that section. I've accomplished this by placing all of the content inside of a container movieclip, then tweening the movieclip's _x and _y properties using TweenMax. Everything works great, but the transitions are a little choppy and I'm trying to find any way I can to smooth them out. You can view the site in development here:URL...I know this type of question is hard to answer without looking at the code to ensure I'm minimizing CPU usage wherever possible, but I am using TweenMax as my tweening engine, and from the research I've done it is the least CPU intensive tweening engine available. Additionally, I know this site is pretty graphic intensive, so there is a lot of graphic rendering that is going on as the transition takes place.So, my actual question - is this as smooth as I can expect the animated transitions to be with the amount of graphics I'm using, or is there anything that anyone can think of that I could try to increase the frame rate?

View 2 Replies

IDE :: Animation Too Fast - Appears Choppy When Slowed Down

May 7, 2010

My animation is too fast and when I take down the speed and cut some frames it appears choppy. Do I start with a one big image and make small but fast movements between or could I perhaps have to draw several small movements. I've been in a hole lately and I feel spaced out. I also have trouble concentrating.

View 2 Replies

ActionScript 3.0 :: Animation Plays Choppy In Browser, Not On Desktop?

Feb 10, 2012

Click on any of the 3 circles to make them animation in/out. Notice how there is bad choppiness when they animate.I don't have this problem (or at least its very minor) when playing the file locally through Test Movie or in the standalone flash player.Only noticeable when playing it on my web server in the browser.Is this an aliasing issue?Is my web server not powerful enough to play it?

View 1 Replies

IDE :: Timeline Based Animation Runs Choppy In Some Browsers?

Jan 13, 2009

Try to wrap my head around why sometimes a timeline base animation will run choppy in some browsers. Is it processor speed vs frame rate. I boosted my framerate to 29.97 but on older computers the animation is very arthritic.

View 1 Replies

ActionScript 3.0 :: Bitmap Blit With CopyPixel And Draw Method - Animation Choppy

Jul 8, 2011

My game moves small pieces slowly. I am trying to bitmap blit with either CopyPixels() or Draw() but because the end result always blits to a whole pixel value, the animation looks choppy. Have a look at my test swf where I use a small helicopter, which shows 60fps with very choppy movement. I thought the bitmapData's draw() method would allow me to smooth, but it apparently only smooths changes made by it's matrix argument. My only other resort is to go back to using movieClips with hundreds of frames that represent the various poses.

View 0 Replies

ActionScript 3.0 :: Animation: Timer Versus ENTER_FRAME Event?

Jul 10, 2011

I use 2 options when i comes to animationg objects with Action Script

1. Timer based animation

PHP Code:

initTimer = new Timer(1000/fps);
initTimer.addEventListener(TimerEvent.TIMER, moveItem);

[code]....

2. ENTER_FRAME event based animation

PHP Code:

var time:int = getTimer();
addEventListener(Event.ENTER_FRAME, moveItem);
function moveItem(event:Event){

[code]....

Both of this options work ideal for my needs and they produce smooth animation. My question is witch one is better and why? And is there more ways to animate objects with action script?

View 9 Replies

Choppy Streaming Video FMS 3.5

Jul 23, 2009

I'm new to the streaming video world but I do have FMS 3.5 up and running and have encoded some wmv and mp4 videos to flv using adobe encoder CS4.  I followed the tutorials and have created the swf files in flash CS4 and the videos are streaming as expected.

The primary issue I am having is the videos tend to be choppy at times.  They pause, run slowly, audio pops and just overall; glitchy.  Typically at the beginning but some times throughout. The test files at the FMS admin page stream fine without issue from the same server.  We have tested the site/streams from multiple providers all at cable modem speed or above.

We are running FMS 3.5 developer version and wish to purchase the full version but I really need to fix this issue to prove it's value.As a bit of background we are running/testing FMS 3.5 from a server with the following specs:Redhat EL 4.6-32 SuperMicro X7DBU Intel Xeon QuadCore DualProc Sata [2Proc] Intel Xeon-Harpertown 5420-Quadcore [2.5GHz] OEM 4GB ECC FB-DIMM DDR2 Mainboard Onboard SATAII Controller  (2) Western Digital WD Caviar RE 16 WD2500YS  Uplink speed 10 (Mbps) Bandwidth allotment 2000 GB(Virtual Private Rack)

View 2 Replies

ActionScript 2.0 :: Images Loaded Through XML Are Choppy?

Jan 6, 2011

I have created a website for a client:

[URL]

I am loading all images and text via xml. Everything works great on my machine, but when I load the .swf to the web, my images become choppy.

View 1 Replies

ActionScript 3.0 :: File So Choppy When It Tweens

Jun 23, 2009

I have created a flash map that uses this script to move the the world map movie clip around when buttons are clicked.

I am using the tween class to adjust the x and y postion as well as the xscale and yscale.

It works fine when I view the swf but is really choppy when I post the file onto my server for testing. The file is pretty small, about 230 kb, but I guess that has nothing to do with it tweening so choppy. Can anyone lead me in the right direction of why it is so choppy when I upload the file to my server and is there any adjustments I can mke to stop it.[url]...

View 3 Replies

Sound Choppy In Stream Mode.?

Oct 9, 2009

I placed my audio in the timeline, but I want it streamed rather than event driven because people will be jumping around the timeline When I change the sound to Stream the audio gets incredibly choppy.

View 6 Replies

ActionScript 3.0 :: Preload .f4v FLVPlayBack Choppy?

Dec 18, 2009

I'm new here. My first post Just for info , I use Flex to build Action script project.
 
So I preload some f4v movie, <1,50 mo , 720*405, between 4 and 10 s duration.
 
No problem for the preload. But when 'bytesloaded=bytestotal' ,  I play the file, it looks like choppy. The video is not smooth at all.
 
I try with flash player beta 10.1 , it's better but still choppy. Anyone get this problem ?  I try to play with the buffertime method of F4vPlayBack , it changes nothing.

View 2 Replies

ActionScript 2.0 :: Choppy Timeline Tween On Some Browsers

Apr 12, 2011

I'm using Flash 8 with AS 2.0 to animate the following: [URL] The page movement is done with tweens on the timeline. It works perfectly (is smooth) on my Mac and, for the most part, on my PC. But I'm getting feedback there is a "hitch" or some choppiness happening on other browsers. When the page slides from right to left it pauses just before the end then continues on. The glitch is inconsistent which makes me wonder if it could be a connection speed issue or a function of how the user is clicking the buttons.

It is a heavy file -- once the issue is resolved I plan to load the images only when that link is clicked (I hate preloaders so would rather avoid). But could the heaviness be contributing to the chop?

View 6 Replies

ActionScript 3.0 :: Scrolling Type Seems Staggered / Choppy

Dec 21, 2009

I have an area where paragraphs of type slowly scroll up my screen. Every thing is working fine - however, if you look closely the type is scrolling pretty raggedly - as in choppy. It is subtle, but there. Just wondering the best way to scroll type - should I bitmap it into an image? Outline the type in illustrator? Or just bring it in? I have anti-aliased for animation checked - and have tried multiple options, but not seeing any huge differences.

View 6 Replies

ActionScript 3.0 :: Very Choppy Preloader - Simulating Download

Mar 17, 2010

I made a preloader for this movie: [URL]. But when I simulate a download, it goes straight from 0% to 100% and the bar goes from nothing to filling only half of the screen. I'm using Flash CS3. Here's the code for the Preloader.fla file:

var req:URLRequest = new URLRequest("movie.swf");
var loader:Loader = new Loader();
var nPercent:Number;
loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, preLoad);
loader.contentLoaderInfo.addEventListener(Event.COMPLETE, fileLoaded);
[Code] .....

The graphic for the preloader is made up of two parts. background_mc is the light blue background for the progress bar and bar_mc is the dark bar that's supposed to fill it up.

View 2 Replies

Professional :: Choppy Performance After Returning From Fullscreen?

Jul 30, 2010

I'm creating a flash website in AS3 where the user can click a fullscreenbutton which works fine. Im not using the hardware mode because of the black borders it creates and I dont want that. The site is liquid in a sense it conforms to the browsers' size using Event.RESIZE.
 
The code is for fullscreen simple:
 
stage.displayState = StageDisplayState.FULL_SCREEN;
 
I'm using TweenLite to make transitions between pages and it works fine
 
UNTIL
 
I release fullscreen mode (escape) and go back to the browser. From then on all my transitions are extremely choppy (like 1 - 2 fps) and I can't figure out why. I had video on the pages but even when I completely removed the video from the pages the transitions are still choppy. When I go back to fullscreen the transitions are smooth again.
 

View 3 Replies

Flash :: Media Server Streaming Is Very Choppy

Dec 6, 2010

We are running Adobe Flash Media Server 3.5.2 Streaming Edition. It is running on a dedicated physical server with 4 cores and 4 gigs of RAM.

I tested the FMS thoroughly before moving to production. I tested by throttling my bandwidth to simulate different connections.  Streaming worked great, but almost all of the testing was INTERNAL, not external.  We recently started publishing some videos external. We are getting complaints all over the place that the video is choppy.

During our troubleshooting, we started using one of the native videos from the FMS install.  The video is only 5 MB.  We have tested from several different connections... Fiber, Cable, DSL.... The test video from our Flash Media Server is choppy... It buffers quickly all the way through playback, it is horrible. We published the same video on a public FMS and it works flawlessly from all of our test connections.  Our expert developer has published a CF page with both videos, one from our FMS and one from the public.

View 2 Replies

Choppy Scaling / Moving - Doesn't Seem To Be Refreshing Well

Aug 17, 2009

I made a carousel with actionscript 3 and it doesn't seem to be refreshing well. It's very choppy. Here's the file [URL] The framerate is 30fps

[Code]...

basically as ellipsePosition increments, the x and y values of the doc increment around the carousel. There is more to it for the scaling and alpha changes, but I get the same result if I remove them. I tried changing the framerate up alot. I also decreased the step size of ellipsePosition and it still acted the same. In DirectX I would create a backbuffer but I'm not sure that would be a reasonable fix for actionscript. Surely there is something built in, actionscript is by no means low level. It's a really vague question but is there anything thats very common that could cause this or that could prevent this, or is this expected behavior of flash.

View 3 Replies

ActionScript 3.0 :: Background Scrolling Always Ends Up Choppy

Feb 17, 2010

I am building a game where I want to scroll the background horizontally as the player moves. The issue is that the scrolling always ends up choppy. The player can move at different speeds and I understand that at greater speeds the scrolling is going to look weird but even at slower speeds the scrolling "stalls" on some frames it seems. This occurs even at 60 fps (scrolling an image). I update the position each frame and I even tried using delta but still no dice. I don't have a concrete example but if you look at the scrolling in this example demo it behaves the same - the background scrolling is not smooth. [URL].

View 9 Replies

ActionScript 3.0 :: Webcam Recording On FMS3.5 Is Choppy

Apr 25, 2010

I'm recording Webcam to FMS 3.5 but when I play the recorded video from FMS it's choppy. I have set the camera.fps to 30 but when I trace out the currentFPS for camera it's variable and usually falls between 20 and 30. However when I play the recorded video, netStream's currentFPS returns a lower value, something closer to 10. So my question is, 1) why currentFPS of netStream is not the same as Camera's? 2) What's the actual frame rate of the recorded video (not the netStream, but FLV's)?

View 2 Replies

ActionScript 3.0 :: Does Loaded Content Get Choppy While Loading In Background

Apr 27, 2010

I have some preloader (timeline-based) content and some FLV's that I want the user to see while other content is loading in the background. The preloaded content and the FLV's are very choppy while the content is loading and run fine afterward. I initially thought this might be a RAM issue, but my other apps are running fine at the same time (YouTube, etc.) so I think it's an issue within my code or Flash Player. How do the really nice preloaders (animation on timeline OR FLV's) run so smoothly while background content is loaded? For example, are they independent SWF's? internalized classes exported for Actionscript? some other option I'm not privy to? Mine, for example, are internal classes in the main library that I have exported for AS.

View 6 Replies

ActionScript 3.0 :: How To Prevent Choppy Video Playback (NetStream)

Nov 6, 2008

What is best practice for buffering video playback? To prevent choppy playback? Using NetStream etc...

View 8 Replies

Flash :: Professional - 10.1 Choppy Video With Intel HD Graphics

Aug 15, 2010

I just got a new laptop that is running Windows 7 (64 bit) and has Intel HD Graphics (driver version 8.15.10.2182) built in to the CPU (Intel p6000). The laptop came with Flash version 10.0.45.2. When I play HD video with this version of Flash on Youtube and on HULU, everything is fine, I can play 480p and 1080p videos at 30fps with no noticible problems (although there are occasional frame drops according to the right click menu option "Show Video Info" on Youtube, but nothing major.) Then the other day, flash told me there was a new version available, so I upgraded to 10.1.82.76.

Running this version, all HD videos on Youtube and HULU are choppy and unwatchable, according to "Show Video Info" on Youtube, I am getting only 8 fps, and the frame drops increment constantly. I unchecked "Enable hardware acceleration" in the Flash settings, but it has no effect. The only other people I can find who are having a similar problem are Mac users who are also using CPUs with Intel HD Graphics and Flash 10.1, I couldn't find anyone else complaining about this issue on Windows 7. Is anyone aware of any issues with Flash 10.1 and Intel HD Graphics on Windows 7? Will there be a future release of 10.1 that fixes this issue? Is there any workaround for this problem other then downgrading to 10.0 (which is what I am running now)?

View 7 Replies

Media Server :: Choppy Audio Stream While Streaming Through FMS 3.5

Feb 1, 2012

While streaming the audio through FMS 3.5, audio starts breaking at the receiver's end after some time. can anyone please provide a suitable solution?

View 4 Replies

ActionScript 2.0 :: Mc.onRollOut - Shows An Animation OnRollOver And An Animation On RollOut But OnRelease The Animation Enlarge Itselfs

Jun 19, 2004

I have a movieclip that shows an animation onRollOver and an animation on RollOut but onRelease the animation enlarge itselfs but now when I'll roll out when the animation isn't open (so i didn't release) the animation plays the animation for the minimizing of the animation. Here's my code (I know its a bit amateuristic but I'm not a programmer )

[Code]....

View 4 Replies

Media Server :: Choppy Video On Blazing Fast Connection?

May 27, 2010

we just set up FMS and basically what's happening is im using the standard run-of-the mill FLVplayback component and I try to run a video (an MP4) file which is streamed through FMS. The video plays, but intermittently chops.
 
Next test:
 
Akamai SMIL file with sthe same player plays totally smoothe, no problems.
 
Next test:
 
Put new video on FMS server (video chops intermittently) - we  then go right next to the server, with literally a 300K second download speed. Still chops.
 
Next test:
 
Try different media, same thing.
 
So essentially the FMS server CANNOT stream any videos properly. Its not a bandwidth issue, and it makes no sense.
 
I try different video players, tried changing the bufferTime properties, same thing. The FMS server is running at 0% cpu and is a fast machien.
 
FMS settings I can do to get optimal performance?

View 13 Replies







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