Articles related to web development
What are object properties ?
Everything you design in Swishmax is an object, like SPRITE is an object, the TEXT you write is also is TEXT OBJECT. Shapes are Shape Objects. We can easily set/change properties. And assign new values to any object’s properties.
You can create Shape Objects using the following drawing tools:
Line
Pencil
Bezier
Rectangle
Ellipse
AutoShapes.
OBJECT PROPERTIES
_X [...]
What is variable.
A variable is a value that is not constant. This value is changed conditionally. For example weather is a variable, it is not same always. Now in SWiSHScript, for example “X” is a variable and its value is
assigned x=10; in the beginning of Movie, but we want to change its value at runtime [...]
I assume that you have read the tutorial for loading external from a text file. If not then read the following tutorial first.
It is not much complicated, just perform the following steps and your
scroll bar is ready.
Follow The steps..
——————-
1. In above tutorial the Dynamic text box in Single Line, so first
change it to Multi Line
2. [...]
SENDING MAIL THOURGH FLASH AND PHPFLASH PART
We will add four input boxes for
To
From
Subject
Body
————————–
—- Follow the steps —-
————————–
1. Pick up the Text Tool and write To, From, Subject, Body in a static form. Choose Static from text box properties like this
2. Now make another TEXT box using TEXT Tool and set its properties asinput box, like [...]