A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need Help loadmovie swf not loading xml galery

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Location
    Cartagena, Colombia
    Posts
    3

    Need Help loadmovie swf not loading xml galery

    im so desperate i have no idea what the problem is! i need HELP for my class final in flash.
    i have a my archive SWF which has an image and the rest is a code for a carrusel, this codes creates its own containers where the xml file will load, when i run this SWF everything is perfect, and all the xml images are shown.

    BUT, then i have a MAIN archive, called menu, with buttons that calls other swfm and an empty movie clip(below the buttons) where i call the swfs
    by " on (release) {loadMovie( "impresos.swf", contenedor);} " (contenedor is the name of the mc) .. so the main swf loads perfectly my other archives... but the one with the xml file only loads the base image in the archive, and not the xml files, i presume it has something to do with this :
    function runScript() {
    _root.createEmptyMovieClip("bg", 1);
    _root.createEmptyMovieClip("image", 4);
    _root.createEmptyMovieClip("arbol", 3);
    _root.createEmptyMovieClip("thumbnails", 2);
    _root.createEmptyMovieClip("boton", 5);

    but im blue on how to make the MAIN swf load my xml files also (they are all in the same folder btw) ...

    any sugestion???
    PLZ!!!

  2. #2
    Junior Member
    Join Date
    Apr 2011
    Location
    Cartagena, Colombia
    Posts
    3
    ow well neveer mind, i pasted all the codes in frame 2.. and then all the other buttons did this :
    on (release) {gotoAndStop(1);
    loadMovie( "DISENO BASICO.swf", contenedor);
    thumbnails.removeMovieClip();
    image.removeMovieClip();
    arbol.removeMovieClip();
    boton.removeMovieClip();
    }

    so i didnt use the load swf for this particualr instance jst gotoandstop(2) ;

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center