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

How to show share link after complete video?


We have a Pro version
How to show share link after complete video?
For browsers with support html5 work this:
jwplayer("...").setup({...}).onComplete(function(e){
var s = $("#detail_video_sharing")
if(s.length == 1)
s.css({"opacity":"1", "visibility":"visible"})
});
, but it not working for flash :(

how can we do it?
test page, for example: http://e-oo.ru/products/1124

2 Community Answers

Todd

JW Player Support Agent  
0 rated :

The Sharing overlay is part of the Flash .swf, so there is no way to interact with it because it is all self-contained. Perhaps you could create your own overlay with CSS and display it similar to how you have done with detail_video_sharing? If I remember correctly, you will need to add your overlay to a wrapper around the Flash div.

Hope this helps,
Todd

plokhoy

User  
0 rated :

thanks,

I had thought of doing that, thought you may not have found the standard method in sharing plugin

best regards

This question has received the maximum number of answers.