Uninterrupted background music on website

后端 未结 7 1893
自闭症患者
自闭症患者 2020-12-03 22:44

I was making a website for a music band, and i was wondering the best way to play background music on the website without interrupting the flow of the music (even for a spli

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 23:23

    As was said, to do that you have to prevent your website from relaoding.

    An option to achieve this might be to use asynchronous requests to modify your website content without reloading the whole page, that's basically what Ajax is about.

    That being said, I sort of agree with Alex here : dont' play music.

提交回复
热议问题