- Posts: 8
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- (resolve) Is it possible to play videos with playlist ?
(resolve) Is it possible to play videos with playlist ?
- originalvince
-
Topic Author
- Offline
- New Member
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
-
Topic Author
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
...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
-
Topic Author
- Offline
- New Member
- Posts: 8
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
-
Topic Author
- Offline
- New Member
- Posts: 8
"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.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
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
-
- Offline
- New Member
- Posts: 2
<?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.
- wmbell
-
- Offline
- Junior Member
- Posts: 33
:D
Please Log in or Create an account to join the conversation.
- mulosmani
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Airtek
-
- Offline
- Junior Member
- Posts: 23
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
-
Topic Author
- Offline
- New Member
- Posts: 8
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.
- sharelle
-
- Offline
- New Member
- Posts: 1
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.
- tvredeglobo
-
- Offline
- New Member
- Posts: 3
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"> </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.
- tvredeglobo
-
- Offline
- New Member
- Posts: 3
"mp4list" => "
<script src=\"$mosConfig_live_site/{VFOLDER}/player/swfobject.js\" type=\"text/javascript\"></script> <div id=\"player\"> </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.
- Airtek
-
- Offline
- Junior Member
- Posts: 23
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.
- Cormac Moore
-
- Offline
- New Member
- Posts: 4
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.
- ccvid
-
- Offline
- New Member
- Posts: 16
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\" />
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.
- ccvid
-
- Offline
- New Member
- Posts: 16
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.
- ccvid
-
- Offline
- New Member
- Posts: 16
"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.
- ccvid
-
- Offline
- New Member
- Posts: 16
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.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- (resolve) Is it possible to play videos with playlist ?