actionscript
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 66
Glowing Arrows Preloader
Glowing Arrows Preloader will helps you easily load anything starting from the 2nd fram if this script is placed inside the first frame of the project. more>>
Glowing Arrows Preloader will helps you easily load anything starting from the 2nd fram if this script is placed inside the first frame of the project.
Requirements:
- ActionScript 3
- Flash Player 6 or higher
Added: 2009-09-29 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Tabbed Content
Tabbed Content is a helpful component functioning as a tabbed navigation for your flash websites. more>> Tabbed Content is a helpful component functioning as a tabbed navigation for your flash websites.
The flash library contains one item, that is the button, you can change buttons colors in that clip, the text is set by actionscript. When button is clicked it goes to another frame in the timeline, each frame corresponding to one button, frame1, frame 2 ... frame 4. The flash is saved as Flash MX 2001.<<less
Added: 2009-09-29 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Media Player Buttons Template
Media Player Buttons Template brings users a useful package including several media player buttons which are often used in playback options. more>> Media Player Buttons Template brings users a useful package including several media player buttons which are often used in playback options.
Requirements:
- ActionScript 2
- Flash Player 8 or higher
Added: 2009-09-29 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
downloads
Scrapbook Photo Gallery tutorial in Flash Actionscript 2.0
Goodie!! We will learn three flash behaviors while creating this eye-catching photo gallery and they are - Load external graphic behavior , On-click behavior to lift photograph right on top and Drag -and- drop behavior . more>> <<less
Added: 2009-07-08 License: Freeware Price: $0.00USD
47 downloads
Text Enhancement / using styles and HTML pages in Flash actionscript 2.0
When we say we are enhancing text in flash by implementing ‘styles’ to it, We certainly mean we have a styles (.css) page and an HTML page, which is loaded into flash. more>> <<less
Added: 2009-07-03 License: Freeware Price: $0.00USD
19 downloads
Glow effect in flash using actionscript Actionscript2.0
In this tutorial, with the help of actionscript, we shall draw a star, fill color to it and provide outer glow to the same. We shall also include actionscript event to change glow color. more>> In this tutorial, with the help of actionscript, we shall draw a star, fill color to it and provide outer glow to the same. We shall also include actionscript event to change glow color.<<less
Added: 2009-05-06 License: Freeware Price: $0.00USD
42 downloads
Drawing with actionscript Actionscript 2.0
This tutorial will teach us on how to draw at runtime using actionscript code. We will use drawing methods of movieclip class to draw shapes in the SWF file in response to events. The following are the movieclip class drawing methods beginFill( more>> This tutorial will teach us on how to draw at runtime using actionscript code. We will use drawing methods of movieclip class to draw shapes in the SWF file in response to events. The following are the movieclip class drawing methods beginFill( ) beginGradientFill( ) clear( ) curveTo( ) endFill( ) lineTo( ) lineStyle( ) moveTo( )<<less
Added: 2009-04-25 License: Freeware Price: $0.00USD
42 downloads
Sound Controller Actionscript 2.0
In this tutorial, we will learn, To attach external .mp3 file to swf To create preloader for sound file To create play / stop button Volume controller Balance (Pan) controller more>> In this tutorial, we will learn, To attach external .mp3 file to swf To create preloader for sound file To create play / stop button Volume controller Balance (Pan) controller<<less
Added: 2009-04-04 License: Freeware Price: $0.00USD
24 downloads
Fading objects with actionscript code Actionscript 2
While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() more>> While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() function<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
15 downloads
Preloading MP3 files Actionscript 2
To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to more>> To preload MP3 file, we can use setinterval() function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use Sound.getBytesLoaded() and Sound.getBytesTotal() methods to track downloading progress of MP3 files.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
12 downloads
Flash actionscript tutorial to create blur effect at runtime Actionscript 2
BlurFilter (flash.filters.BlurFilter) flash.filters package contains BlurFilter class, which allows us to apply blur visual effect to movie clips, text fields, and buttons at runtime. more>> BlurFilter (flash.filters.BlurFilter) flash.filters package contains BlurFilter class, which allows us to apply blur visual effect to movie clips, text fields, and buttons at runtime.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
26 downloads
Flash 8 Actionscript tutorial to load and use external mp3 files Actionscript 2
To load external MP3 files at runtime, we need to use loadSound() method of Sound class. This method has 2 variable as shown below, public loadSound(url:String, isStreaming:Boolean) : Void The isStreaming parameter indicates whether the sound is an more>> To load external MP3 files at runtime, we need to use loadSound() method of Sound class. This method has 2 variable as shown below, public loadSound(url:String, isStreaming:Boolean) : Void The isStreaming parameter indicates whether the sound is an event or a streaming sound.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
10 downloads
Flash 8 actionscript tutorial to set volume of externally loaded mp3 file Actionscript 2
In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. more>> In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. Similarly we can even retrieve the already set volume by getVolume() method, getVolume() returns the sound volume level as an integer from 0 to 100, where 0 is off and 100 is full volume. The default setting is 100.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
16 downloads
Flash 8 tutorial to create blur effect or motion effect Actionscript 2
While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still dont know how they do, but getting the same effect in flash 8 is really simple. more>> While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still dont know how they do, but getting the same effect in flash 8 is really simple.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
14 downloads
Rounded FREE XML Photogallery AS3 1.2
Rounded FREE XML Photogallery is light free version of Rounded XML photogallery . With RXP you can simply add images in gallery folder, and write (cut and paste) few lines in a XML file to make photogallery works. Features: * No actionscript more>> Rounded FREE XML Photogallery is light free version of Rounded XML photogallery . With RXP you can simply add images in gallery folder, and write (cut and paste) few lines in a XML file to make photogallery works. Features: * No actionscript experience is needed, * The picture viewer has standard sizes and you dont have to resize your images. RXP does this for you, so every image in gallery will be adapted to viewer window size with the correct proportion scaling. * Every image can have its own caption stored in XML file. * RXP uses a clean preloader with percent both for images and thumbnails. * You can also use RXP as a Slideshow by pressing the play button. * RXP comes with a stylish interface. Free version contains SWF and XML files only. So you can change images by modify xml file and put this gallery in your html page easy.<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
20 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above actionscript search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed