What’s the preferred method for embedding a SWF in HTML?
-
SWF OBJECT
-
FLASH OBJECT
-
HTML&FLASH OBJECT
-
FLA OBJECT
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.