You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

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

Posts:

Registered:

» » use commercial license for rss feeds for affiliates

Posted: Jul 22, 2010

Will try that, thanks ;-)

Posts:

Registered:

use commercial license for rss feeds for affiliates

Posted: Jul 20, 2010

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.

Posts:

Registered:

show custom banner at end playlist

Posted: Aug 7, 2009

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 :

<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

Posts:

Registered:

» edit play again button and custom link at end movie for play again button

Posted: Aug 4, 2009

Bump for any hints ;-)
Thanks in advance,
Marcus

Posts:

Registered:

» autoPlay: true will not load video

Posted: Jul 22, 2009

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 ?

Posts:

Registered:

edit play again button and custom link at end movie for play again button

Posted: Jul 22, 2009

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