Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 621-640 of 933
XML Simple Image Viewer
All in one movieClip so You can just drag&Drop, or just load it in to Your existing Project. Text fields support html formated text. It can show as many images as You wish just edit the XML file. Easy to change colors. Just find the object that You whant to chang color of, and in property bar set a tint with 100%.
(0 ratings)
Reviews0
PriceUSD 12.00
Views565
Simple Real Equalizer (vectorised)
Simple Real Equalizer (vectorised) * Just drag ‘n drop and it will work, no coding needed * It moves on the music so it’s no animation, it’s real! * Easy color change * Easy sensivity change
(0 ratings)
Reviews0
PriceUSD 4.00
Views581
Simple image gallery animation
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create simple image gallery.
(0 ratings)
Reviews0
PriceFree
Views1027
SBB - Simple Bulletin Board
An easy to implement bulletin board for your homepage. Just add a view lines to one of your php-sites (e.g. myforum.php) and you have the board integrated to your website. Features Multiple Forums, Protecting forum from non-registered users Protecting from doubleposts Topics can be made to sticky ones since Threads can bed locked (closed) since CAPTCHA -protection for registration enable/disable/set number of topics per page Signatures and Avatars can be defined by users Own templates can be defined Administrators, Moderators and regular Users Moderators are able to manage posts and users Users can be notified by board or other users (if notification enabled) BB-Code for topics and posts is implemented Ready to add more languages ...
(7 ratings)
Reviews1
PriceUSD 8.00
Views3232
Simple button in as3
This tutorial shows how to create simple button in actionscript 3 using SimpleButton class.
(0 ratings)
Reviews0
PriceFree
Views1351
Flex Simple RollOver Effects
This is simple and creative effects to rollover the images.There are different way to display the images when the mouse is rollover and rollout,some of them are, Brightness effects,flash effect, colour changes effect, blur, image with border, left-right effect and more...
(0 ratings)
Reviews0
PriceUSD 4.00
Views1333
Simple glow text effect
posted byvuletavinEffects
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create glow text effect using the flash filters and some special flash tips and tricks.
(0 ratings)
Reviews0
PriceFree
Views831
SIMPLE IMAGE VIEWER / ROTATOR
Support unlimited number of images The Image resize behavior can be adjusted through XML (fit/fill/normal) 3 different transition effects to choose(Fade, Move, Fade to black) Option to randomize transition Randomize the order of images Enable or disable the auto play Adjustable button Rollover, highlights colors. Adjustable button spacing and button alignment (Left, Center or Right) Option for buttons mouse scroll and set scroll speed Click over the image will launch a URL. Set delay time for each image. Font can be Embed / Non Embed Supports HTML format with adjustable font size, color and add link to the text. Option to control text shadow transparency and shadow distance
(0 ratings)
Reviews0
PriceUSD 10.00
Views740
Simple XML Mp3 Player
Features Simple xml mp3 player is a Flash based Mp3 player that you can easily add to any website. All you have to do is upload the files to your server and edit the XML file! The zip file contains 2 different versions, the normal Mp3 player and a stripped down mini version of it: Large version: Unlimited playlist Easy navigation Show's the cover Show's the title and artist of the Mp3 Interactive progress bar Volume controller Mini version Unlimited playlist Easy navigation Show's the cover Only 5.06kb!
(0 ratings)
Reviews0
PriceUSD 6.00
Views728
Simple Multiple File Upload
Uses the jQuery Javascript library to add more file input fields so that the page doesn’t need to be refreshed.
(0 ratings)
Reviews0
PriceUSD 5.00
Views1637
Simple Slide Show Transitions
Easy to use image slide show component with 37 different transitions. You dont need to set a XML file at all. Usage: Just Drag and Drop to your flash project (remember to copy the com folder also in the same folder where your flas reside) and put all of your images (jpg,png,gif) or swf’s in a folder, name your files in a numerical consecutive order (1, 2, 3, n…).
(0 ratings)
Reviews0
PriceUSD 10.00
Views1235
Simple File Uploader AS3
posted byoxylusinComponents
This is a simple file upload component. It supports an unlimited number of extension filters, it is php driven, it displays the upload progress, it has the option to cancel an upload, and after it is done you can see the file link. The file is saved with a unique name. It will never overwrite an existing file in the upload directory. XML Settings: - component width and height - browse extensions including description - upload location - upload script (php script included in the package) - full url to the upload location for returning the file link after upload Note : The package includes a php upload script. The server you are running on must have php support. The upload directory must have write permissions (chmod 777). The component wont work locally. It must be run on a server. Enjoy this new release from Oxylus Flash.
(0 ratings)
Reviews0
PriceUSD 6.00
Views1161
SIMPLE XML HORIZONTAL MENU
Best Features: 1, Dynamically loaded from XML . 2, URL and target window can be adjusted in the XML . 3, Button Colors can be of your own choice. 4, very light size just 2kb. 5, Action Script commented well for convenience. How to Use: 1, Just Drag& Drop the Movie “Menu” into your movie to use this menu 2, open the config.xml and add or reduce the number of buttons in the Menu. 3, add URL and the target window method in the XML . 4, XML location should be the same as SWF .
(0 ratings)
Reviews0
PriceUSD 6.00
Views732
Simple XML Portfolio Template
Features: - Fully XML Driven - Portfolio Page - About Us Page - Contact Us Page - Unlimited projects can be displayed in Portfolio - CSS & HTML formatted Text - PHP Contact form with Validation, It send IP Address also. - Easy to use & configure - Nice Blur Effect - Only 44 KB - Help file included. - Commented code.
(0 ratings)
Reviews0
PriceUSD 17.00
Views581
Simple PHP IRC Bot
Simple PHP IRC Bot, is a simple PHP IRC Bot class designed to connect to an IRC server, run a few simple commands. This script is designed and intended to be built upon, perhaps you could build a PHP IRC Client, so please follow some of the notes below for guidance. This bot is based off a PHP IRC Bot tutorial done on our sister site. In the coming weeks more specialized PHP IRC Bots will be made from this script. It will be expanded and modified for many uses including channel logging and channel moderation.
(21 ratings)
Reviews0
PriceFree
Views3025
Simple-Useful Glowing Preloader
Easy to use with 2 lines of code. Create new loader and add to your stage. Full vector-based, easy to change loading bar's color and edit with external class file.
(0 ratings)
Reviews0
PriceUSD 3.00
Views1040
Simple AS3 Tooltip #680
Easy to use on your AS3 project //import the library import AS3tooltip.Tooltip; //create the tooltip var tooltip = new Tooltip(); addChild(tooltip); //registering the movieClip, button , or dynamic textField //and also their tooltip to be displayed //example : tooltip.addTooltip(mc1,"MovieClip 1" ); tooltip.addTooltip(mc2,"MovieClip 2" ); //OPTIONAL setting ; //if you do not assign these value it will be automatically assigned with default value. tooltip.setAlpha(1); tooltip.setDelay(500); tooltip.setBoundaries(area_mc.x,area_mc.y,area_mc.x+area_mc.width,area_mc.y+area_mc.height); //finish //if the toolip is not needed anymore, call destroy function tooltip.destroy();
(0 ratings)
Reviews0
PriceUSD 5.00
Views556
Simple flash image gallery
Simple flash image gallery with magic transition effect.
(0 ratings)
Reviews0
PriceUSD 8.00
Views487
Simple Photo Gallery - Left
This is xml driven simple photo gallery. Features; *Xml based, *Thumbnails, *Big photos, *Automatic resize, *Next , Back buttons, *Good transition effect, *Unlimited record, *Sliding for thumbs.
(0 ratings)
Reviews0
PriceUSD 12.00
Views463
Simple Banner Rotator v1
Features: 1.xml driven. 2.size just 7.04kb. 3.support jpeg,gif,png,swf files. 4.support set width,height,autoplay,delay time etc. 5.info panel support html format and link. Use Method: just edit xml file.
(0 ratings)
Reviews0
PriceUSD 6.00
Views448
Results 621-640 of 933