onstart firing before image loaded

  • I use the onstart event to start a scene autorotating. However, if the file takes a while loading, the hotspots will start rotating over a black background before the image shows up. This doesn't seem like the correct behavior. Instead, it seems like onstart is behaving like onxmlcomplete.

  • i think you would need to add the onloadcomplete event inside the scene tags for each scene. onstart is supposed to fire off before onxmlcomplete i beleive. soon as the xml is starting to be read that action can take place. xmlcomplete obviosly is after it is done being read.

  • VN2009, Jarredja: as you noted onstart is not an actual event apparently. I had to place the onloadcomplete in an events element within the scene rather than as an attribute of the scene. Thanks. It's now working properly.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!