I just started experimenting with MXM, and had a question concerning audio.
Is there any way to have a skin play a local audio file, and then when finished, play random tracks from the global soundtrack? To give you a better idea of what I'm takin bout...
<Music>
<File>somesong.wma</File>
<PlayGlobal>On</PlayGlobal>
<PlayRandom>On</PlayRandom>
</Music>
When I try this, only random tracks will be played, ignoring the local file. The video I'm setting up will need this file. If I try this it works, but does not play the soundtrack in a random order...
<Music>
<File>somesong.wma</File>
<PlayGlobal>On</PlayGlobal>
<PlayRandom>Off</PlayRandom>
</Music>
All other options I tried will only play the local file once, and that's it.
I know there are workarounds for this, but was wondering if there was any way to control the order in which audio is played. For me it opens up the possibility for other things.
thx for you help.