hey
Have have a picture gallery that contain a movieclip with 18 loader components that load the pictures and it works fine, exept when you visit the site for the first time or when you have empty temp internet files the pictures wont scale and they are all over the screen full sized. if you refresh the page they scale perfect.
I guess this is a preloader thing but can you preload ext. images?
ladda externa bilder med kpoader component
3 svar · 455 visningar · startad av starfish prime
Yes it can be done with If.
I don't remember exactly but something like this:
if (instname.getBytesTotal() = instname.getBytesLoaded()) {
Du kan även kolla in MovieClipLoader så har du ett par användbara events:
onLoadProgress för att kolla hur mycket som laddats ned
onLoadInit där du t.ex. lägga din kod för att skala om clippet och vara säker på att det är redo.