hi.

i'm loading an external flv into a media display component behind the
scenes. the dimensions are 360x386 and the flv weighs 908kb. the
problem is that the when i tell it to play, it still stutters for the
first frame (on a high-speed connection).

before the user even gets to this part, the flv is already fully
loaded...but it still stutters.

it doesn't happen with any of the other flvs in my app which are
loaded the exact same way. but most of those weigh behind 250-600kb
and their dimensions are approx. 180x274.

this is how i preload my flvs behind the scenes:

mediaDisplay.setMedia( path, "FLV" );
mediaDisplay.play( 0 );
mediaDisplay.pause();

my assumption is that my video is at a dimension that is too big, it
weighs too much...and the cheesy effect i have at the beginning is too
much. can anyone think of anything else i might check into?

thanks. -- matt.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to