Documentation for javascript audio methods?

前端 未结 3 1606
误落风尘
误落风尘 2020-12-13 18:34

I\'ve searched and found many articles that discuss the common methods you can use in javascript to control HTML audio elements. However, I have not been able to find anywhe

3条回答
  •  無奈伤痛
    2020-12-13 18:58

    For Mozilla Firefox's implementation (Gecko), see the following in the Mozilla Development Center:

    • https://developer.mozilla.org/En/HTML/Element/Audio
    • https://developer.mozilla.org/en/DOM/HTMLAudioElement
    • https://developer.mozilla.org/en/Introducing_the_Audio_API_Extension

    For Internet Explorer 9 (currently beta), see the following at MSDN:

    • http://msdn.microsoft.com/en-us/library/ff975061.aspx

提交回复
热议问题