Endless Paradigm

Full Version: SWF Desktop background?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Here is one I did a long time ago.  Just a fun little bobble head that I would make with peoples faces I knew.

http://webpages.charter.net/lbmcconnell/bobble1.html

Here is the code.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>bobble1</title>
</head>
<body bgcolor="#cccccc">
<!--url's used in the movie-»
<!--text used in the movie-»
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="300" height="400" id="bobble1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bobble1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#cccccc" />
<embed src="bobble1.swf" quality="high" bgcolor="#cccccc" width="300" height="400" name="bobble1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Pages: 1 2
Reference URL's