If my web app is not single page app, how can I build an audio streaming with audio player which continue playing while paginating.
Asked
Active
Viewed 63 times
0
-
1You need to convert it to a single page app... or use (i)frames. – Jun 17 '16 at 09:09
1 Answers
0
You can :
- use javascript for reloading other part of your web app (it's not only for single web app page)
- use system like symfony for rending part of the page with single controller without reload all. (Ok this solution is based on AJAX call)
- use iframe
- use iframe with other domain

miltone
- 4,416
- 11
- 42
- 76