No hay ninguna propiedad que lleve por nombre 'false'.
lo que escribí fue lo siguiente:
var mp3:Sound = new Sound ();
mp3.loadSound("01 Highway To Hell.mp3".false);
botATRAS.onRelease = function()
{
}
botPLAY.onRelease = function()
{
mp3.start(0);
}
botSTOP.onRelease = function()
{
mp3.stop();
}
botPAUSA.onRelease = function()
{
}
botSIGUIENTE.onRelease = function()
{
}
Ahora, no se si el camino hacia la cancion esta mal, si lo que tipie esta mal, en resumen no se que hice mal...
la ayuda seria muy buena gracias