Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
Top 5 reasons why you should have it!
You buy it once you use it life time (no license required)
You get the version updates free of charge
You get online support
Our products are constantly updated
You become a member, you save in future
SupraVideoPro v.1 – AS3 Flash Component
The SupraVideo Flash Component represents perhaps the most optional FLV streaming video player today.
With more than 50 properties and event it gives the developer a full control in the process of making any Flash Application.
The component has a built-in streaming control that based on the user’s internet connection it defines the optimal percent load for playing the stream.
Among the many other features this components offers you an opportunity to create, populate, delete and merge playlists.
The component fires a certain number of events that can be caught externally and trigger other actions by your desire.
Besides all the properties that can be set in the component inspector which can be accessed also by code, there are certain number of public methods such as the player controls (play, pause, stop…) that give you total control over the work of the component.
Key Features
Progressive streaming based on the user’s internet connection
Optimal internet speed detection, for safer and persistent streaming
Playlist (create, delete, merge)
Load videos through XML, component inspector or dynamically with AS3
Flash full-screen with options to set the max width and vertical alignment of the video screen
Video Smoothing option
Streaming “Safe Percent” (downloaded percent added to the optimal percent)
Streaming “Forced Percent” (download percent that triggers the video to play)
Summary
The SupraVideo component is built upon a set of classes that offer a complete solution that is stable and easy to use.
The component is light and has a wide range of options to set which gives a full control over the videos you want to play.
Requirements
The component requires basic knowledge of Actionscript 3
Macromedia Flash CS3 or higher
Flash Player 8 or higher
Actionscript 3
The component can play Flash Videos encoded for Flash Player 8 or higher
By Supravision Media
SupraSlider PRO – AS3 Flash Component
The SupraSlider Pro Component represents the most optional component that gives you maximum control over the scrolled movie clip.
The component has resizable slide bar which is based on the height of the scrolled movie clip. The component has an easing parameter which speed can be controlled. The easing has two types: normal and elastic. The component fires a certain number of events that can be caught externally and trigger further actions by your desire. The component can be also controlled with the mouse wheel.
All the parameters in the component inspector can be accessed dynamically by code. The component has a set of public methods that give you a full control over the component.
Key Features
Cache the scrolled movie clip
Snap to pixel
Slider visibility
Enabled, Disabled
Easing (normal, elastic)
Easing control parameters (speed, friction and spring)
Scroll bottom offset
Slider bar extension
Slider bar bottom alignment
Slider type (horizontal/ vertical)
Fully skinnable
Tween less content
Summary
The SupraSlider has been used in many great projects and its functionality is based on more than one year of testing and implementation. The component is very light and easy to use.
Requirements
- Macromedia Flash CS3 or higher
- Flash Player 8 or higher
- Actionscript 3
- The component can play Flash Videos encoded for Flash Player 8 or higher
By Supravision Media
SupraSlider Basic – AS3 Flash Component
The SupraSlider Basic Component represents a basic must-to-have tool for every Flash developer.
The component has resizable slide bar which is based on the height of the scrolled movie clip.
All the parameters in the component inspector can be accessed dynamically by code. The component has a set of public methods that give you a full control over the component. By SupravisionMedia
// Customizable Scrollpane Component that will override the default flash component and adopt its functionality
// For each of the 4 customizable parts you can set colors in rgb mode (values of 0 thru 255)
By Rudolf Rein
Version 1.2 of the confetti falling.
Updates:> Functions and variables translated to English> stopConfetti function added> Usage comments added> Creative commons license added By rfpuyana
Color Picker component is a simple color picker that you can use in your projects. It is very easy to use. It has only two parameters that control the align of the large panel and the color. The component has one event that is fired whenever the color is changed. This event has two parameters : old color and new color. Just drag&drop and use it anywhere you want. By Ruben Bristian Tarnita
This is a Flash 9 ActionScript 3 DateChooser component. Days can be selected and the accurate date of the current day can be shown using ActionScript. For a detailed description of the component check here: http://flashscript.biz/flashas3/biz/components/datechooser/DateChooserModul.html
The zip files also contain a working example of the component. By Joachim Schnier
The ScrollBar is a great component to be used when you need scrolling capabilities for large size elements inside small viewing areas. This component can be customized as you wish, by changing the component's colors or even using your own clips as the elements composing the scroll bar. By bugra ozden
Rulers and guides in swf for taking measurements. Drag this component to your fla's top layer and you will get rulers in your movie. Use a button action or a key event to toggle the visibility of the ruler. You can use it as the ruler in flash. You can make new guides by dragging from the rulers. Dragging the guides back into the ruler will delete the guide. The 'c' button at the top left corner will clear all the guides. The colors of the guides can be changed in the property inspector.
Use the component from the fla or copy the swc file to your components directory in application data to make the component available in the components panel.
By Manoj Mathew
Use GG bgColor component to change HTML body background color when roll over a button. Works only when swf embedded in html, run from web server. By GG
This is a component to trace text in the stand alone player or in browser where the in built trace function is not available.
You can give colour, size and bold to each of the text traced.
The syntax is -
_global.tracer("some text",color,bold,size);
the first parameter is the text to be traced (String).
color is the color of the text (String) for eg:- "FF0000", "339966" etc
bold is a Boolean value to bold the text. If true the text will be bold. If false or not specified text will be normal.
size is the font size (Number). default size (If no size is specified) is 12.
The parameters can be in any order except the text to be traced should be the first. The color, size and bold can be given in any order.
examples:-
_global.tracer("my values",15,"FF0000",true);
_global.tracer("my values","FF00FF",true,18);
_global.tracer("my values",true,15,"333399");
You can either copy the component from the attached fla's library to your fla or copy the attached swc file to the components directory in Application Data in your system.
eg:- C:\Documents and Settings\"user name"\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Components
The component has two parameters that can be edited in the properties panel.
1. hideByDefault - if this is set to true the component will not be visible when the movie opens. It will be visible when the first tracer command is executed.
2. Theme color - This is the color of the component.
By Manoj Mathew