FLV player problems

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
stigerj

FLV player problems

Post 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
stigerj

Re: FLV player problems

Post by stigerj »

I've upgraded to CMS 1.2.  Still not working correctly.  >:(
stigerj

Re: FLV player problems

Post 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.
Locked

Return to “CMSMS Core”