How to include mxml file?
-
In Application tag
-
In Script tag
-
We can use either a or b
-
None of the above
A
Correct answer
Explanation
MXML files are included within the mx:Application tag or referenced as components. The Script tag is for ActionScript code only, not for including MXML files.