function fadeIn () {
if (mc._alpha < 100) {
mc._alpha += 1
//The higher the number the faster it fades
} else {
clearInterval (time)
}
}
time = setInterval (fadeIn, 50)
hi everyone…i have learned alot from the gallery tut. ITS AWESOME!!! im stuck in one place though and if someone could help me out id be entirely grateful.
I have some extra buttons in the gallery and i would like to load an swf file into the containerMC but not through the xml file. I dont seem to be able to get the right command so that i can load a external movie from within the gallery through the extra button i have… but all within the flash file itself and still keeping the resize functions and others as is…
ex. loadMovie(example.swf, containerMC) but this will not work…
i know im doin this all wrong… i am learning but need help… thank you
sorry if my english is not that clear…
So if anyone can help me figure this out, please let me know…
yes thats right vman, i got it to load the swf file, but I would like to still have the resize function work for this. what happens here is the file is loaded into containerMC but the border or anything else will not be resized… is there a way to make this happen?
if not then its ok please do not worry… i am more than thankful already for having learned so much… =)
thank you VMAN, it works GREAT. I was trying to get it to work while still having the xml file included, that must have been why it would not work.?!? I will try to make it work with xml file also…
LOL, im stuck and my code seems to be so messy… like i said i am still learning but i think i need some BIG help… i think you know what i am tryin to do…
i have 2 buttons that load swf into the containerMC but not with xml - this is ok now
on the 3rd button i want to have the gallery including its buttons load with the xml file… but it does not seem to work. I assume that the code needs to be reformated ??? or?
is there a code to apply so the user can download the pic or open it in new window …
thanks man… i downloaded them a few hours ago but the speeds are super slow and once i download them the zip is corrupted! could u please send me the one u used or any other?
Hi all, I’m having some problems getting images loaded into a gallery using XML to be resized and centered on the stage. I’ve spent hours/days going through the forums and playing around with the code, but I just cant get it right. I would worship anyone who can help me.
What I want to do it set a max height and width for pics, then resize it. So if the max width is 300, it will resize it down so the width is 300 and then display it centered horizonally. Since I want to be able to set a max height, I just want it to be in a static y position (a little down from the top).
I really really appreciate your help, so if anyone can take a look at my flash and help I would be forever grateful. I’m new to flash/actionscripting so forgive me. THanks so much! Best, Nick