|
Displaying 1 - 50 of about 18351 Related Tutorials.
|
Create MX Effect using Actionscript in Flex4
Create MX Effect using Actionscript in Flex4:
In this example we create a MX effect using Actionscript.
The package of MX effect is mx.effects.*. Inthis...:Panel
title="Create MX Effect using
Actionscript Example" |
MX Pause Effect in Flex4
MX Pause Effect in Flex4:
The Pause effect is useful in sequencing effects. You
create a pause between two effects by using Pause effect. The tag of Pause
effect is <mx:Pause>. The syntax is following:
<mx:Pause
id=" |
MX Fade Effect in Flex4
MX Fade Effect in Flex4:
The Fade effect uses the alpha property for effect.... You
can specify the effect using rollOverEffect and rollOutEffect. The Tag of Fade
Effect is <mx:Fade>. In this example you can see how we can use |
|
|
MX Mask Effect in Flex4
MX Mask Effect in Flex4:
A mask effect is a subclass of the MaskEffect class. The
Mask Effect class include the wipe and Iris effect. It is a overlay effect...;MX Mask Effect Example"
width="476"
height="448" |
MX Blur Effect in Flex4
MX Blur Effect in Flex4:
The Blur effect uses for a blur visual effect to a
component. The component will shaded by using this effect. You will set the blur...
4. blurYTo
The tag of Blur effect is <mx:Blur>. In this example you |
|
|
MX Move Effect in Flex4
MX Move Effect in Flex4:
The component move from one point to another point by
using Move effect. You will set the xFrom, yFrom, xTo, yTo, xBy and yBy property
for moving a component. The tag of Move effect is <mx:Move> |
MX Zoom Effect in Flex4
MX Zoom Effect in Flex4:
The component will zoom in or out on a center point
using Zoom effect. The tag of Zoom effect is <mx:Zoom>. The syntax...:Declarations>
<s:Panel
title="MX Zoom Effect Example" |
MX Resize Effect in Flex4
MX Resize Effect in Flex4:
The Resize effect changes the height, width or both...
the size of component using Resize effect. The tag of Resize effect is <mx...="MX Resize Effect Example"
width="487"
height=" |
MX Glow Effect in Flex4
MX Glow Effect in Flex4:
The Glow effect applies a visual glow effect to a
component. The tag of Glow effect is <mx:Glow>. The Glow effect uses...;/fx:Declarations>
<s:Panel
title="MX Glow Effect |
Embedded font using Actionscript in Flex4
Embedded font using Actionscript in Flex4:
In this example you can see how we can use a embedded
font using actionscript.
Example:
<?xml...;This is a Embedded font
using ActionScript."
styleName="style2" |
Apply MX Effect using Style in Flex4
Apply MX Effect using Style in Flex4:
In this example you can see how we can apply the effect
to the component using Style. We have to use a Image component...;
</fx:Declarations>
<s:Panel
title="Apply MX Effect using |
Apply MX Effect using setStyle() method in Flex4
Apply Effect using setStyle() method in Flex4:
In this example you can see how we can apply the effect
using setStyle() method. in this example we use...:Panel
title="Apply MX Effect using
setStyle() method" |
MX Effect with embedded font in Flex4
MX Effect with embedded font in Flex4:
We can use the embedded font when we are working with
Fade and Rotate effect. Because the Fade and Rotate effect...:Panel
title="Using embedded font with MX
effects" |
MX Iris Effect in Flex4
MX Iris Effect in Flex4:
The Iris effect provides the effect to the target... of
Iris effect is <mx:Iris>.
<mx:Iris
id="irisOn"...;
</fx:Script>
<s:Panel
title="MX Iris Effect |
MX Sequence Effect in Flex4
MX Sequence Effect in Flex4:
The Sequence effect is used to play multiple effects one
after the other according they are added. The tag of Sequence Effect...;
<!-- Sequence
Effect -->
<mx:Sequence
id=" |
MX Parallel Effect in Flex4
MX Parallel Effect in Flex4:
The parallel Effect plays multiple child effects at the
same time. The tag of parallel Effect is <mx:Parallel>. In this example you can
see how we can use parallel Effect in application.
Example |
MX Dissolve Effect in Flex4
MX Dissolve Effect in Flex4:
When the Dissolve effect played the component... the alpha
property. The tag of Dissolve effect is <mx:Dissolve>. There are the following
attribute of Dissolve effect.
<mx:Dissolve
id=" |
MX Sound Effect in Flex4
MX Sound Effect in Flex4:
The Sound Effect plays an mp3 file when you perform... of
Sound Effect is <mx:SoundEffect>. The syntax is following:
<mx...;
<s:Panel
title="MX Sound Effect Example"
width=" |
MX Wipe Effect in Flex4
MX Wipe Effect in Flex4:
The Wipe class defines a bar wipe effect. The before and
after state of the component must be visible. This effect inherits...="MX Wipe Effect Example"
width="565"
height=" |
MX Rotate Effect in Flex4
MX Rotate Effect in Flex4:
The Rotate effect rotates a component. You can set...;/fx:Script>
<s:Panel
title="MX Rotate Effect Example"...;
3. originX="0"
4. originY="0"
The tag of Rotate effect |
Spark Fade effect in Flex4
Spark Fade effect in Flex4:
The Fade effect uses the alpha property for effect. The
changes of effect from transparent to opaque, or from opaque to transparent. You
can specify the effect using rollOverEffect and rollOutEffect |
Embedded assets using Actionscript in Flex4
Embedded assets using Actionscript in Flex4:
You will use [Embed] metadata tag... in Actionscript file or <fx:Script>
tag. In this example you can see how we...;
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx=" |
Spark Move Effect in Flex4
Spark Move Effect in Flex4:
The component move from one point to another point by
using Move effect. You will set the xFrom, yFrom, xTo, yTo, xBy and yBy property
for moving a component.
The tag of Move effect is <s:Move> |
Spark Resize effect in Flex4
Spark Resize effect in Flex4:
The Resize effect changes the height, width... and
shrink the size of component using Resize effect. The tag of Resize effect
is <s:Resize>. In this example you can see how we can use a Resize |
ToolTip Effect in Flex4
ToolTip Effect in Flex4:
In this example you can see how we can use the effect
with tooltip. You can provide the effect to the tooltip by using...:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library |
Spark Animate effect in Flex4
Spark Animate Effect in Flex4:
Spark Animate effect animates any property of the
component or target. In this example we create a instance of the
SimpleMotionPath class for each property to animate. The tag of Animate effect
is < |
MX AnimateProperty in Flex4
MX AnimateProperty Effect in Flex4:
The AnimateProperty Effect is used to animate a numeric
property of a component.
The tag of Animateproperty is <mx...;
xmlns:mx="library://ns.adobe.com/flex/mx"
minWidth="955 |
Component in actionscript
Component in actionscript Hi......
Have you built any components with actionscript? If so explain how you did it?
please give me the example.../flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
< |
Component Using ActionScript
Component Using ActionScript
Hi...
Please tell me
Have you built any components with actionscript? If so explain how you did it?
Give example also.
Thanks in advance |
Menu Control in Flex4
Actionscript for create a pop-up Menu control. There is no MXMl tag. You can set
the coordinate x, y in show() method as an arguments. The syntax of create...Menu Control in Flex4:
The Menu contol is a pop-up control. It containes |
Effect in flex
;>
<fx:Declarations>
<!-- Sequence Effect -->
<mx:Sequence... title="MX Sequence Effect Example"
width="497" height="...Effect in flex Hi.........
Explain the difference between |
Spark Scale Effect in Flex4
Spark Scale Effect in Flex4:
The Scale effect is used for change the size.... The
tag of Scale effect is <s:Scale>. The syntax of Scale effect...;
In this example you can see how we can use a Scale
effect With components |
Spark Move3D Effect in Flex4
Spark Move3D Effect in Flex4:
The Move3D effect is used for moving... direction the
effect will look like a Zoom effect.
The tag of Move3D effect is <s:Move3D>. The syntax of Move3D effect is
following:
<s:Move3D
id |
Chart Effect in Flex4
Chart Effect in Flex4:
Chart uses the standard Flex effect like Zoom and Fade.
There are some standard effect for chart series which is: SeriesInterpolate...:FormItem>
<mx:FormItem
label="Choose Chart Effect:"> |
Spark CrossFade Effect in Flex4
Spark CrossFade Effect in Flex4:
The Spark CrossFade Effect is used for change... that another
component will be shown. The tag of CrossFade Effect is <s...;
In this example you can see how we can use CrossFade Effect in your application |
Spark Rotate3D Effect in Flex4
Spark Rotate3D Effect in Flex4:
The Rotate3D effect rotates a component in x... angle
of rotation. The syntax of Rotate3D effect is following:
<s...=""
/>
The tag of Rotate3D effect is <s:Rotate3D> |
Spark AnimateColor effect in Flex4
Spark AnimateColor effect in Flex4:
Spark AnimateColor effect changes the color property of
the component or target.
The tag of AnimateColor effect is <s:AnimateColor>. The syntax of AnimateColor
effect is following:
<s |
Creating Flex ActionScript Custom Component extending Button
;
ActionScript can be used to create custom components. In
the example below...;
For this, create a actionscript class ?MyCustomButton.as? in a
package...
Creating ActionScript components
h1
{margin-bottom:.0001pt |
Spark KeyFrames Effect in Flex4
Spark KeyFrames Effect in Flex4:
The keyframe defines the value of a property at a
specific time during the effect. If your effect has just two keyframes use the
Animate effect. The Animate effect has the staring and ending value |
Spark Rotate Effect in Flex4
Spark Rotate Effect in Flex4:
The Rotate effect rotates a component. You can set the
starting and ending angle of rotation. The syntax of Rotate effect...=""
duration=""
/>
The tag of Rotate effect is <s |
Spark Scale3D Effect in Flex4
Spark Scale3D Effect in Flex4:
The Scale3D effect is used for change the size..., y
and z directions. The tag of Scale effect is <s:Scale3D>. The syntax of Scale
effect is following:
<s:scale3D
id=""
scaleXFrom |
Transition in Flex4
Transitions in Flex4:
When we change one state to another and perform a effect
during change state tihs is done by using Transition. You performs effect...
effect during change state which are following:
1. fromState
2. toState |
Returning data from an MX item editor in Flex4
Returning Data from an MX itemEditor in Flex4:
The ItemEditor control is a MX...;!--Using
mx:itemEditor-->
<mx:itemEditor>
<fx... editor is a TextInput control.
The tag of item editor is <mx:itemEditor> |
Spark Wipe Effect in Flex4
Spark Wipe Effect in Flex4:
The Wipe class defines a bar wipe effect. The before and
after state of the component must be visible. This effect inherits the
MaskEffect. The tag of Wipe Effect is <s:Wipe>. The syntax of Wipe |
TextArea in Flex4
TextArea Control in Flex4:
The TextArea control is a component of both the MX... Components while
developing any program in Flex4. The characteristics of MX... in
Flex4.
The characteristics of MX TextArea control is a
multilinear |
Create Chart using Action script in Flex4
Create Chart using Action script in Flex4:
In this section you will see how we can create a chart
using action script.
we have to need some classes in action script For create a chart.
They are following:
import |
Filters in Flex4
Filters in Flex4:
Filters are used for effects not for style. You can use
filters with MX and Spark components. You cannot apply them with style... will use filters in a <mx:filters> and <s:filters> tag. You can use |
Label in Flex4
Label in Flex4:
In Flex4 Label is a lightweight and low level UI-component that is known as Spark
Component in FLex4. Spark Label is used for rendering one or more lines of
uniformly-formatted text. Label in Flex4 utilize the new |
Flex custom components
components using mxml or
ActionScript. In this example user can see mxml custom.... First we
will create a custom component and after using namespace we... provider for it after
that we have create application using this component |
VideoDisplay in Flex4
VideoDisplay Control in Flex4:
The VideoDisplay control is used in both the MX and
Spark components. You can use the MX VideoDisplay control for live streaming
video.You can use a local camera using the attachCamera() method |