Note to self, always double check your ''s vs your "'s
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
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!
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});
};
Hello,
Has this been implemented yet?
Has this been implemented yet?
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
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