X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=templates%2FItemAddEmbedVideo.tpl;h=43d0e735b860a27026fc9bac766f3b9b3faad246;hb=46e1538c4e6375a1cc5b5a84c339777df1dc69a0;hp=4c2c7acf4be77bba44e97a9ca5d23e17ea2b6c7d;hpb=36f2679b2d8725e2125bd4b2893962d3bdf66da4;p=embedvideo%2F.git diff --git a/templates/ItemAddEmbedVideo.tpl b/templates/ItemAddEmbedVideo.tpl index 4c2c7ac..43d0e73 100644 --- a/templates/ItemAddEmbedVideo.tpl +++ b/templates/ItemAddEmbedVideo.tpl @@ -1,5 +1,5 @@ {* - * $Revision: 15342 $ + * $Revision: 1 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. @@ -7,7 +7,7 @@

- {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file. Supported video links: www.youtube.com, video.google.com, or links to any .flv files."} + {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file."}

{if empty($form.webPageUrls)} @@ -19,10 +19,27 @@

- Example URLs:
- http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en
- http://www.youtube.com/watch?v=xxxxxxxxxxx
- http://aaa.bbb.ccc/video.flv
+ Supported Video Sites:
+ YouTube: http://www.youtube.com/watch?v=xxxxxxxxxxx
+ YouTube: http://www.youtube.com/v/xxxxxxxxxxx
+ GoogleVideo: http://video.google.com/videoplay?docid=xxxxxxxxxxx
+ YahooVideo: http://video.yahoo.com/video/play?vid=xxxxxx
+ Metacafe: http://www.metacafe.com/watch/xxxxxx/xxxxxx
+ Revver: http://www.revver.com/watch/xxxxxx
+ Dailymotion: http://www.dailymotion.com/video/xxxxxxxxxxx
+ Divshare: http://www.divshare.com/download/xxxxxxxxx
+ Stickam: http://www.stickham.com/editMediaComment.do?method=load&mId=xxxxxxxxx
+ Myspace1: http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID=xxxxxxxx
+ Myspace2: http://myspacetv.com/index.cfm?fuseaction=vids.individual&videoid=xxxxxxxx
+ Generic: Any webpage with an '<object ... <embed ...' style video on its page
+
+ Supported File Types:
+ FlashVideo (.flv): http://aaa.bbb.ccc/video.flv
+ FlashVideo (.swf): http://aaa.bbb.ccc/video.swf
+ Mpeg4 with an external FLV players (.mp4): http://aaa.bbb.ccc/video.mp4
+
+ + Embed Video Module Help Page