Skip to content

Instantly share code, notes, and snippets.

function beginningAnimation() : void
{
trace("1");
var li = allLights[0];
moveLight(li,wid,heig);
li.nextFunc = continueAnimation;
trace("1.1");
}
function continueAnimation(e:TweenEvent) : void
{
function sendMail($to1, $subject1, $body1, $from_email1, $from_name1){
$headers="From: $from_email1\r\n";
$headers.="Reply-To: $from_name1<$from_email1>\r\n";
$headers.='X-Mailer: PHP/'.phpversion()."\r\n";
$headers.="MIME-Version: 1.0\r\n";
$headers.="Content-Type: text/plain; charset=iso-8859-1\r\n"."\n\n";
$sendmail_params = "-f$from_email1";
return mail($to1,$subject1,$body1,$headers,$sendmail_params);
}
HolodeckProxy = function(a,b,c,d){this.initialize(a,b,c,d);}
HolodeckProxy.prototype = {
initialize:function(l, t, c, ct) {
this._listners = l||{};
this._trackers = t||[];
this._callbacks = c||{};
this._callbackTrackers = ct||{};
var a = this;
window.konduitToHolodeck = function(){
HolodeckProxy = function(h,l){this.initialize(h,l);}
HolodeckProxy.prototype = {
initialize:function(h,l) {
this._listners = h||{};
this._trackers = l||[];
window.konduitToHolodeck = function(){
var arg = arguments[0];
setTimeout(function() { holodeck.konduitEvent(arg) }, 0);
setTimeout(function() { holodeckProxy.send(arg) }, 0);
<div>
<script>
function uListC(o) {
var R = new Array(), T = o.length, s = 0;
for (var i = 0; i < T; i++) {
var q = o[i].username;
if(q == holodeck.username() || !q) {
s++;
continue;
}