
/* - ++theme++kk.andraerecords/js/myflow.js - */
// http://www.andraerecords.de/portal_javascripts/++theme++kk.andraerecords/js/myflow.js?original=1
(function($){$(function(){var list=new Array();$(".myPlayListFlowPlayerAudio").each(function(index,value){$(this).children("li").each(function(index2,value2){list[index2]=({"url":$(this).children("a").attr("href"),"title":$(this).children("a").html()})});$('<ul id="myPlayListFlowPlayerAudioList'+index+'" class="myPlayListFlowPlayerAudio"> <li class="clips"><a href="${url}">${title}</a></li></ul>').insertAfter(this);$("<div id='myPlayListFlowPlayerAudio"+index+"'></div>").insertAfter(this);$("#myPlayListFlowPlayerAudio"+index).height(0);$("#myPlayListFlowPlayerAudio"+index).width(0);$("#myPlayListFlowPlayerAudio"+index+" object ").height(0);$f("myPlayListFlowPlayerAudio"+index,"http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",{playlist:list,plugins:{controls:{playlist:true,fullscreen:false,height:30,autoHide:false}}});$(this).remove();$f("myPlayListFlowPlayerAudio"+index).playlist('#myPlayListFlowPlayerAudioList'+index,{loop:true})})})}(jQuery));

