0

如果我的网络应用程序不是单页应用程序,我如何使用音频播放器构建音频流,在分页时继续播放。

4

1 回答 1

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
于 2016-09-15T19:36:53.513 回答