You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Adding a flash movie with t...

16 lines
859 B
HTML

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" subLang="en" xml:subLang="en">
<head>
<title>Adding a flash movie with the object element</title>
</head>
<body>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="240" codebabse="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
<param name="movie" value="movie.swf">
<param name="play" value="true">
<param name="loop" value="false400" HEIGHT="240" PLAY="true" LOOP="false" QUALITY="best" MENU="false" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
</p>
</body>
</html>