Uploading Audio Files

1. Download files to desktop (Save As)

2. Upload files to the File Browser via your Member Homepage. 

3. Go to previous meeting’s page and copy the HTML:

<p><span style="line-height: 1.2;">Listen to audio from the Banquet:</span></p>

<p>Awards:

<audio controls="true"><source src="Awards.mp3" type="audio/mpeg" /></audio>

<br />

Ovatio 1:

<audio controls="true"><source src="Ovatio 1.mp3" type="audio/mpeg" /></audio>

<br />

Ovatio 2:

<audio controls="true"><source src="Ovatio 2.mp3" type="audio/mpeg" /></audio>

<br />

Ovatio 3:

<audio controls="true"><source src="Ovatio 3.mp3" type="audio/mpeg" /></audio>

<br />

Presidential Address:

<audio controls="true"><source src="Presidential Address.mp3" type="audio/mpeg" /></audio>

<br />

Special Service Awards:

<audio controls="true"><source src="Special Service Awards.mp3" type="audio/mpeg" /></audio>

</p>

 

4. Go to the 2015 Meeting page and enter into HTML view.

 

5. Paste the copied HTML above.

 

6. Replace each of the source src with the address for the uploaded files.  For example, the Presidential Address changes from Presidential Address:

<audio controls="true"><source src="Presidential Address.mp3" type="audio/mpeg" /></audio> to

 Presidential Address: <audio controls="true"><source src="https://camws.org/sites/default/files/meeting2015/Presidential%20Address.MP3" type="audio/mpeg" /></audio>