20 Sep
Posted by: antilopanda19283flash in: Actionscript 3, Flash CS3, Papervision3D
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. [...]
12 Sep
Posted by: antilopanda19283flash in: Actionscript 3, Experiences, Flash CS3
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 [...]
12 Mar
Posted by: antilopanda19283flash in: Actionscript 3, Papervision3D
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 [...]
13 Feb
Posted by: antilopanda19283flash in: Actionscript 3, Papervision3D
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 [...]
26 Jan
Posted by: antilopanda19283flash in: Actionscript 3, Experiences
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
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 in the package, they must be in a class . If you create a new Number object with new Number, it isn’t equal to 0 by default. You should give the [...]
12 Apr
Posted by: antilopanda19283flash in: Actionscript 3
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 [...]