Question about Flash

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Question about Flash

    I have a main movie with some content. Then I have other movies that will preload and drop into certain parts of the Interface...

    That's the simple part...

    The external movies that have features like a scroll bar and drop down menu's etc etc, they won't work once they load into the main movie.

    They're fine on their own. I've tested them. They just wont work as loaded clips.

    Any suggestions, i'm sure it's very simple. I'm overlooking something!

    Thanks if you can help.



    cncchick webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Flash + ASP easy question
      Hello! This is my 1st time doing Flash + ASP integration. Each time i see a tutorial using this 2, all i see is: Flash has dynamic fields with...
    2. Flash Question
      Hello, I have flash cast that has a tween starting at frame 26, to 30, there is a stop script at frame 25. I want to see the tween in director so I...
    3. Flash Datagrid Question
      Hi all, I have this problem: arrProd = new Array (); // var obj = new Object (); arrProd = obj; obj.categoria = "Colors"; obj.descrizione...
    4. Flash Audio question for Flash MX V6
      Was wondering if it is possible to call upon a link or button in the flash movie and have it load a track in the player without having to press the...
    5. Flash MX question
      Sure, many many many sites are nothing but Flash movies that interact with one another. -- Bill Horvath Extending Knowledge, Daily...
  3. #2

    Default Re: Question about Flash

    cnc--

    Best to ask that question at the Flash forum, but my guess would be that you
    refer to _root when you set the scroll properties. That will work fine when
    the movies are tested alone, but when they are loaded into a parent movie
    the _root reference will fail.

    Using relative properties will get you around that problem, but again,
    posting in the Flash forum is your best bet. Paste in the ActionScript that
    controls the menu objects so someone can give you specific help.

    Kim

    --
    Kim Cavanaugh, author
    Beginner's Guides to Dreamweaver and Fireworks
    [url]http://www.dw-fw-beginners.com[/url]
    ------------
    Extending Knowledge Daily at:
    [url]http://www.communitymx.com[/url]
    ------------
    Team Macromedia Volunteer for Fireworks
    [url]http://www.macromedia.com/go/team[/url]
    "cncchick" <webforumsuser@macromedia.com> wrote in message
    news:bfa0nt$rck$1@forums.macromedia.com...
    > I have a main movie with some content. Then I have other movies that will
    preload and drop into certain parts of the Interface...
    >
    > That's the simple part...
    >
    > The external movies that have features like a scroll bar and drop down
    menu's etc etc, they won't work once they load into the main movie.
    >
    > They're fine on their own. I've tested them. They just wont work as loaded
    clips.
    >
    > Any suggestions, i'm sure it's very simple. I'm overlooking something!
    >
    > Thanks if you can help.
    >
    >
    >

    Kim Cavanaugh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139