Fuel 's new websites (X-post) 2004-03-04 - By Brian Robbins
Back > <http://www.cowboysandengines.com/> > > Can't get in the first few times I tried - I try to join as a > guest and get the dreaded shockwave error :( Eventually got > in refrehssing. Are you making sure all your 3D members are > properly loaded before manipulating them?
I believe that I just found the problem, and it should now be fixed.
Our loading bar is a Flash sprite which we first grab a reference to an object in it using getVariable("varName", false), and then call functions on that object to set the display text and percentage.
It turns out that calling getVariable before the member.loaded=true and member.mediaReady=true will give a script error (this only happens when using getVariable("varName", false) ). So I've added a check to make sure both of these are true before attempting the getVariable, and the error seems to have gone away.
Brian Robbins Senior Creative Technologist, Fuel Industries <http://www.FuelIndustries.com>
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Dir3d-l mailing list Dir3d-l@(protected) http://nuttybar.drama.uga.edu/mailman/listinfo/dir3d-l
|
|