Embedding Audio and Video

From HAA Best Practices Wiki
Revision as of 14:25, 2 April 2013 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

You can embed audio and/or video in your pages by using the AllVideos plugin, which is installed in your template. To embed an mp3 file, for example, you would take the following steps:

  1. Upload the file myaudio.mp3, say, to the directory ./images/stories/audio. (You can do this with an ftp client such as FileZilla. If you need help, contact Bill Bean at 617-864-6813 or bill@spillthebeans.org.)
  2. Add the following code to your article at the point where you want the audio or video player to appear: {mp3}myaudio{/mp3}. Note that you do not need the extension in the file name.

Additional documentation, including the tags for other files can be found at: AllVideos

You can set parameters (such as size, autoplay, etc.) at Joomla->Extensions->Plugin Manager->AllVideos.

Return to main Master Template page