Flash-Based Web Site Design: For That Definite Edge

Filed Under (Flash Design) by admin on 07-09-2009

Tagged Under : , ,

If you own a website, you will easily understand how crucial a role it plays for positioning your web presence. And interestingly, the positioning of the site itself depends on a lot of factors and you can never let them remain dormant. As a smart business mind, you will always need to be ahead of the game and you will surely require some of the highly advanced tools and programs for that purpose. Flash, the world-renowned animation and graphic design program is such a tool that has long been playing a significant role for website developers all over the world. Initially a property of Macromedia, Macromedia Flash web design has now become more result-oriented – thanks to the initiatives taken by its current owner, Adobe and those creative Flash designers.

The prime advantage using Flash on your site is its brand awareness building capability. If you incorporate Flash works on your site, you can easily bring a positive change to it. Flash is not only known for its eye-catching interface, it’s equally smart at producing quality navigability. Flash buttons and menus are easily created and these can be easily handled. What’s more, creativity becomes a gratis while you opt for Flash website designs.

Flash website designs can help you bring traffic to your site also. Flash web pages design need to be properly incorporated for that purpose as well.

How simple can it be to control movie properties with Actionscript 3.0?

Filed Under (Flash Design, Flash programming) by admin on 02-06-2009

Tagged Under : , , , ,

As we discuss web site flash design here, something that invites particular mention is excessive dependence of flash designers on Flash interface for developing any common flash web design. However, not many realize that impressive flash designs involving movie clip symbols can also be achieved with ActionScript 3.0.

The underlying syntax for bringing in any change in a property remains the same, that is, type in the name of the movie clip instance succeeded by a period, the name of the property you wish to change, an equal to sign and the new value. For example, to change the name of a certain movie clip, say Zulu to Temp, the syntax would be:

Zulu.name=Temp;
Very simple, isn’t it?

Controlling movie clip properties with ActionScript 3.0 in web site Flash design includes several actions, such as position changing of movie clip, decrement and increment in property value etc.

Summarizing Changing a Property Value

The basic syntax to change any property of a MovieClip is to type the clip’s instance name, followed by a period (.), the property name that you want to change, an equals sign (=), and then the new value:

movieClipInstanceName.propertyName = value;

E.g. rotating the clip, Clip1 by 90 degrees -

Propeties -

x - Horizontal position,
y - Vertical position,
rotation,
alpha - Transparency,
scaleX - Horizontal scale,
scaleY - Vertical scale,
visible - Visibility

Value of Properties -

x, y, scaleX, scaleY: –infinity to +infinity
rotation: –180 to 180 (degrees)
alpha: 0 to 1 (0 = transparent, 1 = opaque)
visible: true (visible) or false (invisible)

ActionScript can actually accomplish every feature achievable with Flash interface during Flash web site design.

Video