#1 (permalink)  
Old 06-18-2008, 07:50 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default Increase the buffer time

Hi,

I wanted to increase the buffer time on your flash file for FLV files.
I found where you assign the value of the bufferTime in the FLVPlayback.as

_bufferTime = 30;

However, when I render out the swf file, my videos still doesn't buffer.
Could you please help with increasing the buffer time?

Thanks.

Last edited by ykkrox; 06-18-2008 at 07:55 PM.
Reply With Quote
  #2 (permalink)  
Old 06-20-2008, 10:51 AM
Super Moderator
 
Join Date: May 2008
Posts: 561
Send a message via Skype™ to Adrian
Default

Hi,
In the FlvPlayback.as file, after line 106:

Code:
this.reset();
bufferTime = 30; // add this line, bufferTime doesn't have an underscore
Reply With Quote
  #3 (permalink)  
Old 06-21-2008, 04:24 AM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default Thanks

Thanks! That did it!
Reply With Quote
  #4 (permalink)  
Old 09-16-2008, 06:54 PM
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default

Is there a way to change the bufferTime to an amount/percentage of the video loading? Using bufferTime seems to happen right as the Viewer appears, and sits there for the set time limit.

I would prefer to have the dimensions of the video load, so you can actually see the load bar. Then, once it hits the set amount/percent the video would then start.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.