Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Help:
Jeroen FLV Player
mapyaboy



Joined: 14 Aug 2006
Posts: 600

Posted: 05/02/08 10:49 
Any documentation on the Jeroen FLV Player? I cant find any.

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 05/02/08 11:32 
There is a vast amount of info on Jeroen's site:
http://www.jeroenwijering.com/


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
geewiz



Joined: 10 Jul 2007
Posts: 136

Posted: 05/03/08 04:48 
how much of the new players functinality is actualy supported by jamroom at this time?

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 05/03/08 08:42 
I'm not sure but I will hazard a guess - i'd say all.

What is missing is an easy way to add the necessary code using a jamroom function. I haven't looked at the new playlist plugins yet, but I'm pretty sure that they will mean that you don't need to edit the play.php xml output (which is what I did to experiment with some of the javascript possibilities of Jeroen's player).


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
serjoka



Joined: 24 Feb 2007
Posts: 175

Posted: 05/03/08 08:50 
Hi stevex,
jeroen player is the best all in one player that I have never seen. With one player and some parameter you can drive any kind of media, even wmv.

I have bought the jamroom skinpack just to use the jeroen player using the jamroom smarty tags like jr_flash_player but i didn't find any documentation or support about it.

Sorry but if i need to generate an xml file by myself, i don't see the reason to buy the skinpack for $49 if i can take the same code from jeroen website for $20.

I hope that bigguy will post some documentation about the jeroen implementation in jr_flash_player.

I'm sure bigguy is doing its best to do it simple, so i'll be waiting for his answer Smile

Serjoka

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 05/03/08 08:58 
Brian will be adding to jr_flash_player so it will be easy to use Jeroen's player in Jamroom.

About buying the player directly from Jeroen, I contacted them about licensing, and a 20 Euro license is good for a single band site, or a site where only the admin uploads music.

For a multiple band cms (most Jamrooms), you would require an unlimited license, which costs 150 Euros from Jeroen's site. This makes the license that Brian is offering as part of the skinpack VERY good value!


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 05/03/08 09:22 
The {jr_flash_player} does support the Jeroen Player, but to be honest I have not had time to test it out, so any feedback would be appreciated. Basically it supports any arguments as "Flashvars", so you would do:


Code

{jr_flash_player player_type='jeroen' width='300' heoght='400' backcolor='#333333' ...etc... }


Basically all of the Flashvars listed on this page:

http://www.jeroenwijering.com/?item=Supported_Flashvars

note that you do NOT need to add in the "file" flashvar - Jamroom will do that for you.

I'd really appreciate any feedback or bugs you see in it, since like I mentioned I added the support for the 3.3.0 release, tested it real quick, but have not been able to test it further.

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
serjoka



Joined: 24 Feb 2007
Posts: 175

Posted: 05/03/08 11:52 
Thx bigguy fast and great answer!!!!!

I was sure it was implemented in jamroom system with jr_flash_player tag.

Everything was right, I made only a little mistake, instead of player_type='jeroen' i used the path tho the multimediaplayer.swf player_type='/include/jeroen/multimediaplayer.swf'

Is very great to use the same player to embed audio, video, photo and so on in an infite way of configuration.

Of course I'll let you know about any kind of bug or issue, because I'll be doing a massive use of it Wink

For: stevex, I really appreciate your answer, i thought jeroen license stand for 1 domain with unlimited use.

However integration with jarmoom has no price Very Happy

Thanx a lot.
Serjoka

Back to top
serjoka



Joined: 24 Feb 2007
Posts: 175

Posted: 05/03/08 12:53 
OK bigguy, jeroen flash player doesn't seem to work properly with jr_flash_player.

Maybe I'm wrong
this is my example file to embed jeroen player:
{jr_flash_player player_type="jeroen" radio_id=$radio_id height="190" width="540" displaywidth="190" searchbar="false"}

I took the variables after i generated the source code from the jeroen wizard (very useful tool)

But i noticed that for xspf player jeroen passes the variable "file" that is the path for the xspf.xml file.

But i do not think it's a problem. Becuase even if I chahge background color or i enable the search bar, nothing happen, I see the flash player in MP3 mode, i'm able to rewind and forward between songs, but I can't see the song list, only the album image at the middle of the player. And I do not think it's a swf problem cause it works fine if I use the code below:

<embed
src="{$JAMROOM_URL}/include/jeroen/mediaplayer.swf"
width="540"
height="190"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="height=190&width=540&file=http://www.jeroenwijering.com/upload/statistics.xml&displaywidth=190&searchbar=false"
/>

Do you have some idea?

Thanx a lot.
Serjoka

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 05/03/08 12:55 
I have some working code in this thread, but it doesn't use the jr_flash_player function:
http://www.jamroom.net/phpBB2/viewtopic.php?t=21947


_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
serjoka



Joined: 24 Feb 2007
Posts: 175

Posted: 05/03/08 14:36 
thx stevex for your answer, but I solved the problem without any modification on original jamroom files.

I have just created a custom xspf.xml file using jr_ranking and custom header row and footer template.

Awaiting for smarty tags Very Happy

Regards

Back to top
caramello



Joined: 01 Aug 2006
Posts: 24
Location: Den Haag

Posted: 05/18/08 05:39 
After testing, I must agree with serjoka. The vars arrent supported. As I wanted to use different setups for the players in different pages. (Artist templates kinda differ on our site.) Radio, flv, playlists etc.

The use of a working smarty function would be great as it would mean a much more flexible way of implementing players in various styles.


_________________
http://test.freakpodium.nl
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 05/28/08 12:44 

bigguy:
The {jr_flash_player} does support the Jeroen Player, but to be honest I have not had time to test it out, so any feedback would be appreciated. Basically it supports any arguments as "Flashvars", so you would do:


Code

{jr_flash_player player_type='jeroen' width='300' heoght='400' backcolor='#333333' ...etc... }


Basically all of the Flashvars listed on this page:

http://www.jeroenwijering.com/?item=Supported_Flashvars

note that you do NOT need to add in the "file" flashvar - Jamroom will do that for you.

I'd really appreciate any feedback or bugs you see in it, since like I mentioned I added the support for the 3.3.0 release, tested it real quick, but have not been able to test it further.

Thanks!

- Brian



The jr_flash_player function is working for me using a channel_id except its not using all the variables located here:

http://www.jeroenwijering.com/?item=Supported_Flashvars

particularly the backcolor, frontcolor, lightcolor, logo, showeq etc...

The only thing I see working in the code is width, hieght, file and type. If I add the other variables, they do not get added to the flashvars= part of the code.

Any ideas bigguy?

Smile


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 05/28/08 13:14 
All of the Flashvars for the Jeroen player are supported - you just have to pass it in as an array - i.e.


Code

{jr_array name="vars" key="backcolor" value="#000000"}
{jr_array name="vars" key="lightcolor" value="#CCCCCC"}
{jr_flash_player player_type="jeroen" params=$vars ...}


Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 05/28/08 13:47 
Yep works like a charm... very nice. Wink


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Help

12Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.