A Flash Developer Resource Site

Search:

Type: Posts; User: maxwtf

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,611

    CS3 solution

    used this for the child:
    stage.dispatchEvent(new Event("cComplete"));

    and this in the parent:
    stage.addEventListener("cComplete",slideCompleteHdlr);
    function slideCompleteHdlr(e:Event):void{...
  2. Replies
    2
    Views
    1,611

    CS3 have UILoaded swf talk to parent

    I have a main fla that will load many external swfs sequencially in a timeline, two frames for each. The main timeline will advance only one frame, play the newly loaded swf and wait. I want each swf...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center