Loading resources

Hello :slight_smile:

I am making a game, then I learned to load the resources (images,etc) just when I need them, using the Loader class.
I would like to know if I embed them they would be loaded with the game swf file (I am thinking as if my game is on a website) or when I instantiate them.
If I load it one time and not use it anymore (loose its reference) and after some time load it again, will it be downloaded from server again? Or it will load from my pc?
If I put the resources on a folder in the server (now I am using a folder on my pc) anyone would go there and get all the resources! What should I do?

Now I am thinking how my game would work on a website, not on my PC only :slight_smile:
I got the idea to create a loader to load my game, but I cant think about the resources loading, I need some advices!

Thank you :smiley: