
Poster iamge on Video.
Hi everyone, i am new to jw community and hope that we'll rock.
anyway, i encountered a strange request, use poster on video streaming (exactly like it works with audio streaming) and that's because the company that stream will make the ability to stream audio in the future, until then i need to implement a poster on the video streaming, i can make the trick with html&css but i just curious if i can make it from the JS APi.
my code:
jwsetup = {
primary: 'flash',
image: $.cookie('imgUrl'),
width: '320',
height: '180',
skin: '/jwplayer/skins/abc.xml',
fallback: 'true',
autostart: 'true',
wmode: "opaque",
type: "hls",
ga: {
idstring: "title"
}
}