A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash CS3 AS2&3 - loadMovie issue

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    7

    Flash CS3 AS2&3 - loadMovie issue

    We have a series of three movies that need to load one after the other (button triggered) The first is AS3, the second AS2 (learning interactions) and the last is AS3.

    I can get all three to load properly in the flash player but when I publish and use the html page the button on the middle movie doesn't load the third.

    Here's the script I have on the button on the AS2/middle movie:

    on (release)
    {
    loadMovieNum("checktest.swf", 0);
    }

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    Im sorry.. are you publishing this in AS3 then? since your external.swf's (some) are coded in AS3?

    As far as I know (which is NULL about AS3).. I didnt think it had any loadMovie()..etc..etc anymore?

    something about loader() and
    addChild()

  3. #3
    Junior Member
    Join Date
    Dec 2006
    Location
    Colorado
    Posts
    7
    It is 3 separately published swfs that call the next when the button in the last frame is clicked. I've figured how to get the AS3 to call the AS2 (see http://board.flashkit.com/board/show...14#post3981614 for that)

    Now, I have a button in the AS2 movie that will load an AS3 swf in the standalone Flash player. The problem is that all of this is housed in a master html page and I can't get the second movie to load the third in the html page.

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