
NewTubeDark Skin Update
Hello Everyone. Here is the skin update for NewTubeDark
Get it here. Ethan said so. :)
http://secure.longtailvideo.com/files/skins/newtubedark/5/newtubedark.zip
Hello Everyone. Here is the skin update for NewTubeDark
Get it here. Ethan said so. :)
http://secure.longtailvideo.com/files/skins/newtubedark/5/newtubedark.zip
:)
any idea why this isn't working while embedding a rtmp stream?
from the setup-wizard tool:
bc.. <script type='text/javascript' src='jwplayer.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player.swf',
'file': 'bunny.flv',
'skin': 'http://secure.longtailvideo.com/files/skins/newtubedark/5/newtubedark.zip',
'streamer': 'rtmp://edge01.fms.dutchview.nl/botr',
'controlbar': 'bottom',
'width': '470',
'height': '290'
});
</script>
thanks!
I have further investigated, for some reasons if I set:
bc.. <script type='text/javascript' src='http://mysite/jwplayer.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'http://mysite/player.swf',
'file': 'myfile.flv',
'skin': 'http://www.longtailvideo.com/files/skins/newtubedark/5/newtubedark.zip',
'streamer': 'rtmp://mystream/',
'stretching': 'fill',
'controlbar': 'bottom',
'width': '400',
'height': '300',
'plugins': {
'timeslidertooltipplugin-3': { 'displayhours':true }
}
});
</script>
this does not work, the skin doesn't load.
if I just change this line, keeping al the rest the same:
bc.. 'flashplayer': 'http://player.longtailvideo.com/player.swf',
Then it works properly. I've checked dozen of times and version of the player is the same (5.10.2295).
Any ideas? this is getting quite mysterious...
solved.
for the records: with everything on the same server
'jwplayer.js', 'player.swf', 'skin.zip', it looks it's working.
Glad you got it.
Glad it works for you. Hopefully when JW6 Beta comes out, I will update the skin again for that version (if JW6 is different that is)
We will have it released soon.
The skin has been updated, please re-download the file below
http://secure.longtailvideo.com/files/skins/newtubedark/5/newtubedark.zip
here is the new design look
http://img507.imageshack.us/img507/332/newtubedarkdesignsample.jpg
Looks good :)
but for some reason I cant get it to work in HTML5 mode. it displays default skin instead.
Can I see a link?