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

Your preferred username that is used when logging in.

Need help customizing FlowPlayer Created Mar 14, 2010

This thread is solved

Views: 1959     Replies: 15     Last reply Aug 13, 2011  
You must login first before you can use this feature

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

Need help customizing FlowPlayer

Posted: Mar 14, 2010

Hey everyone, i'm pretty new to this, so i need some help. I looked over EVERY single page of this website to try to find the answer to this, and failed.

I need help customizing the flowplayer. I.e. changing the colors of it. I have the thing on the website where you can drag the sliders and get the code to paste, but i don't know where to paste the code. If anyone can help me, it would be great. I just don't know what file to edit to change the color.

Thanks in advance. :D

daniel.b

Posts: 14

Registered:
Mar 12, 2010

» Need help customizing FlowPlayer

Posted: Mar 14, 2010

Reply to: Need help customizing FlowPlayer, from mrfraggs
You obviously didn't look at every page ... the information you require is on the player configuration documentation page.

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » Need help customizing FlowPlayer

Posted: Mar 14, 2010

Reply to: » Need help customizing FlowPlayer, from daniel.b
I did, but i might not understand it. Can you either give me an easier explanation? What i need to know, is which file to edit and how to edit them. I'm not quite sure how to edit the .swf file :/

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » Need help customizing FlowPlayer

Posted: Mar 16, 2010

Reply to: » » Need help customizing FlowPlayer, from mrfraggs
Is there anyone who can help me with what file to edit the code into?

daniel.b

Posts: 14

Registered:
Mar 12, 2010

» » » » Need help customizing FlowPlayer

Posted: Mar 16, 2010

Reply to: » » » Need help customizing FlowPlayer, from mrfraggs
All the information you need is on this page:
http://flowplayer.org/plugins/flash/controlbar.html

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » Need help customizing FlowPlayer

Posted: Mar 16, 2010

Reply to: » » » » Need help customizing FlowPlayer, from daniel.b
Thanks for replying. I already had that downloaded, I couldn't figure out what to do with the files once i downloaded it though. I downloaded the zip file with the .swf file, readme and license.

RMR_web

Posts: 8

Registered:
Feb 23, 2010

» » » » » » Need help customizing FlowPlayer

Posted: Mar 16, 2010

Reply to: » » » » » Need help customizing FlowPlayer, from mrfraggs
do you mean just getting the player onto a html page?

Look here for the minimal installation. When you get to step 3 this is where the code explained on the page daniel.b mentions should go.
http://flowplayer.org/demos/installation/index.html

You'll need at least a basic understanding of javaScript for this, but its all pretty straight forward and the documentation is great.

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » » » Need help customizing FlowPlayer

Posted: Mar 17, 2010

Reply to: » » » » » » Need help customizing FlowPlayer, from RMR_web
No, I could get it on just fine, i'm just trying to change the colors of it. I used the thing on this website to generate the code with the color palate, but i don't know where to put it.

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » » » » Need help customizing FlowPlayer

Posted: Mar 21, 2010

Reply to: » » » » » » » Need help customizing FlowPlayer, from mrfraggs
So does anyone know what file i edit to put the code in and change the color of my FlowPlayer?

Anodyne
Consciousness and awareness

Posts: 20

Registered:
Mar 6, 2010

» » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 21, 2010

Reply to: » » » » » » » » Need help customizing FlowPlayer, from mrfraggs
What exactly do you want to change ?
I must admit this is all quite complicated since there is different methods of skinning the player and the controls. Just tell me what you want to do and post the example code you already have so we'll have a point where to start.

Anodyne

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 21, 2010

Reply to: » » » » » » » » » Need help customizing FlowPlayer, from Anodyne
Awesome thanks for the help. I'm only trying to change the color really. Here's the code the generator on the website gave me.

canvas: {backgroundColor: "#6e6e6e"},

