Hi Pat,
The current version doesn't have support for skins built in, but it can be added. To do so, you would have to search for wherever the embed code appears (it's in many places) and add the skin variable, which is quite cumbersome.
But may be we can cheat by piggybacking on the logo variable. I haven't tested this (I'm on the road) but I don't see why it shouldn't work.
So, open the file "com_videoflow/videoflow.php". Near the top, there should be a line that reads as follows:
| Code: |
$logo = $mosConfig_live_site.'/components/com_videoflow/player/logo.png';
|
Change it to:
| Code: |
$logo = $mosConfig_live_site.'/components/com_videoflow/player/logo.png&skin='.$mosConfig_live_site.'/components/com_videoflow/player/myskin.swf';
|
Of course, you should add your skin file to the player directory.
If it doesn't work, let me know so that I can indicate to you all the proper places to add the skin variable, the cumbersome way.
Fideri