Please find all the active listings published by jayanthi below. Publisher has posted 13 listings. You may click on a listing to visit its detail page to learn more about the listing.
Flash 8 Actionscript tutorial to load and use external mp3 files
posted byjayanthiinActionscript
To load external MP3 files at runtime, we need to use loadSound() method of Sound class. This method has 2 variable as shown below,
PriceFree
Views815
Flash 8 tutorial to create blur effect or motion effect
posted byjayanthiinAnimations
While watching cartoons or certain ads, I always wondered, how do they give this blur effects to depict characters moving fast. I still don't know how they do, but getting the same effect in flash 8 is really simple.
PriceFree
Views532
Preloading MP3 files
posted byjayanthiinActionscript
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 trac
PriceFree
Views524
Flash 8 actionscript tutorial to set volume of externally loaded mp3 file
posted byjayanthiinActionscript
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. Simila
PriceFree
Views795
Flash actionscript tutorial to create blur effect at runtime
posted byjayanthiinActionscript
BlurFilter (flash.filters.BlurFilter)
PriceFree
Views542
Fading objects with actionscript code
posted byjayanthiinActionscript
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
PriceFree
Views888
Sound Controller
posted byjayanthiinActionscript
In this tutorial, we will be using in-built sound object to create Sound Controller. To achieve our goal, we will be script to attach external .mp3 file, create preloader for sound file, create play / stop button, Volume and Balance controller
PriceFree
Views527
Drawing with actionscript
posted byjayanthiinActionscript
This tutorial will teach us on how to draw at runtime using actionscript code.
PriceFree
Views781
Glow effect in flash using actionscript
posted byjayanthiinActionscript
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.
PriceFree
Views576
The Color object in flash
posted byjayanthiinActionscript
The color object in flash allows us to set RGB color value to movie clip symbols. They also help us retrieve the value once set
PriceFree
Views434
Text Enhancement / using styles and HTML pages in Flash
posted byjayanthiinActionscript
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.
PriceFree
Views765
Scrapbook Photo Gallery tutorial in Flash
posted byjayanthiinActionscript
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 .
PriceFree
Views1053
Horizontal 3D Carousel in Flash CS3
posted byjayanthiinActionscript
This tutorial will help us teach us on how to create 3D horizontal Carousel effect in flash using actionscript 3.
PriceFree
Views1312