playmusic

Monkey Targets Forums/XNA/playmusic

dave.h(Posted 2012) [#1]
when i try to get the music to loop in xna or on the windows phone it fails to do so and just plays the once then stops.in all other platforms it works.Is the command below correct or is there something different about windows 7 phones to get it to loop.I dont have stopmusic anywhere in the program and start the music in OnCreate().

PlayMusic("pao.mp3",1)


Xaron(Posted 2012) [#2]
Hmm... I never "stop" my music I just mute it with the volume command.

I'll check it out if I have problems with looping on my phone, I never waited that long LOL.


dave.h(Posted 2012) [#3]
I've discovered it only happens in v50 so I moved up to v56 and its ok now