wildside96 / bst-player

Automatically exported from code.google.com/p/bst-player
0 stars 0 forks source link

Flash Player: progressive HTTP #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Create a player of type FlashMediaPlayer and specify a HTTP URL as path to the 
content. Immediately after creating the player, call the play() function.

What is the expected output? What do you see instead?
My expectation was that the content would start playing immediately and be 
downloaded progressively from the server (supporting scrubbing). It seems 
however that the content first needs to be downloaded completely before it can 
start playing. The call to play results in no action at all.

What version of the product are you using? On what operating system? On
what browser/version?
- Browser: Chrome 9.0.597.98
- BST player 1.2
- OS: Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by svba...@gmail.com on 15 Feb 2011 at 12:28

GoogleCodeExporter commented 9 years ago
FlashMediaPlayer does support progressive download.  What error message(s) do 
you get in the logger?

Original comment by sbrah...@gmail.com on 21 Feb 2011 at 9:55