Actually, that was a bit premature. This is a bug in simplicity, not in WebMP.
If you delete the Skins\Simplicity\Stream\FlashAudioAlbumPlayer.cshtml file and restart WebMP, it should work. Otherwise, try to switch to the default skin, it will work there.
Actually, that was a bit premature. This is a bug in simplicity, not in WebMP.
If you delete the Skins\Simplicity\Stream\FlashAudioAlbumPlayer.cshtml file and restart WebMP, it should work. Otherwise, try to switch to the default skin, it will work there.
I haven't tried deleting the file, but you're right - with a different skin this works. Thank you!
You don't lose anything. The problem was that Simplicity ships with an old version of the FlashAudioAlbumPlayer.cshtml file (the version from v0.5.2), which contained a bug. All the other skins ship with the version from v0.5.3, which has that bug fixed.
If a skin doesn't want to customize a particular file (i.e. use the same code as the default skin, which all skins probably do for this file), they can just leave it out to avoid problems like yours when the file in the default skin contained a bug. That is why deleting the file works: WebMP just uses the one from the default skin then, which is the fixed v0.5.4 version. However, I don't think any skins actually make use of this functionality at the moment.