Hi,
I just made a full flash site, and I did that with loading other swf’s into it. So if you press a button this is the code:
on(release){
loadMovie("test.swf",/Load);
}
That “Load” thing is an empty movieclip.
Now I finished my site, I realised it doesn’t have a preloader… can anyone help me? I allready tried the tutorial on this site, but I can’t make it work… I just don’t know where to place the code…
Thx