HI Felix

this is what the first loader looks like after i changed the source file(fla)

this is what the loader looks like after the first one has loaded(i guess its a loader for the first picture or something), this is also what happens if i change the color in the html file, the code below is not in my html file atm, since this seems to change the color of the whole preloader and not just the loader bar.
fo.addVariable("preloaderColor", "0xff00ff");

this is what i wish my loader looks like, i dont know if its possible to insert this loader into the fla, as this checks if the whole movie is downloaded.
The only stuff i have changed in the .fla file is the library files, code is untouched.
I dont know if what i want is possible, all i want to change is the loading bar, and not the rest of the loader, best thing would be if i can use my old preloader.
I tried removing those lines in the .Fla but it didnt change anything
DD