Integrating real media file

Hi All,

ok here is a script…

myMusic=new Sound(this);
myMusic.loadSound(“aone.ram”, true);
myMusic.start(0,999);

but it won;t work with rm or ram (real audio/ media) files…whats the problem?
and then I noticed the looping function wouldn’t work either (tried with mp3) I guess it needs to be linked?!

thx,

m.