Keyword

Pausing problems in a playlist

More
15 years 6 months ago - 15 years 2 months ago #28113 by ccvid
Pausing problems in a playlist was created by ccvid
Hello.  I am happily using Allvideos 2.5.3 and don't want to change that.  I implemented the playlist feature on the thread forum.joomlaworks.net/index.php?topic=7357.0 .  The playlist feature works great.  I need help with one preference though.  I posted a reply to that thread three weeks ago and got no reply, probably since the title says its resolved.  Here's another try for help.

When I made the playlist, it pauses when the first item in the playlist is done playing.  I would prefer for the entire playlist to play and then pause at the end.  I see that the JW player has a repeat variable that can be set to "list" to do as I would like, so I tried adding in the code:
<param name=\"repeat\" value=\"list\" />

into the "flvlist" in the jw_allvideos_sources.php

then to call the playlist in the Joomla article I used:  {flvlist}playlist.xml|480|272|true|list{/flvlist}

I tried several different versions of these options, and gave up in the long end.  Does anyone else have an idea of how to play the videos without pausing in between each one?

Thank you very much!

Please Log in or Create an account to join the conversation.

More
15 years 3 months ago #28114 by ccvid
:D

Got it figured out today (Praise God!!!!)

Repeat is a variable, not a parameter.  That has been the whole problem.  So the fix was in the "flashvars" parameter -- I just added in "&repeat=list" with the other variables.  Voila, it works.  For one final time, here is the final code that I added into the jw_allvideos_sources.php script:
flvlist" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
	<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.0.46.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.0.46.swf\" />
		<param name=\"quality\" value=\"high\" />
		<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
		<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
		<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
		<param name=\"allowfullscreen\" value=\"true\" />
		<param name=\"allowscriptaccess\" value=\"always\" />
		<param name=\"flashvars\" value=\"file=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}&image=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.jpg&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true&repeat=list&playlist=over&playlistsize=80\" />
	</object>
</span>

I hope this is a major help to you if you're trying to get a playlist going on your own website!
Ben

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #28115 by ccvid
Replied by ccvid on topic flvlistREMOTE
Very often I use the flvremote command instead of the flv command.  So here is a remote version of the playlist, flvlistremote.  Enjoy!

"flvlistremote" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
	<object type=\"application/x-shockwave-flash\" style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" data=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.0.46.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.0.46.swf\" />
		<param name=\"quality\" value=\"high\" />
		<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
		<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
		<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
		<param name=\"allowfullscreen\" value=\"true\" />
		<param name=\"allowscriptaccess\" value=\"always\" />
		<param name=\"flashvars\" value=\"file={AVSOURCE}&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true&repeat=list&playlist=over&playlistsize=80\" />
	</object>
</span>

",

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #28116 by Lefteris
Replied by Lefteris on topic Re: Pausing problems in a playlist
Hi,
I am neewbin with joomla. Can you tell me, step by step, how i change the php file for all video?
Thanx.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum