I have enjoyed LibreOffice Writer very much but here is a problem that I have encountered that I hope you can help me with.

Dear Sir or Ms.,

My name is Dennis Regan and I have enjoyed LibreOffice Writer very much but here is a problem that I have encountered that I hope you can help me with. I am attempting to insert an audio file into a document so that when I save that doc as an HTML document I would like the audio file to play while a reader is viewing the HTML document.

So far I have tried to insert all of the audio file formats that I can think of and all that I get when I try to insert them is that they ARE NOT SUPPORTED.

CAN YOU PLEASE TELL ME WHAT AUDIO FILES ARE SUPPORTED BY LibreOffice Writer.

I thank you in advance for your assistance.

Very truly yours,

Dennis Regan
DPRegan54@gmail.com

The "not supported" issue is a HTML/Javascript based one. There is a specific HTML/Javascript tag/option that uses Audio files -- Embed, bgsound, and other specific tags/scripting.

You may have to edit the file in a "view source" option to add the needed script to embed a background sound or one with the needed audio controls.

You might want to look at places like these for more information about the audio scripting options.

http://stackoverflow.com/questions/11079222/embed-mp3-file-into-html-that-works-across-browsers

https://www.hscripts.com/tutorials/html/audio.php

http://stackoverflow.com/questions/10041723/how-to-embed-audio-within-a-website [ HTML 5 specific?]

Also see http://www.w3schools.com/html/html5_audio.asp*

You need to delete the "*" after "_audio.aps" or it come up as Page Not Found.

That page "states" that MP3 seems the best audio type for cross-platform [browser] usage.

If your audio file is not in that format, there are free audio converters for Windows and should be one of two in Linux [but have not looked for Linux since I have one on my Win7 laptop].

This sample for that page with some other text from that page.
Having the audio controls is helpful for those who do not want to listen to the embeded audio.