PDA

View Full Version : is it possible to getBytesTotal for just a scene?


mkocurek
04-01-2003, 04:56 PM
Hi there,

short question: is it possible to getBytesLoaded()/getBytesTotal() for just a specific Scene? If it is - what's the command for?

Thanks
Michael

Jesse
04-01-2003, 10:16 PM
Nope. You'd have to export the scene as a separate SWF... You can however use a Size Report which you can generate when you publish throuhg Flahs. That will tell you how big the elements in each scene are and you could hard-code the bytes in that scene into your code.