Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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
Marker is a Smart tool which gives you ability to put Your logo or any sign You want directly on the stage in position defined by You in component dialog list. By CreativeBankTeam
A Google search box, it is a "compiled clip", you can only change target frame (same window, new window, etc) in component parameters. Just like normal search at Google.com you can press the search button or you can just press enter to start the search. Feel free to add it on your website or in your flash projects. By Prem
This video component buffers the exact amout of data before it starts playing the movie. The movie playback and the downloading end simultaneously. By marcuzzer
An example smoke mouse effect created by using GG Components, no any script required. GG components can be downloaded from Adobe Exchange for free. More information, about GG Components, please visit http://www.ggshow.net By GG