Archive for the ‘Actionscript 3’ Category

This is an XML driven, 3D banner rotator that can show unlimited number of images/swf files. You can change images and links with the XML file, so you don’t need to publish the swf file again.
Features:
- JPEG , PNG , GIF images and SWF files supported
- It can resize to any size.
- Unlimited number of [...]

This is an XML driven banner rotator that can show unlimeted number of images/swf files. You can change images, texts, thumbnails, links and time delays with the XML file, so you don’t need to publish the swf file again.
Features:
- JPEG , PNG, GIF images and SWF files supported
- It can resize to any size.
- Unlimited [...]

3D Carousel / Image gallery displays images on a carousel. 
Loads images through an external XML file, you don’t need a FLA file to change the images.
You can:

Edit the XML file with any text editor and its very easy to understand. Here is an example:

<image file=”images/505101.jpg” original=”images/505101_big.jpg”></image>

Add unlimited number of images to the carousel with XML.
Use [...]

Uses XML to get the images, so you can add any image you want. Displays unlimited images with stack effect ,as you can see has perspectve and reflections. And it’s only 34 kb.
Take a look at the demo.
If you like this effect but you want to use it on your way or want to see [...]

If you try to dispatch a MouseEvent in a dispatchEvent(), you will get an Error that says “cannot convert “click”(or whatever) to flash.events.Event”. So here is the trick for that:
movieClipInstanece.dispatchEvent(new MouseEvent(MouseEvent.CLICK, true, false));
Tags: Actionscript 3 , MouseEvent, Events, Click, Roll_Over, Roll_Out, Double_Click, dispatchEvent, dispatch, EventListener, AddEventListener

Actioncript 3 Features

We use packages to reach a class from any class we create. If you create a class file that isn’t in a package, it will be visible to the current class only!
We have new access modifiers, protected (private to the classes and subclasses) and internal (Private to other classes in the package).We can’t use them [...]

Flash player 8 is alrady new for many of us but Macromedia anounces Flash Player 8.5 today that focused to the code aspects. So we all know that Flash player 8 focused on the visual improvements of the flash, 8.5 will have all of these features with new Actionscript 3 language which will have faster [...]