Jump to content
Search Community

mt.mt2000

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by mt.mt2000

  1. hi friends

    I am new to the forum
    I need your help with a problem.
    my problem:
    I have a file in animate that loads an external swf using this code
    
    
    stop();
    var myloader:Loader = new Loder();
    var url:URLRequest = new URLRequest("myswf.swf");
    myloader.load(url);
    myloader.x=0;
    myloader.y=0;
    addChild(myloader);
    
     
    
    When i test my project in animate , the file is working fine
    But when I export the file to Android and test the file, I find the flash does not stop and works repeatedly
    Is there a solution to this problem and excuse me because I am a beginner
     

    Untitled-1.fla

×
×
  • Create New...