This is a message.

Forum user: swordfast

Basic information

Registered Jun 10, 2009
Last login Jul 16, 2010
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/11631

Latest forum posts

Posts:

Registered:

» Trying to use my license key to turn off the flowplayer.org ad

Posted: Jul 6, 2009

Note to self, always double check your ''s vs your "'s

Posts:

Registered:

Trying to use my license key to turn off the flowplayer.org ad

Posted: Jul 6, 2009

Hi there,
Having an issue getting the key to turn off flowplayer's logo on the player athttp://vfoam.com

here's the pagesource, note the empty key value, in my source code it IS filled in with a valid key. Do i need to tell flowplayer to turn off the logo after i install the key? What am i doing wrong? Thanks!


window.onload = function() {
 $f("a.huluPlayer", "http://vfoam.com/modules/mod_flowplayer/files/flowplayer.commercial-3.1.1.swf", {

  	key: '',

	clip: {				
			autoPlay: true,
			scaling: 'scale', 
			bufferLength: 3
		} ,
	playlist: [ 
			'media/If_U_Seek_Amy.m4v'
		], 
	plugins: {		
		
		} , 
	canvas: {
			backgroundImage: 'url(/images/if_you_seek_amy.png)'
		} ,
	screen: {
			
		} ,	
	play: {
			
		}

		
 // install HTML controls inside element whose id is "hulu"
 }).controls("hulu", {duration: 25});
};


Posts:

Registered:

» » Double Click fullscreen?

Posted: Jun 20, 2009

Hello,

Has this been implemented yet?

Posts:

Registered:

» » js Control Plugin - volume Slider and Fullscreen

Posted: Jun 20, 2009

Hi there,
I'm checking into this issue a few months down the road. Is there any way to put a single fullscreen button in the flash part of the player w/css controlbar in use?

Thanks