User Login

             | 

VideoFlow List

RANDOM MEDIA

Facebook Fans

VideoFlow on Facebook
Fidsoft
Welcome, Guest
Please Login or Register.    Lost Password?
JW Player Skins Installation
(1 viewing) 1 Guest
Go to bottom
TOPIC: JW Player Skins Installation
#249
patco (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
JW Player Skins Installation 8 Months, 2 Weeks ago Karma: 0  
Hi thanks for this great application.

I have installed it and its all working. But I find the default players quite basic. So I have purchased a custom skin (.swf skin) for the jw player. My problem is that I don't know how to install the skin with videoflow. There are some tutorials that shows you how (see www.nci.tafensw.edu.au/_video/jwplayer-i...entskins-readme.html and www.longtailvideo.com/AddOns/implementing_skins.html ).

I need to add a variable in the player's embeded code to make it work but where is the player's embeded code in in videoflow within joomla?

Thanks for your help.


Pat
 
Logged Logged  
  The administrator has disabled public write access.
#250
Fideri (Admin)
Admin
Posts: 279
graph
User Offline Click here to see the profile of this user
Re:JW Player Skins Installation 8 Months, 2 Weeks ago Karma: 7  
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
 
Logged Logged  
 
Last Edit: 2009/12/25 11:11 By Fideri.
  The administrator has disabled public write access.
#251
patco (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:JW Player Skins Installation 8 Months, 2 Weeks ago Karma: 0  
Thanks so much Fideri! You have saved me hours of search and hardwork. This little code you gave me worked fantastically.

I am still interested in knowing all the other places to add skin variables. I am also interested in knowing how to change the positions of the info boxes e.g. remote, playlits, select etc... I am thinking that it is in the .css file.

Thanks again a million times for your help.

regards

Pat
 
Logged Logged  
  The administrator has disabled public write access.
Go to top