It's ok, I am glad you figured it out. For you to "tell away3d" to show the cube, you can/should do with with flash so....
1. load in the urls/bitmap materials. 2. add listener to alert when images have been loaded. 3. in listener add something like imagesloaded++; 4. when imagesloaded = the amount of images you need to load then you can call function "createAway3D" 5. createAway3D function creates your box, and you then use the bitmaps for your materials. Also an alternative is to use a placeholder bitmap, if you know the final size of the loaded ones. That way you can show the box, and maybe add the bitmaps one by one as they get loaded. So you have some options , but you need to use the flash listeners that tell/alert you when the url (bitmap) is loaded. -Pete On Wed, Apr 22, 2009 at 11:52 AM, desgraci <[email protected]> wrote: > > lol, i finally found what it was, yesterday as i promised asked to my > boss for the files so i can send u a video to your mail, after i had a > strong discussion with him, finally got permission, later at home the > movie was running perfectly in my pc. (?) > > Conclusion... > > Or he has a very old svn of away3d or of Flash Player, or Adobe, cause > at home i compiled and it worked, the same old version where the > "glitch" was found (it was something like 5) runned perfectly in my > laptop, and from the pc of my boss still doesnt work. > > Im very ashamed, i know how busy you are Mr peter, and i apologize, > but there was no alternative way to find that the problem was coming > from there, until i got permission to take the whole file (after > almost killing the boss in the process ^^) to another pc. > > Finally our enterprise can get a solution of the problem, i appreciate > all the help u have gave us, other way it would be imposible to find > it out. > > /** > *private > *if the work goes fine, a good donation is coming XD, at least in > colombian pesos. > */ > > Now again i apologize, for bothering you with this office problem, i > prefer to waste my own time not others. > > Ok about the next issue, i have the problem that if i load textures to > small blocks inside another block or the case of the planes in the > crrousel, i get white panels. Sending u via email the url, the info u > gave me it useful, but i dont want to make a flash preloader, but to > tell away engine "dont show the cube until u loaded the > bitmapfilematerial". In fact i already send u the url, i have > permision to do that at least XD, believe this problem helped more > than what u think. > > -- ___________________ Actionscript 3.0 Flash 3D Graphics Engine HTTP://AWAY3D.COM
