I am having zshare embeded videos in my site,,, it is embeded as iframe,,,,,, there is a javascript pop-up after some seconds in my site,,,, but when peoples are viewing the video in full screen, java script won't get pop-up,,,,, can anyone please say how to fix this ???
I can't exactly read what you're saying, but I will say this could be of use to you: frame1.style.display="none"; This will make it disappear (although unless you pause the video with javascript or such, it will still be playing in the background)
i will explain in detail,,,,,, When peoples watching videos in my site, a javascript gateway will appear, it will prevent users from viewing the video,,,,, but when peoples watch the video in full screen, javascript gateway won't appear,,, now i want to make the javascript gateway to appear to peoples even they are watching the video in full screen,,,,,,,