Keyword

(resolve) Is it possible to play videos with playlist ?

  • originalvince
  • originalvince's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 weeks ago - 16 years 3 weeks ago #21790 by originalvince
Hi joomlaworks team (or anyone)!

My question is simple : is it possible to play videos with a playlist with allvideos plugin please ?

Thanks

Vincent F.

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

  • originalvince
  • originalvince's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 weeks ago #21791 by originalvince
Replied by originalvince on topic Re: Is it possible to play videos with playlist ?
My question does not seem too difficult. Can anybody answer me svp?

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

More
16 years 3 weeks ago #21792 by wmbell
This page is hard to read, because it is white text on white background, but you can try it anyway: professionalrockstars.com/backstage/component/content/article/88888890/647-allvideos-with-fullscreen-playlists-and-preview-images

...and another: home5.inet.tele.dk/nyboe/flash/mediaplayer4/index.html


Good Luck!  :D

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

  • originalvince
  • originalvince's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 weeks ago #21793 by originalvince
Replied by originalvince on topic Re: Is it possible to play videos with playlist ?

This page is hard to read, because it is white text on white background, but you can try it anyway: professionalrockstars.com/backstage/component/content/article/88888890/647-allvideos-with-fullscreen-playlists-and-preview-images

...and another: home5.inet.tele.dk/nyboe/flash/mediaplayer4/index.html


Good Luck!   :D


Thanks wmbell for your reply. But there is no natively parameters ?

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

  • originalvince
  • originalvince's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 weeks ago - 16 years 3 weeks ago #21794 by originalvince
Replied by originalvince on topic Re: Is it possible to play videos with playlist ?
YES !!!! it's works !!! I put this code in jw_allvideos_source.php file :
"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.3.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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&playlist=over&playlistsize=80\" />
	</object>
</span>
",

