I had the same problem with the hotel room demo. The already compiled swf works fine on my Mac but when i compile them it doesn't work. None of them work at my linux box.
Looking at the source I noticed it loads a 3ds file. In the code it ends in .3DS (in caps), while the file in assets/room has the extension in lowercase (.3ds). Changing the extension I got rid of the red square error. I think it could be this because if I put a random (invented) filename I get the red square error again. I thought I would let you know, maybe because windows is not case sensitive and this is why we get the error? I could not make it work, but I am using flex sdk 4 and only from command-line, so I can't take advantage of the build scripts (I think they are for flex Eclipse based Ide). I am using mxmlc directly at the moment. If I get any results I'll keep you informed. On Jul 19, 8:53 am, Dan <[email protected]> wrote: > Thank you very much everybody.
