Hi
I’m making an imagegallery, trying to learn actionscript/flash. Instead of explaining everything, I’ve uploaded it so you can see for yourself.
Link1: http://knighthk.glvortex.net/gal/galleri.swf
Link2: http://knighthk.glvortex.net/gal/galleri_img.swf
The only difference between these two files is that the one with images uses loadMovie, in the other, it’s commented out. See how it changes size to something very small immedieatly after loading a new image and then switches back to the size it should have? I’m guessing this happens right after the jpeg is done loading, but onLoad etc doesn’t seem to have much effect. I’ve also experimented some with the loadClip functionality, but I can’t even get it to load anything? It’s wierd, because atleast the trace on error should display something, but it doesn’t…
Any good ideas?
I tried doing a lot of onEnterFrame etc, but I still can’t rid this artifact.
Oh yeah, and does as2.0 support references? Like in c++/java.