|
If anybody would like to chg the default green color of the progressbar and the volume indicator for the .flv player then search for 0x557722 in the .js.
In yr site simply replace it:
<script type="text/javascript">
Shadowbox.init({
flashVars: {
lightcolor: '0xC0D5FF'
}
});
</script> Hope it helps someone. It took me some time to find out.
My current question now:
Is there any idea for me how to include another skin?
I have a .zip file, which contains an .xml file, collecting all assests from a couple of sub-folders.
How-to? (An example would be great!)
I tried all variations I found in the forum, w/o success. I unzipped and assigned the xml file and also tried it only with the .zip file.
Thks
|