Jump to content
Search Community

repeating external swf in adobe for android problem

mt.mt2000 test
Moderator Tag

Recommended Posts

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

Link to comment
Share on other sites

I don't quite understand the question, but please keep in mind that:

  1. Most of the web will not support the Flash player for much longer. It is largely considered a dead technology. I would strongly recommend that you not invest much time learning it and building swfs. It's much better to move to open web standards like HTML/CSS/JavaScript which we did many years ago.
  2. We have not actively supported or maintained the ActionScript tools for many years. You're welcome to still use them, of course, but please don't expect support or any updates. Again, it's mostly a dead platform, at least on the web. 
  3. This sounds like more of a Flash question, not a GSAP question. We really try to keep these forums focused on GreenSock technology specific questions.

Good luck with your projects!

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...