Embedding Audio and Video: Difference between revisions

From HAA Best Practices Wiki
Jump to navigationJump to search
(Created page with '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 followin…')
 
No edit summary
Line 1: Line 1:
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:
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:


#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.)
#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.)
 
#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.



Revision as of 16:34, 4 November 2009

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