Home » Archive

Articles Archive for April 2009

Flex »

[28 Apr 2009 | No Comment | ]

In this tutorial we are going to handle Webservice file from Flex. Before going deep into this
tutorial, Let us see what is a Webservice first.
Webservice:
The term Web services describes a standardized way of integrating Web-based applications using the
XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the
data, SOAP is used to transfer the data, WSDL is used for describing the services available and
UDDI is used for listing what services are available. Used primarily as a means for businesses to
communicate with each other …

ActionScript 3.0, Design »

[14 Apr 2009 | No Comment | ]

We have seen how to create Slideshow using Fader Class.
As requested by many users I updated the FaderFileMaterial Class, now it includes the following features.
Features:
Ability of handling Image and SWF together.
SWF may also be an animated file.
No Need of Preloader- Since the animation will not happens until the next file is loaded.
Customized events to handle the Slideshow
Added Features:

Move to next or previous slides.
Ability to jump to particular slide
Randomize the slide
Updated Documents

FaderFileMaterial.html
FaderURL.html

Featured tutorial:
Creating slideshow from XML and FaderFileMaterial