I get just a completely black screen... ??
So I checked source:
ThereIsNoTurningBack
$(document).ready(function () [
FB.init([
appId: 115034218606660,
status: true,
cookie: true,
xfbml: true,
channelUrl: '/channel/channel.htm']);
]);
var flashvars = [
];
var params = [
menu: "false",
scale: "noScale",
allowFullscreen: "true",
allowScriptAccess: "always",
bgcolor: "#000000",
wmode: "direct" // can cause issues with FP settings & webcam
];
var attributes = [
id: "ThereIsNoTurningBack"
];
swfobject.embedSWF(
"/Content/flash/ThereIsNoTurningBack.swf?v=38",
"altContent", "1024", "768", "10.0.0",
"/Content/flash/expressInstall.swf",
flashvars, params, attributes);
function thisMovie(movieName) [
return document.get(movieName);
]
function GetTime() [
$.ajax([
type: "POST",
url: "/Home/GetTime",
success: function (data) [
thisMovie("ThereIsNoTurningBack").setTime(data);
]
]);
]
function GetUsers() [
$.ajax([
type: "POST",
url: "/Home/GetUsersCount",
success: function (data) [
thisMovie("ThereIsNoTurningBack").setUsers(data);
]
]);
]
function StoreUser(user) [
$.ajax([
type: "POST",
url: "/Home/SetUser",
data: [ userEmail: user ],
dataType: "json",
success: function (data) [
thisMovie("ThereIsNoTurningBack").setCodes(data);
]
]);
]
function Detonate() [
$.ajax([
type: "POST",
url: "/Home/Detonate",
dataType: "json",
success: function (data) [ ]
]);
]
function shareFacebook() [
var url = "https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fthereisnoturningback.com%2FHome&t=There+is+no+turning+back";
window.open(url, '', "menubar=0,resizable=0,width=600,height=350");
]
function shareTwitter() [
var url = "http://twitter.com/intent/tweet?text=" + encodeURIComponent("Something big is coming on 11/11/11. See the #thereisnoturningback
teaser vid here:
thereisnoturningback.com...");
window.open(url, '', "menubar=0,resizable=0,width=600,height=350");
]
function refresh()[
location.reload(true);
]
type="text/css">
html, body
[
height: 100%;
overflow: hidden;
]
body
[
margin: 0;
background-repeat: no-repeat;
background-position: center top;
background-color: #000000;
]
#el
[
margin-left: auto;
margin-right: auto;
width: 1024px;
]
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26621860-1']);
_gaq.push(['_trackPageview']);
(function () [
var ga = document.createElement('script'); ga.type = 'text/_javascript'; ga.async = true;
ga_ = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
])();
ThereIsNoTurningBack
Get Adobe Flash player
edit on 11/11/2011 by SmokeyDawn because: (no reason given)