Multiple choice technology web technology

What’s the preferred method for embedding a SWF in HTML?

  1. SWF OBJECT

  2. FLASH OBJECT

  3. HTML&FLASH OBJECT

  4. FLA OBJECT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SWFObject (A) was the industry-standard JavaScript library for embedding SWF (Flash) content in HTML pages. It provided cross-browser compatibility and better fallback handling than the deprecated OBJECT/EMBED tags. Options B, C, and D are not real Flash embedding methods.