Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

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?

— asked May 14th 2010 by Semon Xue
  • 1.3
  • android
  • ks
  • movie
0 Comments

0 Answers

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.