Adobe Flash Question:
Download Job Interview Questions and Answers PDF
What will be the result of the following line of ActionScript?
Answer:
Code:
print(_root.myClip,"bmax");
A. The myClip and "bmax" movie clips will be printed.
B. A bounding box will be created by the location of the myClip and "bmax" movie clips,and this area will be printed.
C. The myClip movie clip will be printed, and each frame will be scaled to fill the maximum space on the printed page.
D. The largest printable frame in the myClip will be used to determine the bounding box for all frames printed.
print(_root.myClip,"bmax");
A. The myClip and "bmax" movie clips will be printed.
B. A bounding box will be created by the location of the myClip and "bmax" movie clips,and this area will be printed.
C. The myClip movie clip will be printed, and each frame will be scaled to fill the maximum space on the printed page.
D. The largest printable frame in the myClip will be used to determine the bounding box for all frames printed.
Download Adobe Flash Interview Questions And Answers
PDF
Previous Question | Next Question |
Which of the following is the correct way to create an alert box using getURL and JavaScript? | The class that is inheritingt another is known as the: |