loadFile don't work??

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

  1. #1

    Default loadFile don't work??

    Hi!

    I'm trying to load a 3d model in my cast with "member("TestMesh").loadFile" ,
    but during loading the status never gets more than "3", so I can't reset the
    World and so on.

    Do you have any idea?

    Bye!


    MonopoliAlex Guest

  2. Similar Questions and Discussions

    1. the nightmare that is loadfile()
      I've been struggling all day with trying to load linked members into my project. I've finally go to the stage where I'm using...
    2. About loadfile()?
      When loadfile() is used to load a model file, the IE temporary directory(for example: C:\Documents and Settings\Administrator\Local...
    3. loadfile
      I can import car.w3d with scene.loadfile("car.w3d",false,true) thats OK. But this returns nothing so how can i move it or use havok to make it...
    4. loadfile at authortime?
      Hi I want to read out some Informations from an extern w3d file at authortime. What I?ve done so far is loading the w3d file (from the local...
    5. Loadfile problem
      Hi there! I would like to slice my 3D scene into several part to be able to load particular shaders when needed for exemple. So to do this i...
  3. #2

    Default Re: loadFile don't work??

    during loading the status will never get more then 3 because it is not completely loaded. Or do you have a different problem?
    hondo3000 Guest

  4. #3

    Default Re: loadFile don't work??

    The problem is that the status never reaches "4" :-)
    Before the "loadFile" call the status is 4.
    MonopoliAlex Guest

  5. #4

    Default Re: loadFile don't work??

    that sounds strange. Can you upload the w3d file somewhere and give the link to
    its location? I would like to test it. How big is this file?

    go to this shockwave3D page and copy the url of the shockwave3D file into the
    field on the bottom, then hit the "load" button. to test it you can insert this
    path: "http://www.kisd.de/~lutz/3dtest/preloader/test.w3d"
    [url]http://kisd.de/~lutz/3dtest/preloader/[/url]

    Is it working? If it is working you can even take a look at the source file:
    [url]http://www.kisd.de/~lutz/3dtest/preloader/preloader.zip[/url]

    cheers!

    hondo3000 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