Forum Replies Created
-
-
6 years ago in reply to: html5: Video file not found
Hi,
Yea it only appears to happen using the combination of Chrome and Windows 10 for some reason. With the video checker the only warning is about the video not being linked using HTTPS, but I get the same warning using Win10+Firefox/Edge and it’s working fine there
6 years ago in reply to: html5: Video file not foundI’m not sure where to enable video preloading so if it’s off by default then I don’t think so.
Here’s the info:
( System Info removed )
8 years ago in reply to: Transparent canvas/controlbar?8 years ago in reply to: Transparent canvas/controlbar?Thank you so much, it works great! It does however seem to overwrite everything else I configured in the player skin settings itself, is there anything I can do about that?
8 years ago in reply to: Transparent canvas/controlbar?Thank you for the reply.
I would like to have the control bar transparent, because I think it looks much neater than a solid one.
8 years ago in reply to: Popunders break the player on mobileHello, just wanted to say that the issue has been more or less solved. I was in contact with one of the ad companies that served pop ads about this issue as well, and they made their code work in a way so that it doesn’t trigger when someone hits the play button, and that solved it.
Thanks for the help!
8 years ago in reply to: Popunders break the player on mobile8 years ago in reply to: Popunders break the player on mobile>Is there any code which detect the user coming back to the browser tab and playing the video then?
I’ve no idea, my code knowledge is very limited.
The thing is this happens with all popunder codes I’ve tried, from multiple different ad companies, and as far as I know they support mobile. It works fine with JWPlayer and some others I’ve tried, but they come with their own problems and I just really like FV Player so far. I’m currently in contact with an ad company about this issue as well, to see if they can do something about it with their code.
Would giving you admin access so you can poke around a bit help at all? Like I said my code knowledge is very limited.
8 years ago in reply to: Popunders break the player on mobileIt’s active on this post right now http://….com/majuu-jouka-shoujo-utea-episode-03-english-subbed/
8 years ago in reply to: Popunders break the player on mobilehttp://…/majuu-jouka-shoujo-utea-episode-03-raw/
And here are some examples of popunder codes that cause this problem:
AdMaven:
<script data-cfasync="false" src="//d3prygw1dnamj9.cloudfront.net/?gyrpd=652119"></script>
PopAds:
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
var _pop = _pop || [];
_pop.push(['siteId', 832736]);
_pop.push(['minBid', 0]);
_pop.push(['popundersPerIP', 0]);
_pop.push(['delayBetween', 0]);
_pop.push(['default', false]);
_pop.push(['defaultPerDay', 0]);
_pop.push(['topmostLayer', false]);
(function() {
var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true;
var s = document.getElementsByTagName('script')[0];
pa.src = '//c1.popads.net/pop.js';
pa.onerror = function() {
var sa = document.createElement('script'); sa.type = 'text/javascript'; sa.async = true;
sa.src = '//c2.popads.net/pop.js';
s.parentNode.insertBefore(sa, s);
};
s.parentNode.insertBefore(pa, s);
})();
/*]]>/* */
</script>Currently have the popads code active so it’s easier to test, guaranteed to happen with that one.
8 years ago in reply to: Popunders break the player on mobile