Hi, I just got into this thread and was doing some experimenting with v3.zip. I read a post that said you could use this resizer to load swf’s instead of images and I wanted try it out, but I’ve found a hickup I can’t grasp. If I let the resizer movie autoload the first external swf file I can’t get it to load any other swf file, i.e. when I click the next buttons in my menu nothing happens. Now when I don’t allow the resizer movie to autoload an swf I can click on any of the menu buttons to load any of my swf’s, but after that swf is loaded I am then in the same situation of clicking menu buttons with no response. This makes me think that maybe it’s nested timeline issue? I’m using all the defaults from V3. Is there anything I should do in regards to keeping the timelines correctly separted when loading swf’s into the resizer movie? -or- If that’s not the issue, any ideas on what could be causing the resizer to only load one swf?
PS
Just so I’m crystal clear, I’ve made no changes to the V3 code. I’ve only changed the file names in the XML file to point to my swf’s. When I use jpegs the resizer movie works perfectly.
I am fairly new to Flash programming and brand new to this thread. It has been a tremendous help as I have started getting together some family photos. I have mainly been working with V3, and I’m hoping to add a couple of things. How would I go about using 2 new buttons (or MC’s acting as buttons), to navigate ahead to thumbs 11-20 (or 21-30), or backward to the previous thumbnails? I imagine it will involve changing the thumbs within the nav control, and I am a little unsure on how to best accomplish my goal. Anyway, thanks again for the info provided so far, and thanks in advance for any help. I can attach my .fla if it would help.
Okay, I figured it out. The resizer won’t properly load swf’s that have been exported in Flash 7 player, only 6 or below. If you try to load a Flash 7 swf file then the entire movie freezes up. just FYI about an issue. It took a long night of experimenting to figure out that the error was in the export settings, lol!
Hello from Sweden
Thats my first post in this GREAT forum…I play with “resizeBorder_V2” and I have two questions
1.Is it posible that the images of the thumbnails are loading external via xml like the pictures?
2.I have see at: http://www.amivitale.com 2 nice effects…
On RollOver the thumbs are loading a image and it apears a blue information arrow that (if you rollOver) show a textinfo about the photo
is this posible to include this in resizeBorder_V2
Vman, very nice site. This is almost exactly what I’d like to do with my family photos. I am fairly new to Flash programming and brand new to this thread. It has been a tremendous help. I have mainly been working with V3, but I’m hoping to add a couple of things like the menu you used to navigate to other thumbs and sets of pictures. If I could get a copy of your source (.fla and whatever else), I would really appreciate it. Thanks in advance for any help. I can attach my .fla if it would help.
mathdaddy,
Thanks for the comp. Unfortunately, I won’t be around my computer till next Sunday as I am on vacation. I’ll post something when I get back. Just didn’t want you to think I was ignoring you.
This works: Create a clip or button with instance of stop and one for start. Also these functions disable the appropriate instances, thus “start” cannot be clicked more than once. There are no prev/next buttons.
Global var is the key here.
[AS]
function slideshow(){
if (cur == 0) {
containerMC.loadPic(pArray.length-1);
} else {
containerMC.loadPic(cur-1);
}
};
I’ve noticed that after changing the gallery.xml file Mozilla caches the xml data until the browser is shut down and restarted. I found this solution to the problem which might be useful to others:
but it makes only the last one to reduce the alfa. I might not know wher to put the code and make it work on each thumb separate. It would be nice if some one know how to make it work!