plugins: {
controls: {
progressGradient: 'medium',
volumeSliderColor: '#000000',
sliderGradient: 'none',
buttonOverColor: '#cfcfd8',
buttonColor: '#6e6e6e',
timeColor: '#ffffff',
timeBgColor: '#555555',
borderRadius: '0px',
backgroundGradient: [0.6,0.3,0,0,0],
bufferGradient: 'none',
sliderColor: '#6262bc',
durationColor: '#ffffff',
tooltipTextColor: '#ffffff',
progressColor: '#1b1aff',
volumeSliderGradient: 'none',
tooltipColor: '#5F747C',
backgroundColor: '#1c1c1c',
bufferColor: '#d9d9d9',
height: 24,
opacity: 1.0
}
}

twinlakeschurch

Posts: 1

Registered:
Mar 11, 2010

» » » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 24, 2010

Reply to: » » » » » » » » » » Need help customizing FlowPlayer, from mrfraggs
Paste that chunk into the HTML page you are using to display the player, and the exact spot where to stick it is in the script tags, just after the part that says:

clip {
url: 'yourfile'
},

Make sure there's a comma after that curly bracket. Does that help you at all?

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 25, 2010

Reply to: » » » » » » » » » » » Need help customizing FlowPlayer, from twinlakeschurch
Nope that didn't work :[ Maybe i put it in the wrong spot, but i tried a few places and each one didn't work. If anyone is available at any point on Skype, you can reach me there to help me much more easily. My skype name is mr_fraggs. Thanks a ton in advance.

Anodyne
Consciousness and awareness

Posts: 20

Registered:
Mar 6, 2010

» » » » » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 25, 2010

Reply to: » » » » » » » » » » » » Need help customizing FlowPlayer, from mrfraggs
I realized that people here on this forum, like on many other forums, are not very helpful. The thing is not as easy as some claim it to be. I for my part had problems to get it work on IE and found out myself.
I try to help you.
I give you an entire example how to post the code. Just change and add what you need. The pattern can be well understood like that. I just used white in all the color codes and some other examples for gradients.

<a href="/YourFolder/YourVideo.flv" style="display:block; width:500px; height:360px;" 
class="player"> </a>
<script language="JavaScript">
$f(".player", { src: '/YourFolder/flowplayer-3.1.5.swf', cachebusting: true }, 
{ clip: { autoPlay: false, autoBuffering: false}, 
plugins: { controls: {tooltips: {buttons: true}, 
tooltipColor: '#ffffff'}, { autoHide: 'always', 
hideDelay: 3000, backgroundColor: '#ffffff', 
bufferColor: '#ffffff', bufferGradient: 'low', 
buttonColor: '#ffffff', buttonOverColor: '#ffffff', 
sliderColor: '#ffffff', sliderGradient: [0.3, 0.0, 0.3], 
volumeSliderColor: '#ffffff', volumeSliderGradient: [0.3, 0.0, 0.3]}}, 
canvas: {backgroundColor: '#ffffff', 
backgroundGradient: [0.6, 0.0], border: '3px solid #ffffff'}
}); </script>
Make sure the paths to the files are correct and also try the entire paths instead of relative ones if it doesn't work.
Hope that helped.
Would appreciate a feedback and a link to the page where you got it to work.
Anodyne

mrfraggs

Posts: 9

Registered:
Mar 14, 2010

» » » » » » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 25, 2010

Reply to: » » » » » » » » » » » » » Need help customizing FlowPlayer, from Anodyne
Awesome dude, i think that did the trick! Thanks a ton! :D

Anodyne
Consciousness and awareness

Posts: 20

Registered:
Mar 6, 2010

» » » » » » » » » » » » » » » Need help customizing FlowPlayer

Posted: Mar 29, 2010

Reply to: » » » » » » » » » » » » » » Need help customizing FlowPlayer, from mrfraggs
Glad I could help, you're welcome.
Do you have a link where I can see the result ?

(btw., the changing of the colors of the tooltips doesn't work, dunno why...)

Anodyne