Whitch of the following of code will return "Video" from the following code block?
Submitted by: AdministratorCode:
aThing = new Object();
aThing.mediatype = "Video";
aThing.format = "DVD";
aThing.getMediaType = function(){
return this.mediatype;
}
A. aThing.getMediaType
B. aThing.getMediaType();
C. aThing.getMediaType{};
D. aThing(getMediaType);
Submitted by: Administrator
aThing = new Object();
aThing.mediatype = "Video";
aThing.format = "DVD";
aThing.getMediaType = function(){
return this.mediatype;
}
A. aThing.getMediaType
B. aThing.getMediaType();
C. aThing.getMediaType{};
D. aThing(getMediaType);
Submitted by: Administrator
Read Online Adobe Flash Job Interview Questions And Answers
Top Adobe Flash Questions
☺ | What is needed when using static text to have font outline embedded in SWF file? |
☺ | Tell the difference between indexed array and associative array? |
☺ | What is vector graphic animation? |
☺ | Which of the following is NOT a true statement about the Print action? |
☺ | You have a TextField selected on stage and would like to separate each letter into its own TextField. Which option under the Modify menu allows you to do this? |
Top Adobe Categories
☺ | Adobe Photoshop Interview Questions. |
☺ | Adobe Illustrator Interview Questions. |
☺ | Adobe Flash Interview Questions. |
☺ | Adobe Flex Actionscript Interview Questions. |
☺ | Photoshop Expert Interview Questions. |