--- a/src/hp/templates/hp/partial/embed_player.html Fri Nov 16 09:31:41 2012 +0100
+++ b/src/hp/templates/hp/partial/embed_player.html Fri Nov 16 17:38:24 2012 +0100
@@ -27,7 +27,7 @@
css : '{{LDT_STATIC_URL}}ldt/metadataplayer/LdtPlayer-core.css',
widgets: [
{
- type: "JwpPlayer",
+ type: "AutoPlayer",
live: true,
height: 310,
width: 480,
@@ -44,12 +44,7 @@
{ type: "Slider" },
{ type: "Controller" },
{ type: "Polemic" },
- { type: "Segments" },
- {
- type: "Annotation",
- search_on_tag_click: false,
- start_minimized: false
- },
+ { type: "MultiSegments" },
{ type: "Tweet" },
{
type: "KnowledgeConcierge",
@@ -61,6 +56,8 @@
project_id: "{{kc_id}}",
topic_id: "{{topic_id}}",
related_api_endpoint: '{% url videos_recommended %}',
+ related_count: 8,
+ related_data_type: 'json',
video_url_base: '{% url hp.views.show_video_details "" %}'
}
]