Play : a new module to play video and audio files

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Tomek wrote: On my example, I disabled the display of a list of videos inside the player, so yes, it works as you're looking for.

I'm pretty sure you can do it with the template I put and your flv player, well I think (I'm no expert, indeed).
Oh that is great! I will try it out and let you know. ;D
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Hi Tomek,
I inserted the code in the multi neolaoplayer, but all stays the same.
What parameters are you using and with what value?
This is the call I have in the page: {cms_module module="Play" player="2" record="1,2"}
Here is what it looks like:
http://www.jomedio.nl/cmsmadesimple/index.php?page=play-module
User avatar
Franck
Dev Team Member
Dev Team Member
Posts: 259
Joined: Tue Jun 12, 2007 1:29 pm

Re: Play : a new module to play video and audio files

Post by Franck »

The call in the page is ok, but you need to use neolao flv player MULTI (check the link on a previous reply) and not MAXI ;)

It's not included in the default installation of the module, you have to add it.
Last edited by Franck on Wed Jul 30, 2008 9:09 am, edited 1 time in total.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Tomek wrote: The call in the page is ok, but you need to use neolao flv player MULTI (check the link on a previous reply) and not MAXI ;)

It's not included in the default installation of the module, you have to add it.
Ok I did that, but I still get the other player. I don't understand. I uploaded the multi swf and got it on the location tab when I was creating the new Multi Player. I cleared the cache, but still the old player is showing up. In the preview however I see the new player, because I changed the width and height and I can see that this one is larger. ???
I changed the call to: {cms_module module="Play" player="3" record="1,2"}, because it is the 3th player in the row.
So I don't know what to do anymore.
And my other question is: parameters did you use for the player?

Johanna
Last edited by libralion on Wed Jul 30, 2008 9:44 am, edited 1 time in total.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Ok I solved it. I uploaded the swf file through the filemanager in the modules folder of Play. Then removed the flv files from the player and added them again.
What I didnot know is that the first button at the left corner at the bottom when you click on it shows the flv files. :-\
When I use this feature I have to explain that, because not everybody will find that perhaps.
Anyway I am glad I have solved it. Thanks for your help Tomek!

Johanna
User avatar
Franck
Dev Team Member
Dev Team Member
Posts: 259
Joined: Tue Jun 12, 2007 1:29 pm

Re: Play : a new module to play video and audio files

Post by Franck »

libralion wrote: What I didnot know is that the first button at the left corner at the bottom when you click on it shows the flv files. :-\
Yep, but I'm sure you can also use the multi flv player you're used to with the playlist on the right you linked to earlier. It's much easier to understand.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Tomek wrote:
libralion wrote: What I didnot know is that the first button at the left corner at the bottom when you click on it shows the flv files. :-\
Yep, but I'm sure you can also use the multi flv player you're used to with the playlist on the right you linked to earlier. It's much easier to understand.
Well I would love to, but I can't seem that one, the JW FLV player, to get working.

Johanna
User avatar
Franck
Dev Team Member
Dev Team Member
Posts: 259
Joined: Tue Jun 12, 2007 1:29 pm

Re: Play : a new module to play video and audio files

Post by Franck »

Pity.

Maybe you could directly ask the module's developer...
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: Play : a new module to play video and audio files

Post by libralion »

Tomek wrote: Pity.

Maybe you could directly ask the module's developer...
Yes I could ask Jeroen, since he is dutch like me, but I doubt that do much good, since it is the Play Module that we want to use to show the JW FLV Player, so I think it should be someone that know CMSMS that can solve this.
I am not good with code, so I don't know where to start.

Johanna
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Re: Play : a new module to play video and audio files

Post by ataxel »

Hi, working with audio files and videos I installed this amazing module.
I did configure it for the Fullscreen mode to be accessible but when I click for this mode, nothing happen.

Any ideas that can help me? I really need to resize those videos.

Thank you!

Lp(*
User avatar
Franck
Dev Team Member
Dev Team Member
Posts: 259
Joined: Tue Jun 12, 2007 1:29 pm

Re: Play : a new module to play video and audio files

Post by Franck »

Le plein écran ne fonctionne pas

Le plein écran fonctionne à partir de la version 9.0.16 du Flash Player.

Il n'est pas compatible avec la transparence wmode. Donc il ne faut pas utiliser le code suivant:

Code: Select all

<param name="wmode" value="transparent" />
Le plein écran ne fonctionne pas encore sous linux.
Full screen doesn't work :
you need to have Flash Player version 9.0.16 or more.
It is not compatible with wmode transparency. You must not use the following code :

Code: Select all

<param name="wmode" value="transparent" />
Full screen doesn't work yet with Linux.
User avatar
dam
Forum Members
Forum Members
Posts: 136
Joined: Sat Jan 14, 2006 6:07 pm

Re: Play : a new module to play video and audio files

Post by dam »

Tomek wrote: I have 2 problems :
- This error message on top of the Play module admin panel

Code: Select all

Warning: shell_exec() has been disabled for security reasons in /home/users4/a/alezan/www/modules/Play/Play.module.php on line 101
- The fact that even with autoload set to 0, my mp3 players load automatically in each page I visit, pretty annoying for slow connections...
Hello, Tomek.

Well, let's try to solve your problems :

1) shell_exec is a function that has been disabled on your server. So you won't be able to use some functions of play module (like thumbnail generation or flv conversion).
But the warning message is not very pretty. I'll try to solve that in next release

2) I really don't know what's happening with your autoload : I'll investigate further soon.
User avatar
Franck
Dev Team Member
Dev Team Member
Posts: 259
Joined: Tue Jun 12, 2007 1:29 pm

Re: Play : a new module to play video and audio files

Post by Franck »

Hello Dam,

thanx for the reply.  8)

Actually, the main problem about error message is not on the admin panel, it is when you try to upload a flle through the integrated file manager of the module, and that you already have many files here, the error message* displays as many times as the files ; finally, you can't upload anything 'cos, as there is no scroll bar, you can't see the upload field at the bottom...

*error message is :

Code: Select all

Warning: exec() has been disabled for security reasons in ./.../www/modules/Play/class.ffmpeg.php on line 133
About autoload, I just don't understand either...
andymask

Re: Play : a new module to play video and audio files

Post by andymask »

Could anyone help us out on these threads, please?

Fullscreen button and upload videos in "Play"-module
http://forum.cmsmadesimple.org/index.ph ... #msg126955

Play Module not working in the News Module.
http://forum.cmsmadesimple.org/index.ph ... 135.0.html
radroz
New Member
New Member
Posts: 3
Joined: Mon Nov 03, 2008 3:24 am

Re: Play : a new module to play video and audio files

Post by radroz »

dam wrote:
Tomek wrote: I have 2 problems :
- This error message on top of the Play module admin panel

Code: Select all

Warning: shell_exec() has been disabled for security reasons in /home/users4/a/alezan/www/modules/Play/Play.module.php on line 101
- The fact that even with autoload set to 0, my mp3 players load automatically in each page I visit, pretty annoying for slow connections...
Hello, Tomek.

Well, let's try to solve your problems :

1) shell_exec is a function that has been disabled on your server. So you won't be able to use some functions of play module (like thumbnail generation or flv conversion).
But the warning message is not very pretty. I'll try to solve that in next release

2) I really don't know what's happening with your autoload : I'll investigate further soon.
Hi Dam, I get this same problem when I try to load a file from the admin section. If I try to enter a file's URL manually, it says the file doesn't exist.
Post Reply

Return to “Modules/Add-Ons”