Title: no audio load
Last modified: August 21, 2016

---

# no audio load

 *  Resolved [atomnet](https://wordpress.org/support/users/atomnet/)
 * (@atomnet)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-audio-load/)
 * Hello,
    i install the plugin but when click for insert audio nothing happens.
 * Regards
 * [http://wordpress.org/plugins/zedity/](http://wordpress.org/plugins/zedity/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [atomnet](https://wordpress.org/support/users/atomnet/)
 * (@atomnet)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-audio-load/#post-4505533)
 * Solved!
    another question can i load audio file from my server?
 *  Plugin Author [Zedity](https://wordpress.org/support/users/zuyoy/)
 * (@zuyoy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/no-audio-load/#post-4505540)
 * Hi atomnet,
 * Yes, it is possible to load audio from your server. As of the current version,
   you can do that by simply adding the following code into the HTML5 box:
 *     ```
       <audio controls>
         <source src="your_audio_file.ogg" type="audio/ogg">
         <source src="your_audio_file.mp3" type="audio/mpeg">
         Your browser does not support the audio tag.
       </audio>
       ```
   
 * where ‘your_audio_file.ogg’ and ‘your_audio_file.mp3’ are the audio files on 
   your server. The HTML5 box is currently available as a [Premium feature](http://zedity.com/plugin/wpfeatures/).
 * Please let us know for any further information. Thank you for using Zedity!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘no audio load’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zedity_65abc4.svg)
 * [Zedity - The Layout-Free Content Editor](https://wordpress.org/plugins/zedity/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zedity/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zedity/)
 * [Active Topics](https://wordpress.org/support/plugin/zedity/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zedity/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zedity/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Zedity](https://wordpress.org/support/users/zuyoy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/no-audio-load/#post-4505540)
 * Status: resolved