wildside96 / bst-player

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

Loop forever a flash video do not work #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Symbian Browser with Flash Lite, but I thinks this issue can be reproduce 
from any flash player.
2. Source code
FlatVideoPlayer cap = new FlatVideoPlayer(Plugin.FlashPlayer,
                    GWT.getHostPageBaseURL() + "media/spaddeville.flv", autostart, heigth, width);
cap.setLoopCount(-1);
cap.showLogger(false);

What is the expected output? What do you see instead?
I would like that the video repeat but the video stop when it's done.
May be, I have to change update my FLV source code.

What version of the product are you using? On what operating system?
 - BST 1.1.
 - Flash Lite
 - Nokia n8

Original issue reported on code.google.com by jvm...@gmail.com on 21 Nov 2010 at 10:46

GoogleCodeExporter commented 9 years ago
Try out the 1.2-SNAPSHOT version

http://downloads.bramosystems.com/maven2/snapshots/com/bramosystems/oss/player/b
st-player-api/1.2-SNAPSHOT/bst-player-api-1.2-20101122.085750-4.jar

and use cap.setRepeatMode instead

Original comment by sbrah...@gmail.com on 22 Nov 2010 at 9:29

GoogleCodeExporter commented 9 years ago

Original comment by sbrah...@gmail.com on 26 Nov 2010 at 8:37