Advanced Multi Uploader for Flash

Use Advanced Multi Uploader for Flash to allow full file management and multiple secure uploads for all your Flash projects in just a few clicks! Use the easy browsing feature for the selection of files to upload, automatically generate a clear overview and advanced status report with progress bars and the condition of the selected files. Optionally remove files from your overview or upload queue and customize it to any site design.

The extension uses the latest Flash 9 technology and weighs less then 60kb and comes with its own PHP script generator for uploading files.

This extension is build for the Flash IDE and is designed for building Flash Applications. There is also a Dreamweaver version that is build for use in Dreamweaver websites.

Styling The Upload Component

Introduction

In this chapter we show you how you can style the component using a little bit of ActionScript.

How to do it

  1. Set the intstance name
    Select your Multi Uploader Component and choose set the Component name in your property inspector to uploader.

  1. Adding the ActionScript
    Select the first frame, open the Actions panel, select Scene 1 and choose Layer 1: Frame 1. Then enter the following code:

    uploader.setStyle("backgroundColorStart",0x000099);
    uploader.setStyle("backgroundColorEnd",0x6699FF);

  2. uploader is the instance name, backgroundColorStart sets the top color, backgroundColourEnd sets the bottom color. The 0x000099 and 0x6699FF are the colour values. The script in our example should style your Multi Uploader component as follows (when previewing it in your browser):



    That's it! Feel free to play around with different colour settings.

George Petrov

George PetrovGeorge Petrov is a renowned software writer and developer whose extensive skills brought numerous extensions, articles and knowledge to the DMXzone- the online community for professional Adobe Dreamweaver users. The most popular for its over high-quality Dreamweaver extensions and templates.

George is also the founder of Wappler.io - the most Advanced Web & App Builder

See All Postings From George Petrov >>

Comments

Be the first to write a comment

You must me logged in to write a comment.