1. Question:What is Timeline? 

    Answer
    The Timeline is the thing that controls the animation that the user sees. The Timeline is a representation of how long the animation runs and how content changes in the animation over time.

    1. Report
  2. Question:What are scenes in Flash? 

    Answer
    Scenes is allows us to organize our movie into sections that you can view as independent pieces of the whole movie. The ability to have a multiscene movie allows you to break up your content into logical chunks and helps you organize your movie efficiently.

    1. Report
  3. Question:Why playhead is used? 

    Answer
    The playhead indicates where we currently are in our movie. We can click the playhead and drag it back and forth along the Timeline, and the stage will change to show the contents in the selected frame. When we position the playhead over a frame we see what will be displayed on the screen at that point during playback.

    1. Report
  4. Question:Why polystar tool is used in Flash? 

    Answer
    The polystar tool works in very similar way to the other shape tools. The Polystar tool is used to create a shape, polygons and stars. We can draw both polygons and star shapes using the PolyStar tool.

    1. Report
  5. Question:Why Snap to Objects is used in flash? 

    Answer
    Snap to Objects rises Flash's ability to help us make our drawings more precise. This feature automatically snaps the drawing cursor to certain points as Flash anticipates what we're trying to do. For example, when we activate Snap to Objects and draw with the oval tool, the oval are drawing jumps to become a perfect circle when we get close to the shape of it.

    1. Report
  6. Question:Which HTTP header information is set to send information using POST method in Ajax? 

    Answer
    To use the method we should set an HTTP header for the request that indicates the data in the request will be set up    
        in the standard POST way. HTTP header information is set to send information using POST method in Ajax is given   bellow:
            XMLHttpRequestObject.setRequestHeader(‘Content-Type’,’application/x-www-form-urlencoded’);

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd