<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br class="webkit-block-placeholder"></div><div>I implemented the FlashMediaPlayer recipe in my latest project. Everything works fine, even playlists. One thing is not working though. I want to configure the&nbsp;Jeroen Wijering&nbsp;player that it displays all tracks of the playlist somewhere. I tried it for hours now, but don't know how to configure it that way. Does anyone know what I should do?</div><div><br class="webkit-block-placeholder"></div><div>I tried it with the setup wizard (<a href="http://www.jeroenwijering.com/extras/wizard.html)">http://www.jeroenwijering.com/extras/wizard.html)</a>, but don't really know which variable is the right one, and, if I could find the right one, how to implement it in the FlashMediaPlayer recipe.</div><div><br class="webkit-block-placeholder"></div><div>In the setup wizard I tried the option "Playlist to the right, all MP3's" and the swfobject code I get is:</div><div><br class="webkit-block-placeholder"></div><div><blockquote type="cite" class=""><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Arial sans-serif'; line-height: 16px; white-space: pre-wrap; ">&lt;script type="text/javascript" src="swfobject.js" /&gt;

&lt;div id="player"&gt;This text will be replaced&lt;/div&gt;

&lt;script type="text/javascript"&gt;
var so = new SWFObject('mediaplayer.swf','mpl','320','140','7');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addVariable('file','<a href="http://www.jeroenwijering.com/upload/statistics.xml')">http://www.jeroenwijering.com/upload/statistics.xml')</a>;
so.addVariable('height','140');
so.addVariable('width','320');
so.addVariable('displaywidth','120');
so.write('player');
&lt;/script&gt;</span></blockquote><br></div><div>I suspect the "mpl" in line 6 to be the necessary option. But how do I tell it through the recipe? :-/</div><div><br class="webkit-block-placeholder"></div><div>Thanks a lot for you help!</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>Martin</div></body></html>