JayLo13
Forum Replies Created
-
No, not as a shortcode. How can I use it as Java?
I’m adding the player via shortcode, and I was able to start/stop on video clicking by using this code as Java:
jwplayer().onDisplayClick(function() { jwplayer().play(); });Is there any way to format the code the same way, because it is easier for me to set it up as Java.
That one didn’t worked. Can the notation be different? Because I couldn’t find any example like that.
Hi,
I’m not using it in the shortcode. I’m trying to add it as JavaScript.
What’s the Java code for that differentiation?
Hi,
The site is:
http://internetzengini.com/deneme/I’m using autostart with no controls. I’ve added this code to JS:
jwplayer().onDisplayClick(function() { jwplayer().play(); });And it works perfectly fine for start and stop on clicking video.
I use this one for differentiating the images:
jwplayer.utils.isMobile()?”http://internetzengini.com/wp-content/uploads/2015/02/mobileimage.png”:”http://internetzengini.com/wp-content/uploads/2015/02/desktopimage.png”;
But it’s not working.
Hi,
Can you help on its jawa form please.
I’ve tried to use:
<script>
jwplayer.utils.isMobile()?”images//wp-content/uploads/2015/01/Videoimage.png”:”images//wp-content/uploads/2015/01/Videoimage.png”;
</script>But it isn’t working.
How can I add it as script?
Thanks a lot.
Hi,
In the html code, I was using:
image: (jwplayer.utils.isMobile()?”images/girism.jpg”:”images/girisd.jpg”)
to differentiate the images between mobile and desktop.Is this code still legit and usable?
Can we use it with short-code as well?
Thanks a lot for your answer.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] The start/stop on video click not workingI’ve solved it using this code. Thanks a lot.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] The start/stop on video click not workingI think I’ve found the reason of this problem:
Because video start/stop by clicking the video doesn’t working in this new update, if you hide the controls, since clicking on the video doesn’t start the video, then it stays black like that.
When you hide the controls, and set the auto start false, then simply you cannot play the video either in copmuters or in mobile devices.
I guess there was a logical reason why the start/stop on clicking option was working in the old updates. I think that should be reactivated.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] The start/stop on video click not workingI’ve tried to remove the rtmp link and use only html5 as source.
It opens fine in computers, but the video doesn’t play in mobile devices.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] The start/stop on video click not workingForum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] The start/stop on video click not workingAnother problem that I’ve found is that, the new version doesn’t show the video in mobile format in the latest version.
In version 2.1.1, it works perfectly fine with the above shortcode for mobile devices. But the mp4 video is not served for mobiles in the new update.
Is there any notation change in the new version or a bug?
Forum: Themes and Templates
In reply to: Changing image on mouse over not working. Please Help!Thanks A LOT alchymyth!