[Plugin: FV WordPress Flowplayer] Problems with tinyMCE editor and Text widgets
-
Hi,
Thanks for this very great pluggin.
My configuration:
– WordPress Mu 2.9.2
– FV WordPress Flowplayer v1.0.61- I’m using the default WordPress (WPMU 2.9.2) tinyMCE editor and when I click on the “FV WordPress Flowplayer” icon, the dialog window is displayed with this error message:
analyze(realpath($_SERVER[‘DOCUMENT_ROOT’] .$matches[1])); if (isset($ThisFileInfo[‘error’])) $file_error = “Could not read video details, please fill the width and height manually.”; //getid3_lib::CopyTagsToComments($ThisFileInfo); $file_time = $ThisFileInfo[‘playtime_string’]; // playtime in minutes:seconds, formatted string $file_width = $ThisFileInfo[‘video’][‘resolution_x’]; $file_height = $ThisFileInfo[‘video’][‘resolution_y’]; $file_size = $ThisFileInfo[‘filesize’]; $file_size = round($file_size/(1024*1024),2); } ?>
2- I’m using WorpdPress Mu 2.9.2 and I put my videos files in ‘/mysite/wp-content/blogs.dir/1/files/videos/’ directory.
If I use any one of the following shortcodes, in a post, all works fine:
[flowplayer src=’http://myserver.com/mysite/wp-content/blogs.dir/1/files/videos/myvideo.flv’ width=184 height=138]
or
[flowplayer src=’/wp-content/blogs.dir/1/files/videos/myvideo.flv’ width=184 height=138]But if I use the sames shortcodes in the default WordPress Text widgets I always get this error:
200, Stream not found, [object ClipError], clip: ‘[Clip] ‘http://myserver.com/mysite/videos/myvideo.flv”
Note: With “FV WordPress Flowplayer” v0.9.18 I haven’t these errors.
Thanks for your help
Best Regards
The topic ‘[Plugin: FV WordPress Flowplayer] Problems with tinyMCE editor and Text widgets’ is closed to new replies.