Movie not close after finish in KS 1.3
I'm setup a movie as intro of my app.It will not close after complete.I follow the code in KS 1.2/1.3. The code not work at even in KS.
activeMovie.addEventListener('complete',function()
{
Titanium.UI.createAlertDialog({title:'Movie', message:'Completed!'}).show();
win.close(); //this code not work
});
Even I want to use movie.hide() still not work.Is this a bug?