Flash data store

Where does flash store files loaded by loadClip/loadMovie?

in your root directory of your movie. Unless youre using AS to create an empty movie clip, then I would assume it is stored in the same .swf.

what exactly are you asking? where it stores it in memory?

You need to load into another movie clip or _level.

eg

 
loadMovie("circle.swf", mySquare);


Where mySquare is an empty movie clip on the stage.

[QUOTE=pablo 2006;1984425]You need to load into another movie clip or _level.

eg

 
loadMovie("circle.swf", mySquare);


Where mySquare is an empty movie clip on the stage.[/QUOTE]

I don’t think that is what he is asking.

isvaljek please clarify your question when you get a chance.

thanks

Sorry, I was thinking more on the lines of a temp cache folder on the hdd.