Search found 2 matches

Go to advanced search

by Rom
Wed Jun 18, 2014 5:16 pm
Forum: Issues
Topic: Playing Remote MP3 File
Replies: 1
Views: 76
 
Jump to post

Playing Remote MP3 File

Hello, I'm having some difficulty playing remote MP3 file. The URL of remote MP3 file is stored in a variable called "songDirectLink" and I've linked it with CLICK event so that every time list item is clicked, new song loads in the audio player. I'm using the below code: var url = localSt...
by Rom
Wed Jun 18, 2014 3:30 pm
Forum: Issues
Topic: How do I add audio to a button?
Replies: 3
Views: 131
 
Jump to post

How do I add audio to a button?

Thanks Katya, I had a similar question and your answer did help me to some extent. Could you please also brief how can I access a stored variable and play using a URL stored in variable? I'm using the below code: var url = localStorage.getItem("songDirectLink"); alert(url); Appery("au...

Go to advanced search