ddl DDL-Turkey :: PHP Scripts, Clone Scripts and Templates for Webmasters

 
show me
popularity
news
 
added
author
mirror
Categories
TOP-Partner
PHP Scripts

AS3 XML Image Slideshow (Flickr Slideshhow Style)

Date: 18-09-2010, 18:56  |  Author : cleverwarez  |  Comments: (5)  |  Views: 2914  |  Print   
  
AS3 XML Image Slideshow (Flickr Slideshhow Style)


An Advanced AS3 XML Image Slideshow which is similar as Flickr Slideshhow. Easy,clean and flexible usages for different kinds of needs.

 
Features:

1. XML Driven with unlimited num of images.
2. Slide Autoplay.
3. Fullscreen.
4. Drag,Zoom function.
5. Image title,information,link.
6. Builded with AS3 ,both support flash cs3+ or flex builder 3+(pure actionscript project).
6. Well formated code and documents,easily to be modified for new requirements.

XML Node Explanation:
<?xml version="1.0" encoding="utf-8"?>
<root>
  <global>
    <!--The LOGO on the up left corner-->
    <logo res="imgs/logo.png" link="http://www.activeden.net" />
    <autoplay>
        <!--The delay time(in seconds) for the autoplay-->
        <delaytime>5</delaytime>
        <!--Flag value for the autoplay on/off -->
        <play>1</play>
    </autoplay>
  </global>
  <photos>
    <!--photo unit-->
    <photo>
        <!--the small image-->
        <icon>imgs/1_s.jpg</icon>
        <!--the middle image-->
        <mid_img>imgs/1_m.jpg</mid_img>
        <!--the large image-->
        <big_img>imgs/1_b.jpg</big_img>
        <!--image title-->
        <title><![CDATA[The Image Title]]> </title>
        <!--image information-->
        <information><![CDATA[The Image Information]]> </information>
        <!--image link-->
        <link />http://www.activeden.net
    </photo>
    ...
  </photos>
</root>


Easy Use:

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;

var imageGallary:ImageGallary = new ImageGallary();
    imageGallary.init("xmls/config.xml");
    addChild(imageGallary);


Download AS3 XML Image Slideshow
 
I like thisI dislike this
16 people say it works.
#1 Posted by: ProAdam (20 September 2010 13:04)
Group: Member
Register: 30.08.2010
ICQ: --
Nice sharing thanks

 
Comments: 53 | Posts: 0

#2 Posted by: Quad (20 September 2010 22:36)
Group: Member
Register: 29.08.2010
ICQ: --
thx

 
Comments: 52 | Posts: 0

#3 Posted by: Assad (8 November 2010 12:24)
Group: Member
Register: 8.11.2010
ICQ: --
WOW Flash is good!! winked

 
Comments: 50 | Posts: 0

#4 Posted by: corup (12 November 2010 17:50)
Group: Member
Register: 29.09.2010
ICQ: --
Nice sharing thanks

 
Comments: 51 | Posts: 0

#5 Posted by: wree (25 April 2011 11:18)
Group: Member
Register: 29.03.2011
ICQ: --
Thanks for sharing.

 
Comments: 55 | Posts: 0

Information! Members of Guest cannot leave comments.

Home | Wordpress | Joomla | vBulletin | Datalife Engine | Modules | Cms Scripts | Board Scripts | Shop Scripts | Multimedia | Arcade Scripts | Hosting Scripts | Chat Scripts
© 2011 by DDL-Turkey.Net. This page was last modified on 14 May 2011 at 18:56.