A Flash Developer Resource Site

Search:

Type: Posts; User: shadowswind

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    984

    [F8] Loading SWF

    HI,


    I load an external SWF, with this code :


    var mList1:Object = new Object();
    var mLoad1:MovieClipLoader = new MovieClipLoader();
    mLoad1.addListener(mList1);
    var hold1:MovieClip =...
  2. Replies
    1
    Views
    920

    [F8] Problems with SWF's arrow events

    HI all!!

    I have a problem. I load a SWF on my flash application on frame 133 with this code:



    this.createEmptyMovieClip("load",0);
    loadMovie("teste.swf", load);
    load._x = 80.0;
    load._y =...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center