Joined: Tue Jun 30, 2009 4:45 am Posts: 54
|
|
Hi,
Skin dropbox could not get the values from the skin directory. If you want to display you should edit the coding.
Root --> Administrator --> Components --> com_hdflvplayer --> views --> playersettings --> tmpl -->playersettinglayout.php
Find the below line and add your skin in the select option
<select name="skin"> <option value="skin_black.swf" id="skin_black.swf">skin_black.swf</option> <option value="skin_white.swf" id="skin_white.swf">skin_white.swf</option>
Thanks
|
|