I want to play a video after a few minutes, how to do it?
E
Eva
said
about 7 years ago
Hello,
As this is not directly related with the Wikitude SDK product but it is more of a feature you wish to add in your app, this is something that you need to define from your side on your part of the code. You will find a lot of information on how to start a video playing after some minutes using javascript.
Thanks
V
Visualfan2012
said
about 7 years ago
Hi,
in javascript, you can use a timeout function, example:
setTimeout(function() {
AR.logger.debug('now in timeout function, start the video in x milliseconds ');
? ?