belthi - 2005-09-21

Logged In: YES
user_id=1349299

i don't think that's possible!
how would you load that from flash?
you can no load multiple movies with one loadmovie action
use a loop in flash instead...

for(i=1;i<20;i++)
{
loadMovie("jpg2swf.php?pic="+i,"clip"+1);
}

... or something like that!

Cheers
Belthazor