<images>
<image source="images/image1.jpg" title="Image 1" description="This is the 1st image."/>
<image source="images/image2.jpg" title="Image 2" description="This is the 2nd image."/>
<image source="images/image3.jpg" title="Image 3" description="This is the 3rd image."/>
<image source="images/image4.jpg" title="Image 4" description="This is the 4th image."/>
<image source="images/image5.jpg" title="Image 5" description="This is the 5th image."/>
<image source="images/image6.jpg" title="Image 6" description="This is the 6th image."/>
<image source="images/image7.jpg" title="Image 7" description="This is the 7th image."/>
<image source="images/image8.jpg" title="Image 8" description="This is the 8th image."/>
<image source="images/image9.jpg" title="Image 9" description="This is the 9th image."/>
<image source="images/image10.jpg" title="Image 10" description="This is the 10th image."/>
</images>mySlideshow.addEventListener(SlideshowEvent.ITEM_COMPLETE, itemCompleteHandler);
function itemCompleteHandler(event:SlideshowEvent):void
{
title.text = event.data.title;
description.text = event.data.description;
}Users browsing this forum: No registered users and 1 guest