exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 2 question 5 discussion

Actual exam question from Microsoft's 70-486
Question #: 5
Topic #: 2
[All 70-486 Questions]

HOTSPOT -
You need to implement the map of the runners' paths.
How should you build the video viewer? (To answer, select the appropriate options in the answer area.)
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
The <embed> tag defines a container for an external application or interactive content (a plug-in).
Example, an embedded flash animation:
<embed src="helloworld.swf">
References:
http://www.w3schools.com/tags/tag_embed.asp

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kvijen
4 years, 7 months ago
I think its correct <video> <source ....1 /> <source ...2 /> <object> <param .... /> <embed .... /> </object> </video>
upvoted 1 times
...
baovo
4 years, 10 months ago
<embed> must not be within a object-tag https://stackoverflow.com/questions/137326/how-to-embed-a-swf-file-in-an-html-page
upvoted 1 times
zozox
4 years, 10 months ago
<object width="100" height="100"> <param name="movie" value="file.swf"> <embed src="file.swf" width="100" height="100"> </embed> </object> is the right answer in this article so you are wrong
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...