preloading audio files

前端 未结 3 1512
日久生厌
日久生厌 2021-01-03 08:21

I want to preload audio files in my website. I am using the following code in html page.



        
3条回答
  •  庸人自扰
    2021-01-03 08:52

    For the HTML5 audio tag the auto play is a boolean value:

    
    

    As for the swf files you should check that the autoplay attribute is not set hardcoded in each of this files.

提交回复
热议问题