A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [RESOLVED] Dropdown not responding in a movie loaded into another movie

  1. #1
    Member
    Join Date
    Jul 2004
    Posts
    86

    [RESOLVED] Dropdown not responding in a movie loaded into another movie

    Hello,

    I have a flash program that is loading another flash file into a container movie clip. The flash movie being loaded has a dropdown that works perfectly when the movie clip is run by itself but when it's loaded into the parent movie, the dropdown doesn't even respond.

    Hope this makes sense.

    Any ideers?

    Thanks,
    Clem C Rock

  2. #2
    Island Boy
    Join Date
    Apr 2006
    Posts
    655
    load a copy of the dropdown component you are using to your main movie library. (not to the stage) There needs to be one there and it should work when the other movie loads in.

  3. #3
    Member
    Join Date
    Jul 2004
    Posts
    86
    Yup - that did it - now why didn't I think of that?


    Thanks!!!!!!!!!

    load a copy of the dropdown component you are using to your main movie library. (not to the stage) There needs to be one there and it should work when the other movie loads in.

  4. #4
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    You *may* also need to specify:

    Code:
    this._lockroot=true;
    On the main timeline of the loaded movie, since some of the code in the ComboBox component and other V2 Components that use the PopUpManager, reference _root.

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