Will try that, thanks ;-)
Forum user: Marcus
Basic information
| Registered | Jul 20, 2009 |
| Last login | on wednesday |
| Forum posts | 6 |
| Direct URL | http://www.flowplayer.org/forum/users/13237 |
Latest forum posts
Hi,
I have an affiliate program and wanna use the commercial licensed flowplayer in the rss feeds I offer affiliates for use on their blogs. The rss feed is hosted on my domain and I can setup a license key for that domain. The flowplayer will show up on all different blogs form different affiliates. Will this work or will the logo appear and will the key/commercial features stop working?
Thanks.
I have an affiliate program and wanna use the commercial licensed flowplayer in the rss feeds I offer affiliates for use on their blogs. The rss feed is hosted on my domain and I can setup a license key for that domain. The flowplayer will show up on all different blogs form different affiliates. Will this work or will the logo appear and will the key/commercial features stop working?
Thanks.
I had flowplayer v2 and at the end of my playlist a banner showed where the player was. With flowplayer v3 this doesnt work anymore in my config.
This is what I have now :
How could I fix this, would this be by unloading the player after playlist, or ad custom splash screen at end on playlist ?
Thanks in advance,
Marcus
This is what I have now :
<script>
{literal}
jQuery.noConflict();
jQuery(document).ready(function() {
$f("player", "{/literal}{$player_files}{literal}flowplayer.commercial-3.1.2.swf", {
key: '@96751cc749ed9dcd15e',
clip: {
provider: 'lighttpd',
autoPlay: true,
autoBuffering: false,
scaling: 'fit',
bgcolor: 'black'
},
plugins: {
lighttpd: {
url: "{/literal}{$player_files}{literal}flowplayer.pseudostreaming-3.1.2.swf"
},
controls: {
all:true,
bufferColor: '#e00000',
progressColor: '#e00000',
buttonColor: '#b70000',
buttonOverColor: '#e00000',
timeColor: '#ffff00',
tooltipColor: '#b70000'
}
},
canvas: {
background: '#000000',
backgroundGradient: 'none'
}
}).playlist("#playlist", {playingClass: 'playing', loop: true});
// Autoplay clip
$f("player").load();
});
{/literal}
</script>
How could I fix this, would this be by unloading the player after playlist, or ad custom splash screen at end on playlist ?
Thanks in advance,
Marcus
Bump for any hints ;-)
Thanks in advance,
Marcus
Thanks in advance,
Marcus
for me autoplay worked as default, so I had to manually set it on falso to disable it.
what happens when you remove the autoplay line ?
what happens when you remove the autoplay line ?
Hi,
I have the commercial version of flowplayer. I have edited the play button and that works perfect. Is it also possible to change the play again button at the end of the movie and can I also link the whole player screen to a custom url, but only when the movie has finished ?
thanks,
Marcus
I have the commercial version of flowplayer. I have edited the play button and that works perfect. Is it also possible to change the play again button at the end of the movie and can I also link the whole player screen to a custom url, but only when the movie has finished ?
thanks,
Marcus