-
AuthorPosts
-
August 10, 2015 at 10:39 pm #355600
antispongeParticipantHi, Good day, I was working on a video slider with text animations, that needs to utilize the revolution api to handle events, what I wan’t to achieve is have the video fully buffered before I trigger the slider animation, here’s an example of my code snippet:
//where as let’s say RevoApi is my api
RevoApi.bind('revolution.slide.onloaded', function(){ RevoApi.revpause(); //not triggering video.onprogress = function(){ if( (video.buffered.start(0) == 0) && (video.buffered.end(0) - video.buffered.start(0) > 10) ){ RevoApi.revresume(); //not happening } } });It’s returning me an error: Uncaught TypeError: Cannot read property ‘bind’ of undefined where I suspect RevoApi is not existing, which I recon it should be available in global scope, I’ve already check my settings and ‘am certain that I’m using the correct api name, is this somehow connected to the API licensing?
I appreciate any response coming from you guys, thanks, have a good day.
Cheers,
JerricAugust 10, 2015 at 11:29 pm #355642
antispongeParticipantAnyone from the support team?
August 10, 2015 at 11:56 pm #355664
FriechModeratorHi Jerric,
Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-355600 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
