-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject1.html
61 lines (61 loc) · 2.98 KB
/
project1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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" lang="en" xml:lang="en">
<head>
<title>project1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { background-color: #FFFFFF;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<p align="center" style="text-transform:capitalised;background-color:rgba(255,255,0,0.4) !important;width:100%;color:rgb(255,0,0) !important;font-family:sans-serif;">
<h3>Hello Friends,I am Anand PRaBhAKar..<br>and thsi page consitsi of my first flash application<br>
if you are unable to view the flash working then please change your<br>
Browser setting and allow the flash applications and also update flash player on your PC<br>
and then refresh your web browser..<br>
after doing so..you will see the flash application on screen..<br>recommended browsers are chrome,mozilla,IE,and safari,etc..<br>
<br>please send me feedback <a href="mailto:[email protected]">Here</a>,if you liked the application<br>
This is start and in future i will create more projects on flash applications.<br>
</h3></p>
<div id="flashContent" align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="project1" align="middle">
<param name="movie" value="project1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="project1.swf" width="550" height="400">
<param name="movie" value="project1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<p align="center" style="text-transform:capitalised;background-color:rgba(255,255,0,0.4);color:rgb(255,0,0);font-family:sans-serif;">
<h3>Thank you for Visiting..
</h3></p>
</body>
</html>