stompwampa
11-05-2007, 07:05 PM
I have a master swf that will load different banner ads. I have three URL resuests for the three banner ads. I want the loader to randomly load one of the URL requests each time the swf plays...
not sure how to go about it.
I can make the loader and the URL requests, and I can make a random number generator...but how can I make it so the number generate (between 1 - 3) will correspond to one of the URL requests, and thus load the associated swf file??
I think I can do it with some IF/ELSE statements, but it seems there would be an easier way...
not sure how to go about it.
I can make the loader and the URL requests, and I can make a random number generator...but how can I make it so the number generate (between 1 - 3) will correspond to one of the URL requests, and thus load the associated swf file??
I think I can do it with some IF/ELSE statements, but it seems there would be an easier way...