The player is started only at the second frame of the mcPlayer view to avoid conflicts while opening.



If there is no song to play, a message is displayed in the Text component:

txtTitle_txt._text = "No MP3 files found.";

Otherwise a method placed on main frame 1 is called to update the player:

_root.updateMediaInfo();