<img src="https://secure.lote1otto.com/156577.png" alt="" style="display:none;">
Skip to content
English
  • There are no suggestions because the search field is empty.

Mobile App Considerations: Adding Audio

Adding Audio:

Inserting an audio file in your content will cause the iCourse Editor to automatically create an HTML code that will be embedded into the page when it is viewed. Modify the embedded code to configure the desired look and behaviour of the audio file.

1. Under the Content tab in the iCourse Editor, click the Insert/ edit media button in the toolbar to:

a) Add your desired audio file in the Source field under the General tab.

b) Access the embedded code by clicking on the Embed tab.

Note: Video files are managed in this same area.

audio1

Check for the following in the HTML code under the Embed tab.

2. If there is an id= element, as seen in the highlighted text below, remove it.  It is only used for older, flash-based audio playback. 

audio2

3 .If there is an Autoplay element, the file will automatically play if on a desktop device. However, on mobile devices, autoplay is typically ignored by the device as it can drain data. To ensure minimal risk of data drain on mobile, you can remove the autoplay element altogether.