Extension talk:FLVPlayerTwo
Add topicI don´t understand this message: >>Modify line 70 of the file to point to your installation location<< Whith file do you mean? And what is the original content of line 70?
In the file I downloaded, it was line 71 and it looks like this: $BaseURL = "";
Wagonlips 22:43, 16 April 2009 (UTC)
Flowplayer 3.1.0 compatibility
[edit]Since flowplayer.org doesn't make the older versions of the js available. http://flowplayer.org/download/old-versions.html and the version numbers are hard-coded into the script, I renamed the js and the swf from 3.1.0 to 3.0.2 and left flowplayer.controls unchanged and that seems to be working. Like so:
flowplayer-3.0.2.min.js flowplayer-3.0.2.swf flowplayer.controls-3.1.0.swf
Wagonlips 22:55, 16 April 2009 (UTC)
The old versions are still there, at least 3.1.0 is. http://releases.flowplayer.org/flowplayer/flowplayer-3.1.0.zip--Pashdown 22:39, 30 June 2010 (UTC)
New Version + Error
[edit]A New Version ist Flowplayer is released, you have to change the version Numbers to 1.1.1.
After I have copied the code today i got an error:
unexpected T_STRING in line 94 FLVPlayerTwo.php
how do I fix it? --79.213.166.206 18:32, 14 June 2009 (UTC)
- And what I have to change, to support external files for streaming instead of mediawiki hosted? --79.213.166.206 18:42, 14 June 2009 (UTC)
83.100.242.195 09:09, 19 June 2009 (UTC) On line 94 there is a statement spread over 3 lines whereas it should be all on one line so go to the end of line 94 and press delete key until the next line is brought up to that line. Do the same again and note that a statement in the php language must end with a semi-colon ( ";" ).
Empty file in FLV upload
[edit]When I try to upload a video, I get the following error: "The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file."
Uploads and file extension, as well as size, have already been changed. What am I doing wrong?
SOLVED: there were multiple PHP.ini files in my wamp server, I was editing the wrong one.