Re: [Flashcoders] FPS question

2009-04-20 Thread Karl DeSaulniers
Very interesting. Thank you. Karl Sent from losPhone On Apr 19, 2009, at 11:52 AM, Anthony Pace anthony.p...@utoronto.ca wrote: It just popped into my head that that we did not give you every option. I figured, that although following the tips to increase the frame rate is a good

Re: [Flashcoders] FPS question

2009-04-19 Thread Anthony Pace
It just popped into my head that that we did not give you every option. I figured, that although following the tips to increase the frame rate is a good idea, you could have an fps counter in your code try to maintain at a solid 24 fps lapse time; yet, if it dips lower or goes higher, you

Re: [Flashcoders] FPS question

2009-04-02 Thread Ian Thomas
Also = try to redraw as little of the screen as possible from frame to frame. If your entire screen is constantly redrawing, that takes a lot of processing power. So alpha fades that affect the entire screen or moving/animating a sprite which covers the entire screen are problems. The Flash

Re: [Flashcoders] FPS question

2009-04-01 Thread Anthony Pace
, March 31, 2009 7:54 PM Subject: Re: [Flashcoders] FPS question Close. I am trying to basically see if I can control how fast my movie plays according to the type of stream it is receiving. If slow on bandwidth play faster, if normal or high bandwidth play at normal fps. So that when

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 7:54 PM Subject: Re: [Flashcoders] FPS question Close. I am trying to basically see if I can control how fast my movie plays according to the type of stream it is receiving. If slow on bandwidth play faster, if normal or high bandwidth play at normal fps

Re: [Flashcoders] FPS question

2009-04-01 Thread Paul Andrews
? Paul - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 9:22 AM Subject: Re: [Flashcoders] FPS question Anthony, I am going to have to buy you a steak dinner for all the input you have

Re: [Flashcoders] FPS question

2009-04-01 Thread Paul Andrews
default your mechanism? LOL defeat your mechanism? Paul - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl, Despite what has been

Re: [Flashcoders] FPS question

2009-04-01 Thread Taka Kojima
p...@ipauland.com wrote: default your mechanism? LOL defeat your mechanism? Paul - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl

Re: [Flashcoders] FPS question

2009-04-01 Thread Anthony Pace
Sent: Wednesday, April 01, 2009 9:22 AM Subject: Re: [Flashcoders] FPS question Anthony, I am going to have to buy you a steak dinner for all the input you have given me. (unless your vegetarian, then make it a shiitake steak) Your input is right on the money. ;) You basically have said what

Re: [Flashcoders] FPS question

2009-04-01 Thread Anthony Pace
...@ipauland.com wrote: default your mechanism? LOL defeat your mechanism? Paul - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl

Re: [Flashcoders] FPS question

2009-04-01 Thread Taka Kojima
of the question? Paul - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 9:22 AM Subject: Re: [Flashcoders] FPS question Anthony, I am going to have to buy you a steak dinner

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
...@ipauland.com wrote: default your mechanism? LOL defeat your mechanism? Paul - Original Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl, Despite

Re: [Flashcoders] FPS question

2009-04-01 Thread Taka Kojima
Message - From: Paul Andrews p...@ipauland.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl, Despite what has been suggested, this will still only have a chance of working work for some flash

Re: [Flashcoders] FPS question

2009-04-01 Thread Anthony Pace
To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, April 01, 2009 1:36 PM Subject: Re: [Flashcoders] FPS question Karl, Despite what has been suggested, this will still only have a chance of working work for some flash Movies written in a certain way. Many of my

Re: [Flashcoders] FPS question

2009-04-01 Thread Karl DeSaulniers
Perfect thank you... Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 1, 2009, at 5:34 PM, Anthony Pace wrote: http://library.forum.nokia.com/index.jsp?topic=/ Flash_Lite_Developers_Library/GUID-8EFDF519- AB3B-4FAC-804B-8FDFD08F9968.html Most of it should apply Some basic keys

Re: [Flashcoders] FPS question

2009-03-31 Thread Anthony Pace
Sorry I didn't respond earlier... passed out last night and just woke up. http://www.flashperfection.com/tutorials/AS3-Dynamically-Change-The-Frame-Rate-09765.html Should help you out. Karl DeSaulniers wrote: in this i mean movie = swf . i am not necessarily asking about just a moviclip but

Re: [Flashcoders] FPS question

2009-03-31 Thread Paul Andrews
Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 7:10 PM Subject: Re: [Flashcoders] FPS question Sorry I guess I was not clear on my first post, but I am looking to find out how to ready how much stream I am getting and adjust my frame rate of the movie (swf

Re: [Flashcoders] FPS question

2009-03-31 Thread Karl DeSaulniers
at the true frame rate? Paul - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 7:10 PM Subject: Re: [Flashcoders] FPS question Sorry I guess I was not clear on my first post, but I am

Re: [Flashcoders] FPS question

2009-03-31 Thread Karl DeSaulniers
@chattyfig.figleaf.com Sent: Tuesday, March 31, 2009 7:10 PM Subject: Re: [Flashcoders] FPS question Sorry I guess I was not clear on my first post, but I am looking to find out how to ready how much stream I am getting and adjust my frame rate of the movie (swf) accordingly. Main part of my question

Re: [Flashcoders] FPS question

2009-03-30 Thread Anthony Pace
First you say swf, and yes, controlling the frame rate for an swf is doable; yet, then you say movie... do you mean movie clip, or stream? Karl DeSaulniers wrote: Ok here is a new one. Is there a way to control the way your swf plays according to the bandwidth it's getting? For eg: control