load = modelResources only

Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default load = modelResources only

    Hello,

    I have a host dcr with a button which launches the download of a small *.dcr
    Then loadFile() imports the file into the host dcr when download is complete.

    Testing : The file loads all the elements of the small *.dcr in local testing
    fine
    Problem : The modelResources is all I see loaded when downloaded (no models
    viewable via Object Inspector)

    Any one beat this before? / Thoughts?
    Do I have to make the models from the modelResources, again?

    Thanks

    whopiecat Guest

  2. Similar Questions and Discussions

    1. How can I load load Additional extensions ?
      My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I...
    2. xml.load
      I have an XML file that is being updated occasionally, and I want to show the latest version. When I use XML.load in the development environment it...
    3. Won't load
      My computer crashed last night and I haven't been able to load Illustrator 10 since. I tried to uninstall and re-install but now while loading it...
    4. Load .NET DLL in C???
      Hi all. I have developed a webservice and made a proxy class to access this webservice. I have a program in C (using WIN32 Api functions) and...
    5. Can't down load
      Hi, Have tired every idea to find out what is wrong. I have not been able to down load my updates for Windows XP. I have gone to books and help...
  3. #2

    Default Re: load = modelResources only

    whopiecat <webforumsuser@macromedia.com> wrote:
    > Hello,
    >
    > I have a host dcr with a button which launches the download of a small *.dcr
    > Then loadFile() imports the file into the host dcr when download is complete.
    loadFile is supposed to work with .w3d files or is it a type, that you
    wrote, that you want to load a .dcr file?
    >
    > Testing : The file loads all the elements of the small *.dcr in local testing
    > fine
    > Problem : The modelResources is all I see loaded when downloaded (no models
    > viewable via Object Inspector)
    >
    > Any one beat this before? / Thoughts?
    > Do I have to make the models from the modelResources, again?
    not, that I am aware of.
    what are the parameters you pass to the loadfile() command ?
    alex 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