DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:flowplay

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:flowplay [2010-02-26 11:55] – Dokuwiki 2009-12-25c 「Lemming」 version workaround. 118.165.7.64plugin:flowplay [2022-01-18 19:43] (current) Klap-in
Line 1: Line 1:
-====== Plugin: Flowplay ======+====== Flowplay Plugin ====== 
 ---- plugin ---- ---- plugin ----
 description: Integrates the flowplayer to stream video to an embedded flash applet (like on YouTube) description: Integrates the flowplayer to stream video to an embedded flash applet (like on YouTube)
Line 9: Line 10:
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : youtube, youtubev2, google_video, flashplayer, video +similar    : youtube, flashplayer, video 
-tags       : media, video, flash, embed, !experimental+tags       : !obsolete, media, video, flash, embed, !experimental 
 + 
 +downloadurl: http://da.andaka.org/dl/flowplay-0.2.tar.bz2
 ---- ----
 +
 +Flash is not available anymore in browsers.
 +
  
 ^  Author | [[maligree@gmx.de | Dave Kliczbor ]] (you may write him a mail in German and/or English)| ^  Author | [[maligree@gmx.de | Dave Kliczbor ]] (you may write him a mail in German and/or English)|
Line 117: Line 123:
   * There seems to be a behaviour change in PHP (from PHP4 -> PHP5?) that prevents the size parameter from working in PHP5. To fix this, edit syntax.php and change the following line: <code>if (preg_match('/(.*)\[(.*)\]$/',trim($url),$matches=array()))</code> into <code>if (preg_match('/(.*)\[(.*)\]$/',trim($url),$matches))</code> (yes, the difference is only ''=array()'' -- just delete it.) Will be fixed in 0.3. ---Dave, 2007-03-18   * There seems to be a behaviour change in PHP (from PHP4 -> PHP5?) that prevents the size parameter from working in PHP5. To fix this, edit syntax.php and change the following line: <code>if (preg_match('/(.*)\[(.*)\]$/',trim($url),$matches=array()))</code> into <code>if (preg_match('/(.*)\[(.*)\]$/',trim($url),$matches))</code> (yes, the difference is only ''=array()'' -- just delete it.) Will be fixed in 0.3. ---Dave, 2007-03-18
  
-  * Dokuwiki 2009-12-25c "Lemming" version. Need to edit syntax.php and change Line : 93 <code>$renderer->doc .= '     <param name="flashvars" value="config={videoFile:\''. ml($url) .'\', autoPlay:false, loop:false, showLoopButton:false}" /> '."\n";<code> into <code>$renderer->doc .= '     <param name="flashvars" value="config={videoFile:\''. $url .'\', autoPlay:false, loop:false, showLoopButton:false}" /> '."\n";</code> -- **just change ml($url) to $url** ---Jonathan Tsai(tryweb (at) ichiayi.com) 2010-02-26+  * Dokuwiki 2009-12-25c "Lemming" version. Need to edit syntax.php and change Line : 93 <code>$renderer->doc .= '     <param name="flashvars" value="config={videoFile:\''. ml($url) .'\', autoPlay:false, loop:false, showLoopButton:false}" /> '."\n";</code> into <code>$renderer->doc .= '     <param name="flashvars" value="config={videoFile:\''. $url .'\', autoPlay:false, loop:false, showLoopButton:false}" /> '."\n";</code> -- **just change ml($url) to $url** ---Jonathan Tsai(tryweb (at) ichiayi.com) 2010-02-26
  
 ===== Changelog ===== ===== Changelog =====
Line 141: Line 147:
   * Same issue for me: [[http://www.channelflow.org/dokuwiki/doku.php/playground:playground|example]]. gibson@cns.physics.gatech.edu, 2009-01-26   * Same issue for me: [[http://www.channelflow.org/dokuwiki/doku.php/playground:playground|example]]. gibson@cns.physics.gatech.edu, 2009-01-26
  
-  * did not get this plugin running with dokuwiki-2009-12-25 can anybody confirm this? flowplugin2 works+  * did not get this plugin running with DokuWiki-2009-12-25 can anybody confirm this? flowplugin2 works
plugin/flowplay.1267181705.txt.gz · Last modified: 2010-02-26 11:55 by 118.165.7.64

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