I am using Flash CS3 - AS 3.0
i have the following code that i am using to make the image count external, I am not sure if you all are familiar with Slideshow pro, i dont think that you need to in order to help me.
function albumStuff(event:SSPDataEvent) {
if (event.type=="albumData") {
total1.text = event.data.totalImages;
}
}
how would i make a leading zero come up infront of the number that comes up in that text field as long as its 9 and under??
I hope my question isn't confusing