Articles related to web development
MovieClip() is just like a SPRITE in swish. You put all your animations in a single object. When you make a simple animation its hard for you to move you animation to a specific place, so the solution is to make a MovieClip() which will contain animation, and you can easily move it on any space.
1. Draw a rectangle. (you can make any object circle or rectangle)..
2. Select it and convert it to MovieClip by pressing F8 or goto
menu Insert and select Covert to Symbol, and from that box
click on option Movie Clip

3. Now you movieClip() is ready, but you have to modify it.
now we will make a smiple animation in MovieClip() and place it anywhere in our SWF file
1. Double click on rectangle.Now you are in the MovieClip().
2. Select the whole area of rectangle with Arrow Tool
3. Now convert it to a graphic symbol, goto menu Insert and click
on Covert to Symbol. And from that popup window, select Graphic
option.

Now your rectangle is a graphic symbol.
4. RightClick on frame number 20 and selcect Insert Keyframe.
5. Now LeftCilck on frame number 20, and drag your rectangle to any
other position, put it in the left botton corner.
6. Now rightclick on any frame between frame number 1 and 20, and select
Create Motion Tween.
7. Double click on outside the rectangle..
Now simply drag your MovieClip and place it anywhere in your movie.
Hope it helps..
Sometimes you see, when you export your movie from flash, your images
are blurry, not clear. It is because you donot set the image quality from
the Publish Settings.
Its easy to set. do the following stpes.
1. Goto FILE menu and select PUBLISH SETTINGS
File
—–> Publish Settings
2. There will be three tabs Formats, Flash and HTML so click on Flash.
3. There will be an option JPEG Quality. Simply set it to 100%.

now it will export very clear images.