flash as3 kiosk. how should the content be loaded to not bloat the system?

  • Thread starter Thread starter Steve M
  • Start date Start date
S

Steve M

Guest
hello,
i am building a kiosk and i am using as3, my biggest concern is how to load the content. i have a bit of experience with making flash applications for the web, i almost always stream content into the applications because there is no sense to load 3 mb of data all at once.
however, since the kiosk will be loaded one time in the morning it seems like since the overall files wont be that large it would be better to load everything at once. so then when i transition between different pages i would just remove objects from the stage but leave the listeners and everything else intact so when returning to the home screen i would just have to re-add the object to the stage.

any help from past experience would be great!

thanks,
steve
 
Back
Top