Flash/ActionScript - Use .mp3 file in library in a movieclip -


i've imported mp3 file library , made actionscript class, can't access in movieclip.

edit: i'm using adobe air, because want compile android application

set as linkage sound (in library panel)

enter image description here

then paste code in movieclip (first keyframe)

var snd:snd=new snd(); snd.play(); 

hope helps


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -