Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

why are two <object> tags required to embed a flash movie? a one set of…

Question

why are two <object> tags required to embed a flash movie? a one set of attributes is used with internet explorer, and another set works with other browsers. b two are not required. c one tag defines the movie, and the other defines the fallback options. d one tag defines the movie, and the other defines the audio.

Explanation:

Brief Explanations

To embed a Flash movie, two <object> tags are used because different browsers (especially Internet Explorer vs. others) require different attribute sets for the <object> tag to properly render the Flash content. Option B is incorrect as two are required for cross - browser compatibility. Option C is wrong because fallback options are not the reason for two <object> tags here. Option D is incorrect as the second <object> tag is not for defining audio. Option A correctly states that one set of attributes works with Internet Explorer and another with other browsers.

Answer:

A. One set of attributes is used with Internet Explorer, and another set works with other browsers.