pause = 'true' with xml for mediaplayer not working
Is this a bug?
I am using the set external playlist command. However it will not start paused.
It plays each time.
I am using both the parameter in the xml file 'pause = true' and also in the mediaplayer properties in koolmoves.
this is my code:
---------------AS3------------
mp.setExternalXMLPlaylist(new URLRequest('mp.xml'));
stop();
---------------XML--------------
<?xml version="1.0" encoding="utf-8"?>
<playlist start="0" pause="true" repeat="true" shuffle="false">
<item label="Grapevine Fires">
<audio src="./mp3/test1.mp3" />
</item>
<item label="Kiss And Say Goodbye">
<audio src="./mp3/test3.mp3" />
</item>
</playlist>
-------------------------------
Files:
http://rapidshare.com/files/43990822...alplaylist.zip
why does it not work? A bug?
cheers