When you publish a Flash file, Flash generates the HTML code for inserting an object in a Web page. Which of the following code fragments indicates the correct attributes that identify a SWF file within the <object> tag?
A.
<param type=movie src="myFlashMovie.swf">
B.
<param name=movie data="myFlashMovie.swf">
C.
<param value=movie name="myFlashMovie.swf">
D.
<param name=movie value="myFlashMovie.swf">