Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

No luck customizing skin


I'm having a heck of a time trying to customize the skin. I don't seem to be connecting to the .xml skin file at all.
I've included a link to the correct file. All the files are in the correct place but when I change attributes, nothing changes. It is a multiple playlist.

}],
width: '100%',
aspectratio: '12:6',
listbar: {
position: "right",
size: '20%',
skin: 'http://www.screenweaver.com.au/test/six.xml'


}
});
</script>


See test page: http://www.screenweaver.com.au/test/six.xml

The xml file is is in the same root folder as the test.html file. Other folders are also present- playlist, tooltip, display, dock,control bar

3 Community Answers

JW Player

User  
0 rated :

I just set up a few more tests.
Test 3 works but it has no playlist and uses the .xml 5 player (notice the lime green titles on the control bar)
http://www.screenweaver.com.au/test2/test3.html

Test 2 doesn't work even though it is using .xml 5 player and has a playlist http://www.screenweaver.com.au/test2/test2.html

This might indicate that it is the code linking to the xml file on the playllist version

JW Player

User  
0 rated :

Finally got it! Just had to move the darn coding around until it worked. It really sucks not being a coder.
}],
width: '100%',
skin: 'http://www.screenweaver.com.au/test2/six.xml',
aspectratio: '12:6',
listbar: {
position: "right",
size: '20%'



}
});
</script>

Ethan Feldman

JW Player Support Agent  
0 rated :

Glad you got it!

This question has received the maximum number of answers.