XLR8
09-27-2008, 01:27 AM
hi,
I'm currently making a RPG in which it's server based.. And in my RPG i have characters which can equip different items and hair styles.. clothes/armour.. etc
And i'm thinking.. if i get this to completion.. i'll have over a hundred items altogether..
Now.. this is going to be on a website.. for people to play.. and this involves them downloading the file..( and with so many items it's going to heavily bump up the file size ) .. so.. the question is..
Should i have everything in just one single swf..
Or.. should i split each and every hairstyle/item into it's own swf. and then.. only call them in when needed..?
I think splitting every item into it's own swf might be a good idea.. as then the player only downloads what they need. and other things.. which they don't need won't be downloaded.. and hence reducing file size and wait time..
But another thing is.. if I were to load each and every swf with "LoadMovie()" or equivalent.. would this be slow? And is there any other factors here which makes Flash handing so many files not be as good as having everything in one file?
Thanks!
I'm currently making a RPG in which it's server based.. And in my RPG i have characters which can equip different items and hair styles.. clothes/armour.. etc
And i'm thinking.. if i get this to completion.. i'll have over a hundred items altogether..
Now.. this is going to be on a website.. for people to play.. and this involves them downloading the file..( and with so many items it's going to heavily bump up the file size ) .. so.. the question is..
Should i have everything in just one single swf..
Or.. should i split each and every hairstyle/item into it's own swf. and then.. only call them in when needed..?
I think splitting every item into it's own swf might be a good idea.. as then the player only downloads what they need. and other things.. which they don't need won't be downloaded.. and hence reducing file size and wait time..
But another thing is.. if I were to load each and every swf with "LoadMovie()" or equivalent.. would this be slow? And is there any other factors here which makes Flash handing so many files not be as good as having everything in one file?
Thanks!