loadmovie with xml bound components

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

  1. #1

    Default loadmovie with xml bound components

    I seem to recall this may have been mentioned here previously, but do
    not recall what the solution was, if in fact there was one listed.

    I have a swf that pulls in adata from a xml file and binds it to various
    UI components, including comboboxes. It works great, until I load it
    into another movie using loadMovie at which point it seems to only bind
    the intial data field.

    Since the initial data is showing up, it is obvious that the xml is
    getting refferenced and pulled in, and since it works on it's own I am a
    bit confounded as to why it isn't in this case.

    The version before it is pulled into the other movie can be seen working
    here:
    [url]http://www.attconline.org/test/schedule.html[/url]

    Unfortunately I don't have a copy with it not working online yet, but if
    needed I will post one.
    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley Guest

  2. Similar Questions and Discussions

    1. formatting bound item
      I feel silly asking this, but for the life of me, I can't get it to work. I want to format numbers that are being displayed in a CFFORMITEM tag...
    2. XML bound to
      This might be the wrong forum but.... ;) I'm new to flash, but I was trying out this tutorial:...
    3. bound columns of a datagrid
      i have a datagrid with few bound columns.i want to make the first column clickable.can i make a bound column clickable and write a handler for...
    4. Bound objects
      I have created a form in the design view and i have to errors. 1]I selected a control source from the options menue of the object however it...
    5. Bound Frames
      Hello, I've got an Image file type on my SQL database that is a stored binary word document. I would like to open the file in a bound frame in...
  3. #2

    Default Re: loadmovie with xml bound components

    Well, I found a solution... you have to add the components that you are
    using to the library of the movie that you are loading into.

    Unfortunately while this should be unnecessary with actionscript 2.0
    apparently it is.

    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley 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