Active
Project:
Flowplayer API
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 06:47 UTC
Updated:
19 Jan 2012 at 05:21 UTC
I am using flowplayer with cck videofield to generate simple video slideshow with views slideshow. works good but I would like use the Modern transparent skin or at least figure out how to begin to theme the controlbar variables not available in settings. but i simply can't figure out how to get started with configuration scripts. Tried overwriting flowplayer.module theme_flowplayer() function and also tried adding a theme('flowplayer') function in theme_preprocess_node template function. Then spent the better part of a day reading posts and failing to get anywhere. Can someone please get me started with a few lines of code that does anything and tell me where to put it. Thank you!
Comments
Comment #1
parkerjdru commentedhere is the site: http://openarch.com/task/1870
the 8th slide is the video
so lets say i want to change background color of timer.
should i be thinking:
1. overwrite flowplayer.module theme_flowplayer() function
2. add theme('flowplayer') function to template preprocess function
3. or something else
thanks