DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:flashplayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:flashplayer [2012-04-04 00:43] – [video not found] 168.215.227.195plugin:flashplayer [2022-01-13 01:01] (current) – Obsoleted, Flash is not more Klap-in
Line 1: Line 1:
-====== Plugin: FlashPlayer ======+====== FlashPlayer Plugin ======
  
 ---- plugin ---- ---- plugin ----
 description: A flash player that plays various media formats (based on the work of Sam Hall). description: A flash player that plays various media formats (based on the work of Sam Hall).
 author     : Arno Welzel author     : Arno Welzel
-email      : himself@arnowelzel.de+email      : privat@arnowelzel.de
 type       : syntax type       : syntax
-lastupdate : 2011-12-23 +lastupdate : 2012-05-11 
-compatible : 2006-11-06, 2008-05-05, 2009-02-14b, 2009-12-25c, 2010-11-07a, 2011-05-25+compatible : 2012-10-13, 2006-11-06, 2008-05-05, 2009-02-14b, 2009-12-25c, 2010-11-07a, 2011-05-25, 2012-01-25
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : flowplay, youtube, youtubev2, google_video, video +similar    : flowplay, youtube, video 
-tags       : media, images, video, music, flash, embed+tags       : !obsolete, media, images, video, music, flash, embed
  
-downloadurl: http://arnowelzel.de/download/flashplayer-20111223.zip+downloadurl: http://arnowelzel.de/download/flashplayer-20120511.zip
 ---- ----
  
Line 51: Line 51:
  
 University Climbing Groub [[http://klettern.uni-hohenheim.de/wiki/start]] University Climbing Groub [[http://klettern.uni-hohenheim.de/wiki/start]]
- 
-HD Webplayer: [[http://www.hdwebplayer.com|Flash video Player]] (Plugin) 
 ===== Acknowledgements ===== ===== Acknowledgements =====
  
Line 81: Line 79:
 </code> </code>
  
-Replace x and y with the height and width you would like, note that the slider is 20 pixels high, so if you want to display a movie that is 240 in height you would enter height=260.+Replace x and y with the height and width you would like, note that the slider is 24 pixels high, so if you want to display a movie that is 240 in height you would enter height=264.
  
 Replace [[http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options#playlistprop|flashvars]] with the variables defined in the documentation for the player. This can be found at:\\ Replace [[http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options#playlistprop|flashvars]] with the variables defined in the documentation for the player. This can be found at:\\
Line 202: Line 200:
 > //Arno// > //Arno//
 >> >>
->> I have tried this and I get the following error "Task Queue failed at step 5: Playlist could not be loaded due to crossdomain policy restrictions." I tried adding a crossdomain.xml file to my server root, but I still get the same error. The file is 'file=/wiki/lib/exe/fetch.php?media=wiki:plugins:barsandtone.flv'+>> I have tried this and I get the following error "Task Queue failed at step 5: Playlist could not be loaded due to crossdomain policy restrictions." The file is 'file=/wiki/lib/exe/fetch.php?media=wiki:plugins:barsandtone.flv'. Everything works fine when I reference an external FLV (e.g. http://www.mediacollege.com/video-gallery/testclips/barsandtone.flv). I also tried adding a crossdomain.xml file to my server root, but I still get the same error.  
 +>>
 >> //Shawn// >> //Shawn//
  
 +:!::!::!:
 +>>> This plugin is broken. I invested long time and tried all the methods, from giving the path like "fetch.php?media=" over "url rewriting" to localhost path. Bottom line is, Dokuwiki has no support for embedded videos, neither out of the box (like "''%%{{:playground:sanddock_licensing_proxysetting.jpg?direct|}}%%''") nor with plugins. This is sad but true.
 +:!::!::!:
 +
 +>>>> DokuWiki supports videos out of the box (see [[wiki:syntax#supported media formats]]). What kind of video were you trying to embed and which browser were you using? --- [[user>ach|Anika Henke]] //2015-01-21 01:27//
 ===== video does not start ===== ===== video does not start =====
  
Line 258: Line 262:
 I hope this post helps someone else and thanks to everyone for all the inspirational effort that's been put into dokuwiki including great plugins like this one! I hope this post helps someone else and thanks to everyone for all the inspirational effort that's been put into dokuwiki including great plugins like this one!
  
 +> Hello, I am new to dokuwiki. I had the same or a similar problem as above (either the file was not found, or there was a problem of access restriction), I solved with an alternative solution given in : https://forum.dokuwiki.org/post/24927. I changed both .htaccess and .htaccess.dist in /usr/share/dokuwiki/ to allow access to the files and it works.  However, I don't know if doing this may have any other collateral problem (e.g. security). Does any one know which is the good way of solving this problem ?
  
 ===== How to make it work in localhost ===== ===== How to make it work in localhost =====
Line 270: Line 275:
  
 We notice here that my file is inside the _media folder that is himself in the DokuWiki folder ;) We notice here that my file is inside the _media folder that is himself in the DokuWiki folder ;)
 +
 +===== Problem with position parameter =====
 +
 +The readme file mentions a parameter position="0|1|2" to be used like width or height.
 +<code>
 +<flashplayer width=x height=y position=p>flashvars</flashplayer>
 +</code>
 +
 +This parameter has no effect on my wiki (using Angua version).
 +
 +Any help ?
 +
 + --- //[[adrien.todeschini@gmail.com|Adrien]] 2012-05-10 17:40//
 +
 +Please update to the latest version (2012-05-11 or newer), where positioning should work now.
 +
 +--- //[[privat@arnowelzel.de|Arno]] 2012-05-11 08:39//
 +
 +===== Problems with Controls =====
 +
 +It plays, but pause and stop doesn't work.
 +
 +<code><flashplayer width=400 height=300 position=1>file=http://help.versesolutions.com/dev/wiki/movies/PortalOverview.swf</flashplayer></code>
 +
 +What can I do?
plugin/flashplayer.1333493030.txt.gz · Last modified: 2012-04-04 00:43 by 168.215.227.195

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki