elow kirupians!
i actually confused why fscommand(“quit”) in my project has an error “Call to possibly undefined method” where in fact i used this command in some of my projects and its working fine…or maybe its not acceptable if used in a package coz i just inserted it in my package…could someone tell what’s wrong with my project? or is their another way to close a projector by clicking a button using as3?
if(evt.target.name==‘item_’+9+’_mc’){
fscommand("quit");
}
help plss…