Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Installation

After you download the zip file, use the Joomla! 1.5 installer by navigating to Extensions >> Install/Uninstall
and then choose to upload the zip file.

You also need to enable the plugin, so navigate to Extensions >> Plugin Manager, locate "AllVideos (by
JoomlaWorks)" and choose to enable it. To set the various parameters of the plugin, just click on its name to
access it's parameters page.

Upgrading

Follow the same procedure as above.

Custom options per video

Easy, descriptive syntax for media embedding. Use: {format/provider}filename{/format/provider}


You can also use syntax like: {format/provider}filename|width|height|autoplay{/format/provider}
For example, an "autoplaying" YouTube video of 600x450 dimensions would be displayed adding this to a
content item: {youtube}he73js822|600|450|1{/youtube}

MVC Templating

AllVideos uses MVC templating. Just copy the /tmpl folder included in the plugin, move it to your template's
/html folder and rename it to "jw_allvideos", then style the output as you wish. The good thing about MVC
templating is you don't have to worry about future updates breaking your styling.

Available tags in AllVideos


Below are two tables describing what audio/video formats and video providers are supported by AllVideos.

In the audio/video formats table you can see the type, paths and what Joomla! tag to enter within your content
items/articles. Please note that if for example you divide your video/audio folder into subfolders, then you need to
specify the folder upper than the master video/audio folder, that means if your video exists in
images/stories/videos/summer/trip_to_paris.flv and your master video/audio folder is master video/audio folder,
you would enter {flv}summer/trip_to_paris{/flv}. Same goes for every format.

Audio/V Audio/Video
ideo folder set in Actual file path AllVideos tag to enter in Joomla!
Format params
images/storie
FLV images/stories/videos/nadasurf.flv {flv}nadasurf{/flv}
s/videos
FLV
hosted
http://www.filehosting.com/nadasu {flvremote}http://www.filehosting.com/nadasurf.flv{/flv
on -
rf.flv remote}
remote
server
images/storie images/stories/audio/pixies_bone
MP3 {mp3}pixies_bonemachine{/mp3}
s/audio machine.mp3
MP3 - http://www.filehosting.com/pixies_ {mp3remote}http://www.filehosting.com/pixies_bone
hosted bonemachine.mp3 machine.mp3{/mp3remote}
on
remote
server
SWF images/storie images/stories/videos/presentation
{swf}presentation{/swf}
(flash) s/videos .swf
SWF
(flash)
hosted http://www.filehosting.com/present {swfremote}http://www.filehosting.com/presentation.s
-
on ation.swf wf{/swfremote}
remote
server
WMV
(Windo
images/storie images/stories/videos/nadasurf.w
ws {wmv}nadasurf{/wmv}
s/videos mv
Media
Video)
WMV
(Windo
ws
Media http://www.filehosting.com/nadasu {wmvremote}http://www.filehosting.com/nadasurf.wm
-
Video) rf.wmv v{/wmvremote}
hosted
on
remote
server
WMA
(Windo
images/storie images/stories/audio/pixies_bone
ws {wma}pixies_bonemachine{/wma}
s/audio machine.wma
Media
Audio)
WMA
(Windo
ws
Media
http://www.filehosting.com/pixies_ {wmaremote}http://www.filehosting.com/pixies_bone
Audio) -
bonemachine.wma machine.wma{/wmaremote}
hosted
on
remote
server
MOV
(Quickti images/storie images/stories/videos/nadasurf.mo
{mov}nadasurf{/mov}
me s/videos v
Video)
MOV
(Quickti
me http://www.filehosting.com/nadasu {movremote}http://www.filehosting.com/nadasurf.mo
-
Video) rf.mov v{/movremote}
hosted
on
remote
server
MP4
images/storie images/stories/videos/nadasurf.mp
(H.264 {mp4}nadasurf{/mp4}
s/videos 4
Video)
MP4
(H.264
Video)
http://www.filehosting.com/nadasu {mp4remote}http://www.filehosting.com/nadasurf.mp
hosted -
rf.mp4 4{/mp4remote}
on
remote
server
3GP images/storie images/stories/videos/nadasurf_m
{3gp}nadasurf{/3gp}
Video s/videos obile.3gp
3GP
Video
hosted http://www.filehosting.com/nadasu {3gpremote}http://www.filehosting.com/nadasurf_mo
-
on rf_mobile.3gp bile.3gp{/3gpremote}
remote
server
DivX images/storie images/stories/videos/nadasurf.div
{divx}nadasurf{/divx}
Video s/videos x
DivX http://www.filehosting.com/nadasu {divxremote}http://www.filehosting.com/nadasurf.divx
-
Video rf.divx {/divxremote}
hosted
on
remote
server

You might also like