Showing posts with label Free. Show all posts
Showing posts with label Free. Show all posts

Sunday, June 28, 2009

Understanding Animations in Flash

Hello,
Today I will be telling you about Animations in Flash.Now many of you must be thinking that what is animation and what does it mean.Animation is made from individual images.It is a collection of still images,but motion is created with the help of animations.When we watching any action of an object,at the time of blinking of our eyes,our brain covers the fact that we have missed part of the action.But actually the black moments are so short makes us think that we are watching the full motion.
Components Of Animation.


Keyframe:Keyframes define the moment in the timeline where actions or animations occur.
Playhead:The playhead shows the current frame that we are viewing in the timeline.
Blank Keyframe:A blank keyframe is an empty location on the timeline which is ready to have the contents placed.
Frame View:The Frame View allows you to change how the timeline is displayed.

Layers:Layers organize your work from back to front on the stage so that one object can move in front of other one.
Current Frame:This displays the current position of the playhead.
Frame Rate:This shows the number of frames per second (fps) our animation will play in the browser.
Elapsed Time:Shows the time elapsed from Frame 1 to our current position at the selected fps.
Flash Movies can refer to three different kinds of files:
Mymovie.fla File type:Project
This always has an extension of .fla and is the master authoring file used to edit contents.
Mymovie.swf File type:Movie
This always has an extension of .swf and is the only kind of file you will upload to the Internet.It is a compiled version of your project.
Mymovie.exe File type:Windows projector A stand alone projector file for viewing on a windows computer.
What to know more about flash??Have a look at my upcoming blogs about flash.Till then take care and thanks for reading.

Saturday, June 13, 2009

HTML Tags

Hello,
Today I shall be telling you about what are HTML Tags.HTML Tags are codes which help you to get your text the way you want!Like if you what you that the text you have written should be bold or italic or if you want to insert images.So the different types of tags/codes are as follows-:
1.If we want to make our text bold we use 'b' or 'strong' to open and '/b' or '/strong' to close.For example HTML Codes.
NOTE-:Instead of these '' use angular brackets <>.
2.If we want to make our text italic we use 'i' to open and'/i' to close.For example HTML TAGS.
NOTE-:Instead of these '' use angular brackets <>.
3.If you want to make your text underline we use 'u' to open and '/u' to close.For example HTML CODES.
NOTE-:Instead of these '' use angular brackets <>.
4.If you wish that your text should be both bold and underlined we use 'b' 'u' '/u' '/b'.Remember that whatever comes fist closes last.For example Have a good day.
NOTE-:Instead of these '' use angular brackets <>.
5.If you want that the text should be center aligned we the 'center' tag to open and '/center' tag to close.
NOTE-:Instead of these '' use angular brackets <>.
6.If you wish to upload a image you can use the'img src=path of image'.
NOTE-:Instead of these '' use angular brackets <>.
7.If you want that your text should move you can use the 'markquee' tag.
NOTE-:Instead of these '' use angular brackets <>.
8.If you wish that you text should be in a paragraph you can use 'p' tag to open and '/p' tag to close.
NOTE-:Instead of these '' use angular brackets <>.
9.If you wish to delete text you can you 'strike' tag.
NOTE-:Instead of these '' use angular brackets <>.
10.If you want that your text should come in the next line you can use the 'br' tag.
NOTE-:Instead of these '' use angular brackets <>.
11.If you wish that your text should be big use 'big' tag.
NOTE-:Instead of these '' use angular brackets <>.
12.If you wish that you text should be small yse 'small' tag.
NOTE-:Instead of these '' use angular brackets <>.
13.To place a short description of the picture in the background which becomes visible on placing the mouse cursor on it we use 'alt' tag. The tag 'a href ' stands for anchor reference text.
NOTE-:Instead of these '' use angular brackets <>.
14.If you wish to emphsis text you can use the 'em' tag.
NOTE-:Instead of these '' use angular brackets <>.
These are the majour tags that are used in HTML.Now many people ask that if there are keybord shortcuts for these tags.Yes there are keybord shortcuts like if you want to make text bold you can press Ctrl+b or if you like to make your text italic you can use Ctrl+i and so on.
If you have any problems or did'nt understood anything you can leave a comment or e mail me at ranibhardwaj31@gmail.com. I shall surely replay your equires.
Thanks for reading!