FLV player problems
Posted: Mon Nov 05, 2007 6:41 am
Hello,
I'm having some problems getting the FLV player installed. I'm running CMS 1.1, w/PHP 5.2.2 running on Linux
I installed CG extensions v1.0.2 and FLV player v1.0.2
When attempting to "add a video" I get the following error.
Fatal error: Call to a member function DeleteWords() on a non-object in ../modules/FLVPlayer/FLVPlayer.module.php on line 691
This is the path I am using for the FLV player, which is hosted by my web hosting company, dreamhost.
https://media.dreamhost.com/mediaplayer.swf
Any help would be appreciated.
Alternatively, if there is an easy way for me to embed code like this into the page, that would work as well.
https://media.dreamhost.com/
Thanks...
-Jeff
I'm having some problems getting the FLV player installed. I'm running CMS 1.1, w/PHP 5.2.2 running on Linux
I installed CG extensions v1.0.2 and FLV player v1.0.2
When attempting to "add a video" I get the following error.
Fatal error: Call to a member function DeleteWords() on a non-object in ../modules/FLVPlayer/FLVPlayer.module.php on line 691
This is the path I am using for the FLV player, which is hosted by my web hosting company, dreamhost.
https://media.dreamhost.com/mediaplayer.swf
Any help would be appreciated.
Alternatively, if there is an easy way for me to embed code like this into the page, that would work as well.
https://media.dreamhost.com/
Code: Select all
href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<__script__ type="text/javascript">
var FO = { movie:"https://media.dreamhost.com/mediaplayer.swf",width:"320",height:"240",majorversion:"7",build:"0",bgcolor:"#FFFFFF",
flashvars:"file=https://media.dreamhost.com/sample.flv&showdigits=true&autostart=false" };
UFO.create(FO,"sample.flv");
</__script>
-Jeff