I know just enough to be dangerous with actionscript. On this project i’ve come to an impasse. If you can solve either one of these two problems or both i’m willing to pay you via paypal. (problem 1=$30, problem 2=$20, solve both=$50) Somebody who knows their stuff can make an easy $50.00
Problem 1:
I’ve got a problem with an array in my flash movie. I’m using a php file which grabs stuff from MYSQL and outputs xml which i use to populate a gallery of thumbnails. then when a user clicks on a thumbnail another movieclip appears which loads a jpeg and an .flv video and populates some text boxes with info from the xml.
This all works but for some reason when you click on the very last thumbnail nothing loads and i get “undefined” in all of my text boxes.
I know it’s got to be something with my array and my loop variable “i” because the only way i could get it to work is by using “i-1”.
Problem 2:
i can make preloaders all day long the way I’m used to using frames. i’m trying to make one for the mc that loads the jpegs using “on enterframe” and I just can’t seem to get it right. should be easy but i’ve never taken the time to learn how and now time is of the essence.
Obviously I can only pay one person so it’s basically the first person to answer the thread who knows what they’re doing. (here comes my code)