Search found 23 matches

Go to advanced search

by Danny Nguyen
Thu Jul 10, 2014 3:55 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Katya,

I solved my problem using cross domain server code and added HTML box on apperry to call javascript.

Thanks.

Now. I have another problem which I will create a new topic. The swipe is delayed on my phone.

by Danny Nguyen
Tue Jul 08, 2014 6:17 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Hi Katya,

I added the following code in my php (http://www.hosannacc.org/hyvongradio/...) on the server.

header("Access-Control-Allow-Origin: * ");

It does not work.

by Danny Nguyen
Mon Jul 07, 2014 1:53 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Hi Katya, I added the following codes in JavaScript implementation. I also used "Automatically Create from Sample Response" for artist, title, album_art... etc. I've mapped the response. I invoked the service on the page load. However, it did not show the content on the startpage. I have e...
by Danny Nguyen
Sun Jul 06, 2014 3:07 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Hi Kaya,

Thanks for getting back to me.

Where is the "service realization" ? where do I enter those codes?

Thanks.

Regards,

by Danny Nguyen
Thu Jul 03, 2014 9:39 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

I'm not sure where "service realization" is ? is it in here "Custom Implementation" ? https://sslproxy.getsatisfaction.com/sslproxy/SWhAdDNLMG5zdGFuVGlWem5UiNrkvqa92DCYtl3-RvtXWu6EZ-hsYE2bg_kBBLdK1CQpbEvHS2NEpfTbA2qZrKL_kw4HLV8YmJYa4DaCnkjqcZCnOMYy9EM8MsY-wulDA0m_q2hK6hHKEjfBOjX4...
by Danny Nguyen
Thu Jul 03, 2014 8:03 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Hi Katya,

So I don't have to use RESTservice? If not,

where do I place these codes under ?

Thanks,

by Danny Nguyen
Thu Jul 03, 2014 4:21 pm
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

Hi katya - I have tried with the Audio compoent. It stop, whenever I invoke the service. I need to refresh/reload the song detail every 20 seconds, so I use restservice_radio_startpage. I could not find any other way to get the song details. If you have other way, please let me know. Thanks. Regards,
by Danny Nguyen
Thu Jul 03, 2014 5:22 am
Forum: Issues
Topic: audio stopped when invoke RESTservice
Replies: 15
Views: 2070
 
Jump to post

audio stopped when invoke RESTservice

I have created a RESTservice to obtain data from JSON for songs details (e.g. artist, title, album_image, etc) I added this code to retrieve data every 20s. setTimeout(function() { [i]//location.reload(); ----- I have tried this code but it does not work[/i] restservice_radio_startpage.execute({}); ...
by Danny Nguyen
Wed Jul 02, 2014 6:41 pm
Forum: Issues
Topic: Populating an image URL from a REST service
Replies: 22
Views: 4552
 
Jump to post

Populating an image URL from a REST service

Hi Katya, I thought it was working, but now it does not work anymore. My app is an internet radio. It streaming the music when click on play button. But when I use the following serviceIntanceName.execute({}); to update music information every 20 sec. When the script run, music stop playing and I ha...
by Danny Nguyen
Tue Jul 01, 2014 3:27 pm
Forum: Issues
Topic: Populating an image URL from a REST service
Replies: 22
Views: 4552
 
Jump to post

Populating an image URL from a REST service

Katya - Thanks again, I found a post from your team:

serviceIntanceName.execute({});

Thank you so much for your help.

Regards,

Go to advanced search