config.xml
config.xml — 1.4 KB
Dateiinhalt
<?xml version="1.0"?> <player width="100" height="35" background="../images/hintergrund.jpg" imagePath="audio/images/" songPath="audio/mp3/"> <info x="2" y="10" width="112" height="18" overflow="scroll" show="true" /> <slider> <progress show="true"> <bar x="10" y="40" width="106" height="10" image="" show="true" /> <slider x="2" y="37" width="6" height="6" image="balken2.jpg" hover="slider_hover.jpg" show="true" /> </progress> </slider> <settings> <font size="11" family="Verdana" color="990000" /> <scrolling interval="100" step="2" mode="default]" /> <loadingProcess show="true" showTrackName="true" /> <streaming value="true" /> <autoload value="false" /> <autostart value="false" /> <repeatAll value="false" /> <repeat value="true" /> <shuffle value="false" onStart="false" /> <autostartNext value="true" /> <autoloadNext value="true" /> <ID3Names value="false" /> <skipTrack stopAtLast="true" stopAtZero="true"/> </settings> <songs> <song name="forum Nordeuropa" filename="mp3" /> <song name="Lykke Friis - Dänemark und die europäische Verfassungskrise – eine andere Zeitzone?" filename="lykke_friis.mp3" /> <song name="Pär Nuder - Successful Social Democratic Financial and Economic Policy - the Swedish Experience" filename="paer_nuder.mp3" /> </songs> </player>