0 Replies Latest reply: Jul 4, 2011 6:49 PM by bluellipse RSS

    swf loader not running on mov export

    bluellipse Community Member

      Using this actionscript 3 code :

       

      var myLoader:Loader = new Loader();
      loader_mc.addChild(myLoader);
      var url:URLRequest = new URLRequest("banner-ad4.swf");
      myLoader.load(url);

       

      I loaded a swf file into my fla document. It looked good when published as swf. When I then try to export it as a .mov file the created file is distorted and the swf file does not load. I receive no error messages. Any thoughts about why this is happening?

       

      Thank you.