Ace! Thanks for a fast reply!
Any estimates before the currentl development version is ready for release?
Any estimates before the currentl development version is ready for release?
| Registered | May 4, 2009 |
| Last login | Jun 17, 2011 |
| Forum posts | 8 |
| Direct URL | http://www.flowplayer.org/forum/users/10494 |
$('#container').click(function(e) {
$f().play({ url : 'http://example.com/new_clip.mp4' });
});
var clip = 'http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv';
flowplayer('player', { src: '../flowplayer-3.2.7.swf'}, {
clip: {
url : clip,
onFinish : function() {
setTimeout(function() {
$f('player').play({url : clip});
},1000);
}
}
});