Le 04/02/2014 08:51, nicola at nicoladefilippo.it a écrit :
> Hi,
> put your file in android/assets directory and from qml:
>
> MediaPlayer {
> id: playMusic
> source: "assets:/example.mp3"
> }
>
Thanks, it works, next question, what is the proper way to manage a list
of sounds in a platform independent way at the .pro level.
Bruno.