Hello All
installed FLV Player as shown on 5 pieces and was working great until I upgraded EE from 1.66 to 1.68. I am using FF with ngen, now player says “no valid file types in playlist”. I uninstalled flv player , FF and ngen and reinstalled still no luck, also made new playlist which didn’t solve problem.
It seems like it can’t read the playlist entries they are there looking at it in the CP edit or Publish
If I roll back to 1.66 it all works.
Any help would be great - I don’t seem to be able to find the problem.
Thanks!
here is code for the page of the player:
{assign_variable:my_weblog="default_site"} {assign_variable:my_template_group="spaces"}
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html >
<head>
<meta http-equiv=”content-type” content=”text/html; charset={charset}” /> <title>{exp:weblog:info weblog="{my_weblog}”}{blog_title}{/exp:weblog:info} Blog</title>
<link rel=’stylesheet’ type=’text/css’ media=’all’ href=’{stylesheet={my_template_group}/site_css}’ /> <style type=’text/css’ media=’screen’>@import “{stylesheet={my_template_group}/site_css}”;</style> <link rel=”shortcut icon” href=”favicon.ico”>
[removed][removed]
</head> <div id=”player23”>
{exp:flvplugin playerpath="/inc/swf/player.swf" file="{path={my_template_group}/media-playlist}” playlist=”bottom” playernumber=”23” width=”720” height=”560” skin=”/inc/swf/skins/five.swf” backcolor=”505150” frontcolor=”c9171e” lightcolor=”1aa3be” backcolor=”bad0be” icons=”true” playlistsize=”150” controlbar=”bottom” smoothing=”true” stretching=”none”}
</div>
</html>
Hi John
THank You for taking the time to look at this.
Here is the media-playlist -
<trackList>
{exp:weblog:entries weblog="media_gallery" limit="0" disable="trackbacks|categories|pagination|category_fields|member_data"}
{media_videos}
<track>
<title>{cell_1}</title>
<annotation>{cell_2}</annotation>
<location>{cell_3}</location>
<image>{cell_4}</image>
</track>
{/media_videos}
{/exp:weblog:entries} </trackList>
</playlist>Hi John
I just solved it - I noticed that when I sent posted the code I saw the error in the following code
{exp:weblog:entries weblog="media_gallery" limit="0" disable="trackbacks|categories|pagination|category_fields|member_data"}
shuold have been
{exp:weblog:entries weblog="media_gallery" limit="1" disable="trackbacks|categories|pagination|category_fields|member_data"}
I had limit = 0 instesd of limit = 1
Thank you for looking at this you were right!
Dan
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.