Search found 5 matches

Go to advanced search

by Ser Bronn
Tue Jan 19, 2016 11:59 pm
Forum: Issues
Topic: Playing custom sound on page load does not work
Replies: 5
Views: 1010
 
Jump to post

Playing custom sound on page load does not work

Starts Module
(PlayTrack("files/resources/Beep_once.ogg");

by Ser Bronn
Tue Jan 19, 2016 9:41 pm
Forum: Issues
Topic: Playing custom sound on page load does not work
Replies: 5
Views: 1010
 
Jump to post

Playing custom sound on page load does not work

I followed this code(PlayTrack("files/resources/Beep_once.mp3"); to embed an offline sound into my app once a button is clicked. I used this posting below but it's not playing. https://blog.appery.io/2015/10/how-to... Any suggestions? The app is shared with support using a href="mailt...
by Ser Bronn
Tue Jan 19, 2016 6:44 am
Forum: Issues
Topic: stop countdown timer
Replies: 21
Views: 7488
 
Jump to post

stop countdown timer

Right now I have this on the start button: //It will fix two clicks on the button. clearInterval(window.countDownInterval); window.countDownInterval = setInterval(timer, 1000); //1000 will run it every 1 second function timer() { Appery("countdown").text(count); count=count-1; if(count < 0...
by Ser Bronn
Sat Jan 16, 2016 7:07 am
Forum: Issues
Topic: stop countdown timer
Replies: 21
Views: 7488
 
Jump to post

stop countdown timer

What line does that code go on?
This line? window.countDownInterval = setInterval(timer, 1000); //1000 will run it every 1 second

Replace it with counter.clearInterval()

by Ser Bronn
Thu Jan 14, 2016 8:34 pm
Forum: Issues
Topic: stop countdown timer
Replies: 21
Views: 7488
 
Jump to post

stop countdown timer

Do you have to setup a Server Code Script to get the above countdown timer code to work? I've tried every way without setting up a server code script but it won't work. ----------------- var count=10; //It will fix two clicks on the button. clearInterval(window.countDownInterval); window.countDownIn...

Go to advanced search