Hi,
I'm trying to load 4 images into a flash file and fade between them. I'm thinking maybe I can use Flashvars to do this and set the image names in the HTML, i.e.,
<param name="FlashVars" value="image1=image1.jpg" />
<param name="FlashVars" value="image2=image2.jpg" />
<param name="FlashVars" value="image3=image3.jpg" />
<param name="FlashVars" value="image4=image4.jpg" />
But what I'm not sure about is how I would reference these images within the Flash file, so that I can animate between them?
Any help would be much appreciated!
Paul
I'm trying to load 4 images into a flash file and fade between them. I'm thinking maybe I can use Flashvars to do this and set the image names in the HTML, i.e.,
<param name="FlashVars" value="image1=image1.jpg" />
<param name="FlashVars" value="image2=image2.jpg" />
<param name="FlashVars" value="image3=image3.jpg" />
<param name="FlashVars" value="image4=image4.jpg" />
But what I'm not sure about is how I would reference these images within the Flash file, so that I can animate between them?
Any help would be much appreciated!
Paul
Comment