_root.onLoad = function() { sonido = new Sound(); sonido.attachSound("musica"); sonido.start(0, 2); };