| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 |
<html> |
|---|
| 3 |
<head> |
|---|
| 4 |
<title>RadialBlur</title> |
|---|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 |
<meta name="language" content="en" /> |
|---|
| 7 |
<meta name="description" content="" /> |
|---|
| 8 |
<meta name="keywords" content="" /> |
|---|
| 9 |
|
|---|
| 10 |
<script src="js/swfobject.js" type="text/javascript"></script> |
|---|
| 11 |
<script type="text/javascript"> |
|---|
| 12 |
var flashvars = {}; |
|---|
| 13 |
var params = { |
|---|
| 14 |
menu: "false", |
|---|
| 15 |
scale: "noScale" |
|---|
| 16 |
}; |
|---|
| 17 |
swfobject.embedSWF("RadialBlur.swf", "altContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params); |
|---|
| 18 |
</script> |
|---|
| 19 |
<style> |
|---|
| 20 |
html, body { height:100%; } |
|---|
| 21 |
body { margin:0; } |
|---|
| 22 |
</style> |
|---|
| 23 |
</head> |
|---|
| 24 |
<body> |
|---|
| 25 |
<div id="altContent"> |
|---|
| 26 |
<h1>RadialBlur</h1> |
|---|
| 27 |
<p>Alternative content</p> |
|---|
| 28 |
<p><a href="http://www.adobe.com/go/getflashplayer"><img |
|---|
| 29 |
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" |
|---|
| 30 |
alt="Get Adobe Flash player" /></a></p> |
|---|
| 31 |
</div> |
|---|
| 32 |
</body> |
|---|
| 33 |
</html> |
|---|