Page 1 of 1

FLV player problems

Posted: Mon Nov 05, 2007 6:41 am
by stigerj
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/

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>
Thanks...

-Jeff

Re: FLV player problems

Posted: Mon Nov 05, 2007 11:03 pm
by stigerj
I've upgraded to CMS 1.2.  Still not working correctly.  >:(

Re: FLV player problems

Posted: Tue Nov 06, 2007 9:25 pm
by stigerj
Thanks.  I think that player is for your desktop for playing back FLV files locally.  I'm trying to host the files on my CMS site by embedding them into the page, that is what the FLV module does.

Thanks.