Embedding Audio and Video: Difference between revisions

From HAA Best Practices Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 4: Line 4:
#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.
#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: [http://www.joomlaworks.gr/content/view/35/41/ AllVideos]
Additional documentation, including the tags for other files can be found at: [http://www.joomlaworks.net/docs/allvideos AllVideos]


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


[[Master Template for Class Web Sites|Return to main Master Template page]]
[[Master Template for Class Web Sites|Return to main Master Template page]]

Latest revision as of 14:25, 2 April 2013

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