FLV Player

If you are having problems with my MediaWiki Extensions, post here.
Post Reply
User avatar
gerbera
Rank 0
Rank 0
Posts: 1
Joined: June 29th, 2009, 1:40 pm

FLV Player

Post by gerbera »

Hello,
I hope, you can help me. :cry:
The extension goes perfekt, without errors when I write all params(height, width, position, autostart, volume, repeat, recommendations).

When I write:

<wikiflv width="300" height="180" logo="true" position="right">video.flv|im.png</wikiflv>

The extension gives the following error (the errors stand in the top.):

Notice: Undefined index: autostart in C:\Program Files\EasyPHP 3.0\www\wiki\extensions\wikiFlvPlayer\wikiFlvPlayer.php on line 142

Notice: Undefined index: volume in C:\Program Files\EasyPHP 3.0\www\wiki\extensions\wikiFlvPlayer\wikiFlvPlayer.php on line 145

Notice: Undefined index: repeat in C:\Program Files\EasyPHP 3.0\www\wiki\extensions\wikiFlvPlayer\wikiFlvPlayer.php on line 148

Notice: Undefined index: recommendations in C:\Program Files\EasyPHP 3.0\www\wiki\extensions\wikiFlvPlayer\wikiFlvPlayer.php on line 151

I need your help, please.

Regards
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: FLV Player

Post by Paul »

you're getting a notice from php...

There's nothing "wrong", it's just PHP's little way of saying "oh btw..."

If you might want to suppress notices, it is done in the php.ini.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: FLV Player

Post by Paul »

BTW, register_argc_argv might need to be turned off in the php.ini...
Post Reply