Better so?
scotty(-:
Better so?
scotty(-:
I would so hug you in a totally platonic way right now! heh.
If you watch it though when it hits the 11th thumb a white box shows up and slows my computer down… It’s really odd. I can’t see what is causing it, or how to fix it.
Thanks a million! You’re too kind. Seriously… no one is this cool…
Hi everyone? I hope there’s someone that can give me some advice :). I have made a foto gallery with mouse over thumbnails. Right now the number of thumbs are defined, but I would like them to come from an xml file. For now my thumbs have an action script code that takes the images for each file from an external folder “Images”. It took me some time to make this thumb slider work and now I don’t know how to make it work with the thumbs and the images coming from an xml file. Do I have to change the script also?
Thank you so much.
@Esoteric, :lol: I see it happening (I’ve tested it with 9 thumbs before) and don’t know why it’s happening. For some reason, that corresponding picture becomes visible in white. I don’t notice the slowdown.
A (simple) workaround is to position your original container mc off stage
@momotic, have a search around the forums, you’ll find a lot of xml driven galleries, eg:
http://www.kirupa.com/developer/mx2004/thumbnails.htm
scotty(-:
[COLOR=black][FONT=Verdana]I took the container mc off the stage and it seems like its working but if you click enough images that white box shows up and sometimes when you simulate download it randomly shows up… it’s so bizarre. What would cause that?[/FONT][/COLOR]
:lol: If I only knew…
I’ll have a look at it later today.
scotty(-:
[COLOR=black][FONT=Verdana]One other quick thing I noticed. Thumb9 (technically thumb 10) when clicked the large image isn’t masked… and it’s the only one that does that… another oddity.[/FONT][/COLOR]
I think there lies the problem of the white box as well, ta first it had to do with the depth of the (duplicated) mask, but that wasn’t the issue. Will let you know if I find a solution.
scotty(-:
I’ve found the little …
As I thought it was in the depths further I’ve made some little changes in the AS so all alpha zero is now invisible to prevent lagging.
scotty(-:
Awesome. Looks great. The only other question I have is how to make the dynamic text box stationary so I could put it anywhere and it not move around? And to display the ‘title’ info from the xml.
Thanks a million Scotty. I’ll be posting my site in the forums when I’m done with a dedication to you.
To make it static, skip this line in the resizeMe function
info._y = Math.round(this._y+this._height/2+spacing/2);
btw change this line (in the same function)
info.text = tArray[id];
in
info.text = iArray[id];
to get the proper information:)
scotty(-:
Cool the Text box works perfect now. I thought I wouldn’t have another question… but I do. I’m loading the mask6.swf into an empty movieclip in another .swf. The problem is that the resize box doesn’t work because the resize AS is calling the _root. I tried changing to target path in the mask6 AS to different things (like _parent._parent, _global, etc.) I’m sure I’m just missing one thing that’s not making it work.
Thanks.
At the top of your code put
var root = this;
and replace all ‘_root’ with ‘root’
scotty(-:
:: Copyright KIRUPA 2024 //--