Now use the flvlist tag for playlist file (available format : asx, xml, atom, rss, xspf and basic smil. You can change the playlist location by bottom or right on playlist value and playlist size !!!

Enjoy  :P

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

More
16 years 2 weeks ago #21795 by wmbell
Thanks, originalvince!

Would you mind sharing with us how you call the FLV playlist?
Would it look something like the following?
{flvlist}playlist_name.xml{/flvlist}

Also, would you be willing to share a sample XML playlist (if that's what you're using) ?



Thanks!
:D

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

  • ANASTASIOS MALLINIS
  • ANASTASIOS MALLINIS's Avatar
  • Offline
  • New Member
More
16 years 2 weeks ago #21796 by ANASTASIOS MALLINIS
Replied by ANASTASIOS MALLINIS on topic Re: (resolve) Is it possible to play videos with playlist ?
my .xml
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/254.flv</location>
</track>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/280.flv</location>     
</track>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/281.flv</location> 
</track>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/282.flv</location>  
</track>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/283.flv</location>  
</track><track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/284.flv</location>  
</track><track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/285.flv</location>  
</track><track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/286.flv</location>  
</track><track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/287.flv</location>  
</track>
<track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/288.flv</location>  
</track><track>
<creator>somesite</creator>
<location>http://www.somesite.gr/joomla/images/stories/videos/preveza/nikopoli/289.flv</location>  
</track>
</trackList>
</playlist>

{flvlist}preveza/nikopoli.xml{/flvlist}

I have the xml in images/stories/videos/preveza and you can see where is the location of flvs

I hope it helps

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

More
16 years 2 weeks ago #21797 by wmbell
Thanks, dammy!

:D

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

More
15 years 10 months ago #21798 by mulosmani
thank you very much for this.

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

More
15 years 10 months ago #21799 by Airtek
Hi guys ,

I try to use this modify :
"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.3.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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&playlist=over&playlistsize=80\" />
	</object>
</span>
",

into the hw_allvideos_suorce.php , ad use this sintax : {flvlist}playlist.xml{/flvlist}

this is my playlist.xml
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


or
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>http://mysite.org/images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


But the player doesnt' appera in the content! My version of allvideo is 2.5.4 and joomla 1.0.15.

Thanks for your help

BR

Pierpaolo

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

  • originalvince
  • originalvince's Avatar Topic Author
  • Offline
  • New Member
More
15 years 10 months ago #21800 by originalvince

Hi guys ,

I try to use this modify :

"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.3.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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&playlist=over&playlistsize=80\" />
	</object>
</span>
",

into the hw_allvideos_suorce.php , ad use this sintax : {flvlist}playlist.xml{/flvlist}

this is my playlist.xml
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


or
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>http://mysite.org/images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


But the player doesnt' appera in the content! My version of allvideo is 2.5.4 and joomla 1.0.15.

Thanks for your help

BR

Pierpaolo


Pierpaolo,

Maybe the problem is the fact that this code use the 4.3 flv player and you are using the 2.5.4 version of allvideos which use the 4.4 flv player !!!

Try to change these lines in your code :
data=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/[b][u]mediaplayer_4.4.swf[/u][/b]\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/[b][u]mediaplayer_4.4.swf[/u][/b]\" />

Vincent F.

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

More
15 years 9 months ago #21801 by sharelle
I must admit that even after reading the posts here, reading the info on the links contained herein, I am still unable to get a functional playlist for my AllVideo player.

I noticed that quite a bit of the posts and links contained code for the previous 2.5.3 version of AllVideo as opposed to the latest 2.5.4. 
So following the instructions from the ProfessionalRockStar site are not very helpful as it gives instructions to insert the code below a line that does not exist exactly as indicated.

I just want to put the code in the correct line and get my player to display the playlist below it. Of course I am hoping to use images/buttons as the playlist options if that is not too difficult. I figure it would essentially be assigning a "preview" image or something releated - but if someone KNOWS exactly how to code this I would greatly apprectiate the assistance as I have spent WAY too much time on attmepting to get different players to work but have run into problems with all of them. I can not even get a simply HTML coded one to display correctly no matter what custom HTML module I use. Frustration is running high, patience is running low and time has run out.

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

More
15 years 9 months ago #21802 by tvredeglobo
Hey, guys.... How does that work for mp4 files? I want to add playlists with remote videos.... I tried to follow this guide but it's not working, I think I need to do something different for mp4 files?

This is my playlist...
<playlist version="1" xmlns="http://xspf.org/ns/0/">
	<title>Playlist1</title>
	<meta rel="generator">AllVideos Reloaded</meta>
	<meta rel="generatorurl">http://allvideos.fritz-elfert.de</meta>
	<trackList>
		<track>
			<location>/images/stories/audio/intro.mp4</location>
		</track>
		<track>
			<location>http://www.a-random-website.com/track1.mp4</location>
		</track>
		<track>
			<location>http://www.a-random-website.com/track2.mp4</location>
		</track>
		<track>
			<location>http://www.a-random-website.com/track3.mp4</location>
		</track>
	</trackList>
</playlist>

I tried adding this to jw_allvideos_sources.php:
"mp4list" => "
<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.3.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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&playlist=over&playlistsize=80\" />
	</object>
</span>
",

and then {mp4list}playlist.xml{/mp4list}

...... not sure it helps but this is a code that works but I don't know how to include in the sources php file:
<script type="text/javascript" src="http://www.mywebsite.com/player/swfobject.js"></script> <div id="player">&nbsp;</div> <script type="text/javascript">var so = new SWFObject('http://www.mywebsite.com/player/player.swf','mpl','472','385','9');so.addParam('allowscriptaccess','always');so.addParam('allowfullscreen','true');so.addParam('flashvars','&file=playlist.xml&autostart=true&displayclick=fullscreen&repeat=always&stretching=exactfit');so.write('player');</script>

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

More
15 years 9 months ago - 15 years 9 months ago #21803 by tvredeglobo
"mp4list" => "
<script src=\"$mosConfig_live_site/{VFOLDER}/player/swfobject.js\" type=\"text/javascript\"></script> <div id=\"player\">&nbsp;</div>
<script type=\"text/javascript\">var so = new SWFObject('$mosConfig_live_site/{VFOLDER}/player/player.swf','mpl','{VWIDTH}','{VHEIGHT}','9');so.addParam('allowscriptaccess','always');so.addParam('allowfullscreen','true');so.addParam('flashvars','&file=$mosConfig_live_site/{VFOLDER}/{AVSOURCE}&autostart=true&displayclick=fullscreen&repeat=always&stretching=exactfit');so.write('player');
</script>
",

hahahahaha OMG IM A FREAKING GENIOUS!!!!  (sorry, im just so excited I did this 'alone')

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

More
15 years 8 months ago #21804 by Airtek

Hi guys ,

I try to use this modify :

"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.3.swf\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/mediaplayer_4.3.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&playlist=over&playlistsize=80\" />
	</object>
</span>
",

into the hw_allvideos_suorce.php , ad use this sintax : {flvlist}playlist.xml{/flvlist}

this is my playlist.xml
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


or
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<creator>somesite</creator>
<location>http://mysite.org/images/stories/videos/117.flv</location>
</track>
</trackList>
</playlist>


But the player doesnt' appera in the content! My version of allvideo is 2.5.4 and joomla 1.0.15.

Thanks for your help

BR

Pierpaolo


Pierpaolo,

Maybe the problem is the fact that this code use the 4.3 flv player and you are using the 2.5.4 version of allvideos which use the 4.4 flv player !!!

Try to change these lines in your code :
data=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/[b][u]mediaplayer_4.4.swf[/u][/b]\">
		<param name=\"movie\" value=\"$mosConfig_live_site/plugins/content/jw_allvideos/players/[b][u]mediaplayer_4.4.swf[/u][/b]\" />

Vincent F.



Thank you Vincent , now all working!!!

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

More
15 years 8 months ago - 15 years 8 months ago #21805 by Cormac Moore
Please explain this to me like i am a 2 year old. If i have 3 flv files in my stories/video folder, and i want to have a myplaylist with the 3 files titles clickable, do I need to create a file called filelist.xml and if so where does it go.
In order to call it do i then place {flvlist}myplaylist.xml{/flvlist} into the html page where i need the list to appear?, Do I also  need to put in something where i want the player to appear, Sorry for being such a newbie.
Is this all I need to do or can some one give me a step 1,2,3 example without ( and I dont want to sound ungreatful), some one confusing it with alternative methods, as happened in the post above.

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

More
15 years 6 months ago #21806 by ccvid
Replied by ccvid on topic What about a repeat feature?
Thank you so much for all the help!  I got this code to work for my allvideos plugin.  The only variable I can't figure out is the repeat function.  

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 do this?

Thank you very much!
Ben

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

More
15 years 5 months ago #21807 by ccvid
Replied by ccvid on topic Playlist Review
One user just emailed me for help on this, so here's a total review of everything I did to make this work!

To add the playlist you have to go into jw_allvideos_source.php
(that's located at "/plugins/content/jw_allvideos/jw_allvideos_sources.php".)

Now copy and paste the following code under the /* --- Audio/Video formats --- */ section.
"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&playlist=over&playlistsize=80\" />
    </object>
</span>
",

Before you close this php file, make sure that the "mediaplayer_4.0.46.swf" is the same player the rest of your code calls for.  In other words, under "flv" => ", if your code calls for "mediaplayer_4.4.swf", make sure that the new entry we just put in also calls for "mediaplayer_4.4.swf" and not mediaplayer_4.0.46.swf. 

Now create an playlist.xml
the playlist.xml goes in your "images/stories/videos/" folder with your videos
here's my playlist.xml code:
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>Program Intro</title>
<location>http://www.yourwebsite.com/video/ProgramIntro.flv</location>
</track>
<track>
<title>Website Video</title>
<annotation></annotation>
<location>http://www.yourwebsite.com/video/WebsiteVideo.flv</location>
<image></image>
</track>
<track>
<title>Teaser Part 2</title>
<location>http://www.yourwebsite.com/video/Pt2Teaser.flv</location>
</track>
</trackList>
</playlist>

Finally to use the playlist in your Article on Joomla, use this code to call it up:
{flvlist}playlist.xml|480|272|true{/flvlist}

Thanks for the help from everyone else.  I wouldn't have gotten this far without the rest of this post!

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

More
15 years 3 months ago #21808 by ccvid
Okay, I never upgraded to the new version of Allvideos because it would need the "flvlist" option added in too -- so I'll just keep what I have for now.  But I've been playing for half the day with the jw_allvideos_sources.php script.  I tried the following:
"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=\"repeat\" value\"list\" />
		<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&playlist=over&playlistsize=80\" />
	</object>
</span

"Repeat" is one of JW Player's behaviors (as listed at developer.longtailvideo.com/trac/wiki/Player4FlashVars ).  It is supposed to repeat a playlist if it is set to "list".  For some reason it does not work with Allvideos though.  I have played with different approaches at this too.  Currently Allvideos is set to autostart in the plugin parameters.  I have also tried turning that off and calling the autostart feature through the calling of the playlist

{flvlist]playlist.xml|720|480|true{/flvlist}

Autostart works either way this way, but it makes no difference for the repeat behaviour.  I'm not done trying to figure this out, but I think I'm done trying to figure it out today.  Let me know if you have any luck with it!!!

Ben

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

More
15 years 3 months ago #21809 by ccvid
Replied by ccvid on topic Repeat SUCCES!!!!!
: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.


Powered by Kunena Forum