
Positioning Control Bar Elements with Skin XML for JWPlayer 6
sample page: http://www.soundstrue.com/player/jwplayer6/
I am building a skin for the JWPlayer 6 and I am having some trouble with element display. Here are my issues:
1) I would like to change the order in which control bar elements appear. As you can see in my XML (http://www.soundstrue.com/player/jwplayer6/skin/player6.xml) I have defined the 'fullscreen' elements first, yet the 'fullscreen' button is still appearing on the far-right side of the control bar in the player. In v5, the order of elements in the xml defined them in the view. Is this no longer the case? Also, I cannot find any relevant information about this in the v6 documentation.
2) Can I add extra elements? I would like to put a number of extra dividers in to the control bar to extend the gap between only some elements. Is this possible?
3) Is it possible to define the width of the 'elapsed' and 'duration' elements?
Thanks you in advance for any help.