loadvariable, movies inside movies...

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

  1. #1

    Default loadvariable, movies inside movies...

    I'm having problems getting loadvariable to work when one movie is
    loaded into another. The movie that holds the text works perfectly when
    it is played on its own, but if I then load that movie into a container
    movie, loadvariables fails to load my texts. Any idea what I should look
    out for?

    I use this on a Frame action:

    loadVariables("../content/about.txt",this)

    And there is a text field on the page with var set to "content". The
    text document it loads is redident in the parent ../content folder, and
    permissions are fine.

    Like I said, the text is loaded fine if I run that movie by hand, but
    when the movie is loaded into a container movie it does nothing...
    SpaceGirl Guest

  2. Similar Questions and Discussions

    1. OS support for Flash movies, inside file managers
      What's the OS support for Flash movies, i.e. clicking on it instead of playing in a browser. Windows I *think* does, but I can't remember if that...
    2. One projector with multiple movies inside on
      Sorry, i'm using Director MX (Mac & PC)
    3. One projector with multiple movies inside on PC
      Hi to all, I'm trying to create a single projector with multiple movies which are called like so 'go movie '@:start.dir'', go movie '@:intro.dir'....
    4. Linking Director movies with director movies
      I am working on a prodject in which i need to link 2 dirctor.exe movies. "Dircitor.exe number 1" has a button, when this button is clicked upon it...
    5. Movies controlling movies!
      I need to know if it is possible to control a movie from another movie - let me explain. On the main screen I have four movies which are acting as...
  3. #2

    Default Re: loadvariable, movies inside movies...

    You will propably need to set another target in the loadVariables, do the
    debugger when you run the movie that loads in the other--- to find the new
    location of the textfield..it wil be listeed in the variables output of the
    debugger..
    I had this problem once myself

    hope this will help you..

    AL


    al Guest

  4. #3

    Default Re: loadvariable, movies inside movies...

    al wrote:
    > You will propably need to set another target in the loadVariables, do the
    > debugger when you run the movie that loads in the other--- to find the new
    > location of the textfield..it wil be listeed in the variables output of the
    > debugger..
    > I had this problem once myself
    >
    > hope this will help you..
    >
    > AL
    >
    >
    It's very weird. It all works locally. When I copy the files live, the
    text just refuses to display.
    SpaceGirl Guest

  5. #4

    Default Re: loadvariable, movies inside movies...

    SpaceGirl wrote:
    > al wrote:
    >
    >> You will propably need to set another target in the loadVariables, do
    >> the debugger when you run the movie that loads in the other--- to find
    >> the new location of the textfield..it wil be listeed in the variables
    >> output of the debugger..
    >> I had this problem once myself
    >>
    >> hope this will help you..
    >>
    >> AL
    >>
    >
    > It's very weird. It all works locally. When I copy the files live, the
    > text just refuses to display.
    Okay fixed - despite what the documentation says, you have to use
    absolute paths for content that is loaded like that when on a web
    server. When testing the movies locally you can use relative paths. Blah.
    SpaceGirl Guest

  6. #5

    Default Re: loadvariable, movies inside movies...

    Well then the problem is solved..

    Best wishes for your application, it's an interesting area for use of
    flash..

    AL


    al 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