Hi, I’m new and not particularly experienced, so if anyone can help me please speak slowly so i can understand!
I’ve made a gallery with thumbnail buttons which load larger images (which are in individual movieclips) into a movieclip i’ve called ‘picspace’. In order to centre the images i’ve told it to move ‘picspace’ wherever it needs to be in order to centre the movieclip which is loading into it.
I know i’ve probably done it in an incredibly overly complex way, but it works up until the point where i put it online. I’ve read something about ‘absolute paths’ but i can’t work out where to modify the code in order to make this relevent to me.
the code on the thumbnail buttons is as follows:
on (release) {
loadMovie(“Decs12.swf”, “picspace”);
picspace._x= 363.5
picspace._y= 5
}
This works fine on my hard drive but not online. I’ve tried changing the ‘Decs12.swf’ bit into ‘http://www…Decs12.swf’ but that’s not working so i’m pretty sure i’m changing the wrong thing! If someone could make this code work for me rather than suggesting a complete re-do of what i know is an over-complicated way of doing it then i’d appreciate it!
Any help would be most appreciated.
mr_lazy