A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [Resolved] need to include external swf files into my movie

  1. #1
    T H O R N H I L L
    Join Date
    Jul 2003
    Location
    venezuela
    Posts
    45

    need to include external swf files into my movie

    i am making a products catalog , where i will use aprox 70 pictures .

    each picture , will enter (sliding) from right to left .

    for the site to be faster i prefer to have each picture Mc on a separate swf in the same root ,so i can load the desire picture of the desire product on a boton press .

    i have tried to use loadMovie but i got all confuse !!!

    i also will like to use the same Mc instance to show each picture chosen !!

    i also want to call that Mc using
    on (press) {
    _root.mcname.gotoAndPlay(2);
    }

    how can i load a swf file to be loaded into Mc mcname ?
    and to be added as an optional into my current Movie (not that leaves my actual movie for the new one )

    a good example i found at http://www.schiesser.de/schiesser.html where yo can see that by presing a right border picture , it loads and displays the picture chosen ..

    please help ?

  2. #2
    T H O R N H I L L
    Join Date
    Jul 2003
    Location
    venezuela
    Posts
    45

    i made some editable files !!

    ok i made this files to help !!

    http://chiquinquiradelgado.com/oldnewbie/oldnewbie.zip

    there we have 3 swf
    with colors entering from right to left

    and a main movie call colores.fla
    buttons already build.

    the idea is that
    -when i press button amarillo it loads amarillo.swf and plays it

    -when i press button azul it loads azul.swf and plays it replacing the amarillo.swf

    -when i press button rojo it loads rojo.swf and plays it replacing the azul.swf


    thanks for help !!!

  3. #3
    I tried... dbarbarian's Avatar
    Join Date
    Aug 2003
    Location
    Berkeley, California, USA
    Posts
    678
    hope this helps
    the movie clip is in the first layer and has the instance name of loadClip.

  4. #4
    T H O R N H I L L
    Join Date
    Jul 2003
    Location
    venezuela
    Posts
    45

    it works perfectly

    thanks it does exactly what i needed and now i understand better the learning of the situation !!

    thanks

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