i use in unique frame on layer named “code” the code:
stop();
som = new Sound();
som.loadSound(“urlsound.mp3”, true);
som.setVolume(100);
_root.songname.text = som.id3.songtitle; [color=silver]// problem[/color]
in songname text field i want show id3 song title from mp3 file…
undefined is the word that write.
anyone can help me ???