-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcreate.html
More file actions
89 lines (81 loc) · 3.44 KB
/
create.html
File metadata and controls
89 lines (81 loc) · 3.44 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Create a Fairy | Pixie Hollow | Disney Fairies</title>
<meta name="description" content="Create a Fairy and fly into Pixie Hollow!" />
<META NAME="ROBOTS" CONTENT="NONE">
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="http://a.disney.go.com/detect/scripts/master_flash_light.js"></script>
<script type="text/javascript" src="http://a.disney.go.com/fairies/pixiehollow/js/javascripts.js"></script>
<script type="text/javascript" src="fairies_framework.js"></script>
<script type="text/javascript" src="environment.js"></script>
<script type="text/javascript">
DetectFlash("10","http://disney.go.com/fairies/pixiehollow/flashupgrade.html");
</script>
<link rel="icon" href="http://a.disney.go.com/fairies/wings.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://a.disney.go.com/fairies/wings.ico" type="image/x-icon" />
<script type="text/javascript">
var varCssPath = baseSwfPath+"css/main.css";
document.write('<style type="text/css">@import url('+varCssPath+');</style>');
</script>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
</head>
<body bgcolor="#24304a">
<div id="fb-root"></div>
<!-- Chrome -->
<div id="chrome" align="center">
<script type="text/javascript" src="http://a.disney.go.com/fairies/pixiehollow/js/breadcrumb.js"></script>
<!-- <script type="text/javascript" src="http://ahome.disney.go.com/globalelements/chrome.js?chromeStyle=darkGray"></script> -->
</div>
<!-- **** EMS MESSAGING **** -->
<div id="emsg">
<div class="emsg_inner" id="EMSText"><span></span></div>
</div>
<!-- **** END EMS MESSAGING **** -->
<div id="wrapper" align="center" class="normalbg">
<div id="maincontent" align="center" min-height="600">
<div id="flashcontent">
<div id="innerflashcontent">
</div>
</div>
<script type="text/javascript">
var varSwfPath = baseSwfPath+"swf/container.swf"
var var_html_environment = ""; // What am I?
var flashvars = {};
flashvars.session = "xml/sessions/create.xml";
flashvars.currentUrl = getCurrentUrl()
flashvars.htmlEnvironment = var_html_environment;
flashvars.base = baseSwfPath;
var flashparams = {};
flashparams.allowScriptAccess = "always"
flashparams.bgcolor = "#050C1F"
flashparams.wmode = "default"
flashparams.base = baseSwfPath;
var attributes = {
id: "pixiehollowcontent",
name: "pixiehollowcontent"
};
swfobject.embedSWF(varSwfPath, "flashcontent", "1030", "765", "10.0.0","http://a.dolimg.com/swf/dcom/expressInstall.swf", flashvars, flashparams, attributes);
// ]]>
</script>
</div>
<div id="footer">
<!--<script type="text/javascript" src="http://ahome.disney.go.com/globalelements/footer.js?footerDisplayMode=legalOnly&footerStyleSet=dark"></script>-->
</div>
</div>
<!-- START DOL Web Analytics 1.0 -->
<script type="text/javascript" src="http://aglobal.go.com/stat/dolWebAnalytics.js"></script>
<script type="text/javascript">
cto=new CTO();
cto.account="pixiehollow";
cto.category="dgame";
cto.site="fai";
cto.siteSection="pixiehollow:website:html";
cto.pageName="create_html";
cto.contentType="regular";
cto.property="fai";
cto.track();//Required. Do not remove.
</script>
<!-- END DOL Web Analytics 1.0 -->
</body>
</html>