Frame 1
function videoStatus() {
amountLoaded = ns.bytesLoaded / ns.bytesTotal;
loader.loadbar._width = amountLoaded * 227.9;
loader.scrub._x = (ns.time / duration) * 227.9;
}
function scrubit() {
ns.seek(Math.floor((loader.scrub._x / 224) * duration));
}
function goFullScreen() {
Stage.displayState = "fullScreen";
}
function exitFullScreen() {
Stage.displayState = "normal";
}
var myVars = new Array();
myVars.clipnumber = "propeller02";
myVars.clipnumbercue2 = "propeller02end";
myVars.portalid = "DEDSG00";
myVars.flvname = "propeller01_02.flv";
myVars.swfname = "propeller02_00.swf";
myVars.embedlink = "<a href=\"http://www.0815-4711.com/propeller02.html\">Propellerman</a>";
myVars.mailfile = "flashMailpropeller01_01.php";
myVars.response = true;
myVars.mylink = "http://www.mega-bang.com/";
var mytext = "www.mega-bang.com";
var mysize = 132;
myVars.downloadsactive = true;
myVars.wmvdownload = "propeller02_01wmv.zip";
myVars.movdownload = "propeller02_01mov.zip";
myVars.ipoddownload = "propeller02_01ipod.zip";
myVars["3gpdownload"] = "propeller02_013gp.zip";
myVars.sotiallink = "http://www.0815-4711.com/propeller02.html";
myVars.sotialtext = "The unbeliveble Propellerman!";
if (myVars.response == false) {
response2._visible = false;
}
var meinVideo;
var nc = new NetConnection();
nc.connect(null);
var ns = new NetStream(nc);
ns.setBufferTime(5);
ns.onStatus = function (info) {
if (info.code == "NetStream.Buffer.Full") {
bufferclip._visible = false;
}
if (info.code == "NetStream.Buffer.Empty") {
bufferclip._visible = true;
}
if (info.code == "NetStream.Play.Stop") {
ns.seek(0);
ns.pause();
playbutton._visible = true;
playbutton2._visible = false;
pausebutton._visible = false;
replaybutton._visible = true;
bufferclip._visible = false;
response2._visible = false;
startmc._visible = true;
startmc.gotoAndPlay(11);
trace("yes");
}
};
meinVideo.attachVideo(ns);
var autoplay = _level0.autoplay;
if (autoplay == "true") {
playbutton2._visible = false;
startmc._visible = false;
startbuttonbig._visible = false;
if (myVars.response == true) {
response2._visible = true;
}
ns.play((("http://clipster.to/flash/" + myVars.clipnumber) + "/clip/") + myVars.flvname);
playbutton._visible = false;
pausebutton._visible = true;
}
if (autoplay == "false") {
playbutton._visible = true;
pausebutton._visible = false;
response2._visible = false;
}
playbutton3._visible = false;
replaybutton._visible = false;
replaybutton.onRollOver = function () {
this.gotoAndPlay(2);
};
replaybutton.onRollOut = function () {
this.gotoAndPlay(11);
};
replaybutton.onRelease = function () {
ns.pause();
playbutton._visible = false;
playbutton2._visible = false;
pausebutton._visible = true;
emailbutton1._visible = true;
replaybutton._visible = false;
startmc.gotoAndPlay(2);
if (myVars.response == true) {
response2._visible = true;
}
};
pausebutton.onRelease = function () {
ns.pause();
playbutton3._visible = true;
playbutton2._visible = false;
pausebutton._visible = false;
emailbutton1._visible = true;
};
startbuttonbig.onRollOver = function () {
this.gotoAndPlay(2);
};
startbuttonbig.onRollOut = function () {
this.gotoAndPlay(11);
};
startbuttonbig.onRelease = function () {
ns.play((("http://clipster.to/flash/" + myVars.clipnumber) + "/clip/") + myVars.flvname);
playbutton._visible = false;
playbutton2._visible = false;
startbuttonbig._visible = false;
pausebutton._visible = true;
bufferclip._visible = true;
startmc.gotoAndPlay(2);
if (myVars.response == true) {
response2._visible = true;
}
};
playbutton.onRelease = function () {
ns.pause();
playbutton._visible = false;
playbutton2._visible = false;
pausebutton._visible = true;
emailbutton._visible = true;
emailbutton2._visible = false;
replaybutton._visible = false;
startmc.gotoAndPlay(2);
if (myVars.response == true) {
response2._visible = true;
}
};
playbutton2.onRelease = function () {
ns.play((("http://clipster.to/flash/" + myVars.clipnumber) + "/clip/") + myVars.flvname);
startmc.gotoAndPlay(2);
playbutton._visible = false;
playbutton2._visible = false;
pausebutton._visible = true;
bufferclip._visible = true;
startbuttonbig._visible = false;
if (myVars.response == true) {
response2._visible = true;
}
};
playbutton3.onRelease = function () {
ns.pause();
playbutton._visible = false;
playbutton2._visible = false;
playbutton3._visible = false;
pausebutton._visible = true;
emailbutton._visible = true;
emailbutton2._visible = false;
replaybutton._visible = false;
if (myVars.response == true) {
response2._visible = true;
}
};
var videoInterval = setInterval(videoStatus, 100);
var amountLoaded;
var duration;
ns.onMetaData = function (obj) {
duration = obj.duration;
};
var scrubInterval;
loader.scrub.onPress = function () {
clearInterval(videoInterval);
scrubInterval = setInterval(scrubit, 10);
this.startDrag(false, 0, this._y, 224, this._y);
};
loader.scrub.onRelease = (loader.scrub.onReleaseOutside = function () {
clearInterval(scrubInterval);
videoInterval = setInterval(videoStatus, 100);
this.stopDrag();
});
_root.createEmptyMovieClip("vSound", _root.getNextHighestDepth());
vSound.attachAudio(ns);
var so = new Sound(vSound);
so.setVolume(100);
mute.onPress = function () {
if (so.getVolume() == 100) {
so.setVolume(0);
this.gotoAndPlay(2);
} else {
so.setVolume(100);
this.gotoAndPlay(1);
}
};
exitfullScreenButton._visible = false;
goFullScreen();
goFullScreenButton.onRelease = function () {
goFullScreen();
};
exitfullScreenButton.onRelease = function () {
exitFullScreen();
};
fullscreenback._visible = false;
EventListener = new Object();
EventListener.onFullScreen = function (bFull) {
if (bFull == true) {
goFullScreenButton._visible = false;
exitfullScreenButton._visible = true;
fullscreenback._visible = true;
}
if (bFull == false) {
exitfullScreenButton._visible = false;
goFullScreenButton._visible = true;
fullscreenback._visible = false;
}
};
Stage.addListener(EventListener);
fullscreenrollover._visible = false;
goFullScreenButton.onRollOver = function () {
fullscreenrollover._visible = true;
};
goFullScreenButton.onRollOut = function () {
fullscreenrollover._visible = false;
};
mcFormular._visible = false;
emailbutton2._visible = false;
emailbutton3._visible = false;
emailback._visible = false;
emailbutton.onRelease = function () {
meinVideo._height = 150;
meinVideo._width = 200;
meinVideo._y = 10;
meinVideo._x = 10;
startmc._height = 150;
startmc._width = 200;
startmc._y = 10;
startmc._x = 110;
startbuttonbig._height = 31;
startbuttonbig._width = 31;
startbuttonbig._y = 75;
startbuttonbig._x = 110;
replaybutton._height = 34;
replaybutton._width = 30;
replaybutton._y = 75;
replaybutton._x = 110;
response2._height = 150;
response2._width = 200;
response2._y = 10;
response2._x = 110;
bufferclip._visible = false;
mcFormular._visible = true;
emailbutton._visible = false;
emailbutton2._visible = true;
emailback._visible = true;
embedhead._visible = false;
directhead._visible = false;
my_txt._visible = false;
my_link._visible = false;
embedback._visible = false;
directback._visible = false;
embedbutton._visible = true;
embedbutton2._visible = false;
embedbackground._visible = false;
downloadsmov._visible = false;
downbutton._visible = true;
downbutton2._visible = false;
downloadback._visible = false;
socialbutton._visible = true;
socialbutton2._visible = false;
buttonbackground._visible = false;
deliciousbutton._visible = false;
bloglinesbutton._visible = false;
diggbutton._visible = false;
facebookbutton._visible = false;
googlebutton._visible = false;
mrwongbutton._visible = false;
technobutton._visible = false;
downloadwmvbutton._visible = false;
downloadmovbutton._visible = false;
downloadipodbutton._visible = false;
download3gpbutton._visible = false;
};
emailrollover._visible = false;
emailbutton.onRollOver = function () {
emailrollover._visible = true;
};
emailbutton.onRollOut = function () {
emailrollover._visible = false;
};
emailbutton2.onRelease = function () {
meinVideo._height = 300;
meinVideo._width = 400;
meinVideo._y = 0;
meinVideo._x = 0;
startmc._height = 300;
startmc._width = 400;
startmc._y = 0;
startmc._x = 200;
startbuttonbig._height = 62;
startbuttonbig._width = 63;
startbuttonbig._y = 120;
startbuttonbig._x = 200;
replaybutton._height = 68;
replaybutton._width = 61;
replaybutton._y = 120;
replaybutton._x = 200;
response2._height = 300;
response2._width = 400;
response2._y = 0;
response2._x = 200;
mcFormular._visible = false;
emailbutton._visible = true;
emailbutton2._visible = false;
emailback._visible = false;
};
txtFeldArr = ["txtName", "txtVorname", "txtStrasse", "txtOrt", "txtTel", "txtEmail", "txtMessage"];
txtLabelArr = [" Dein Name", "Vorname", "Stra\u00DFe", "PLZ/Ort", "Telefon", " Email Adressen (getrennt durch ',')", " Deine Nachricht"];
fncClear = function (obj1, index) {
obj1.text = txtLabelArr[index];
};
fncOldStyle = function (obj2) {
obj2.textColor = "0x000000";
obj2.borderColor = "0x000000";
obj2.backgroundColor = "0xFFFFFF";
};
fncNewStyle = function (obj3) {
obj3.textColor = "0x000000";
obj3.borderColor = "0x000000";
obj3.backgroundColor = "0xF5F5F5";
};
fncCheckContent = function (obj4) {
if (obj4.text == txtLabelArr[obj4.i]) {
obj4.text = "";
} else if (obj4.text == "") {
fncClear(obj4, obj4.i);
}
};
fncInit = function () {
i = 0;
while (i < txtFeldArr.length) {
currentTxtFeld = 0;
prevtTxtFeld = 0;
mcFormular[txtFeldArr[i]].i = i;
fncClear(mcFormular[txtFeldArr[i]], mcFormular[txtFeldArr[i]].i);
fncOldStyle(mcFormular[txtFeldArr[i]]);
mcFormular[txtFeldArr[i]].onSetFocus = function () {
prevtTxtFeld = currentTxtFeld;
currentTxtFeld = this;
fncNewStyle(currentTxtFeld);
fncOldStyle(prevtTxtFeld);
fncCheckContent(currentTxtFeld);
fncCheckContent(prevtTxtFeld);
};
i++;
}
};
fncSend = function () {
felderVoll = false;
emailRichtig = false;
i = 0;
while (i < txtFeldArr.length) {
if ((mcFormular[txtFeldArr[i]].text == "") || (mcFormular[txtFeldArr[i]].text == txtLabelArr[i])) {
mcFormular[txtFeldArr[i]].textColor = "0xFF0000";
mcFormular.txtStatus.text = "Alle Felder korrekt ausf\u00FCllen";
felderVoll = false;
} else {
felderVoll = true;
}
if ((mcFormular.varEmail.indexOf("@") < 2) || (mcFormular.varEmail.indexOf(".") < 5)) {
mcFormular[txtFeldArr[i]].textColor = "0xFF0000";
mcFormular.txtStatus.text = "Alle Felder korrekt ausf\u00FCllen";
emailRichtig = false;
} else {
emailRichtig = true;
}
i++;
}
if ((felderVoll == true) && (emailRichtig == true)) {
mcFormular.txtStatus.text = "Daten gesendet ...";
mcFormular.loadVariables("http://cl1.clipster.ws/contents/" + myVars.mailfile, "POST");
}
};
mcFormular.btnClear.txtLabel.text = "l\u00F6schen";
mcFormular.btnSend.txtLabel.text = "senden";
mcFormular.btnClear.txtLabel.textColor = "0x000000";
mcFormular.btnSend.txtLabel.textColor = "0x000000";
mcFormular.btnClear.onRollOver = (mcFormular.btnSend.onRollOver = function () {
this.txtLabel.textColor = "0xFFFFFF";
});
mcFormular.btnClear.onRollOut = (mcFormular.btnSend.onRollOut = function () {
this.txtLabel.textColor = "0x000000";
});
mcFormular.btnClear.onPress = (mcFormular.btnSend.onPress = function () {
this.txtLabel._x = (this.txtLabel._y = this.txtLabel._y + 1);
});
mcFormular.btnClear.onReleaseOutside = (mcFormular.btnSend.onReleaseOutside = function () {
this.txtLabel.textColor = "0x000000";
this.txtLabel._x = (this.txtLabel._y = this.txtLabel._y - 1);
});
mcFormular.btnClear.onRelease = function () {
this.txtLabel._x = (this.txtLabel._y = this.txtLabel._y - 1);
fncInit();
};
mcFormular.btnSend.onRelease = function () {
this.txtLabel._x = (this.txtLabel._y = this.txtLabel._y - 1);
fncSend();
};
fncInit();
embedbutton2._visible = false;
embedhead._visible = false;
directhead._visible = false;
embedback._visible = false;
directback._visible = false;
embedbackground._visible = false;
embedbutton.onRelease = function () {
meinVideo._height = 150;
meinVideo._width = 200;
meinVideo._y = 10;
meinVideo._x = 10;
startmc._height = 150;
startmc._width = 200;
startmc._y = 10;
startmc._x = 110;
startbuttonbig._height = 31;
startbuttonbig._width = 31;
startbuttonbig._y = 75;
startbuttonbig._x = 110;
replaybutton._height = 34;
replaybutton._width = 30;
replaybutton._y = 75;
replaybutton._x = 110;
response2._height = 150;
response2._width = 200;
response2._y = 10;
response2._x = 110;
bufferclip._visible = false;
embedhead._visible = true;
directhead._visible = true;
my_txt._visible = true;
my_link._visible = true;
embedback._visible = true;
directback._visible = true;
embedbutton._visible = false;
embedbutton2._visible = true;
embedbackground._visible = true;
mcFormular._visible = false;
emailbutton._visible = true;
emailbutton2._visible = false;
emailback._visible = false;
downloadsmov._visible = false;
downbutton._visible = true;
downbutton2._visible = false;
downloadback._visible = false;
socialbutton._visible = true;
socialbutton2._visible = false;
buttonbackground._visible = false;
deliciousbutton._visible = false;
bloglinesbutton._visible = false;
diggbutton._visible = false;
facebookbutton._visible = false;
googlebutton._visible = false;
mrwongbutton._visible = false;
technobutton._visible = false;
downloadwmvbutton._visible = false;
downloadmovbutton._visible = false;
downloadipodbutton._visible = false;
download3gpbutton._visible = false;
trace("press");
};
embedrollover._visible = false;
embedbutton.onRollOver = function () {
embedrollover._visible = true;
};
embedbutton.onRollOut = function () {
embedrollover._visible = false;
};
embedbutton2.onRelease = function () {
embedbutton._visible = true;
embedbutton2._visible = false;
embedbackground._visible = false;
meinVideo._height = 300;
meinVideo._width = 400;
meinVideo._y = 0;
meinVideo._x = 0;
startmc._height = 300;
startmc._width = 400;
startmc._y = 0;
startmc._x = 200;
startbuttonbig._height = 62;
startbuttonbig._width = 63;
startbuttonbig._y = 120;
startbuttonbig._x = 200;
replaybutton._height = 68;
replaybutton._width = 61;
replaybutton._y = 120;
replaybutton._x = 200;
response2._height = 300;
response2._width = 400;
response2._y = 0;
response2._x = 200;
embedhead._visible = false;
directhead._visible = false;
my_txt._visible = false;
my_link._visible = false;
embedback._visible = false;
directback._visible = false;
trace("embedpress");
};
this.createTextField("my_txt", 3, 28, 178, 344, 40);
my_txt.wordWrap = true;
my_txt.border = true;
my_txt.background = true;
my_txt.multiline = true;
var my_fmt = new TextFormat();
my_fmt.color = 0;
my_fmt.underline = false;
my_fmt.font = "Verdana";
my_fmt.size = 10;
my_fmt.color = 0;
my_fmt.bold = false;
my_txt.text = ((("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='400' height='320' id='waves' align='absmiddle'><param name='movie' value='http://cl1.clipster.ws/contents/" + myVars.swfname) + "' /><param name='flashvars' value='autoplay=true'/><param name='quality' value='high' /><param name='allowFullScreen' value='true' /><embed src='http://cl1.clipster.ws/contents/") + myVars.swfname) + "' FlashVars='autoplay=true' quality='high' bgcolor='#000000' width='400' height='320' name='fullscreen' align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
my_txt.setTextFormat(my_fmt);
my_txt._visible = false;
this.createTextField("my_link", 2, 28, 240, 344, 28);
my_link.wordWrap = true;
my_link.border = true;
my_link.background = true;
my_link.multiline = true;
my_link.text = myVars.embedlink;
my_link.setTextFormat(my_fmt);
my_link._visible = false;
downloadsmov._visible = false;
downbutton2._visible = false;
downloadback._visible = false;
downloadwmvbutton._visible = false;
downloadmovbutton._visible = false;
downloadipodbutton._visible = false;
download3gpbutton._visible = false;
if (myVars.downloadsactive == true) {
downbutton.onRelease = function () {
meinVideo._height = 150;
meinVideo._width = 200;
meinVideo._y = 10;
meinVideo._x = 10;
startmc._height = 150;
startmc._width = 200;
startmc._y = 10;
startmc._x = 110;
startbuttonbig._height = 31;
startbuttonbig._width = 31;
startbuttonbig._y = 75;
startbuttonbig._x = 110;
replaybutton._height = 34;
replaybutton._width = 30;
replaybutton._y = 75;
replaybutton._x = 110;
response2._height = 150;
response2._width = 200;
response2._y = 10;
response2._x = 110;
bufferclip._visible = false;
downloadsmov._visible = true;
downbutton._visible = false;
downbutton2._visible = true;
downloadback._visible = true;
my_txt._visible = false;
my_link._visible = false;
embedback._visible = false;
directback._visible = false;
embedhead._visible = false;
directhead._visible = false;
embedbutton._visible = true;
embedbutton2._visible = false;
embedbackground._visible = false;
mcFormular._visible = false;
emailbutton._visible = true;
emailbutton2._visible = false;
emailback._visible = false;
socialbutton._visible = true;
socialbutton2._visible = false;
buttonbackground._visible = false;
deliciousbutton._visible = false;
bloglinesbutton._visible = false;
diggbutton._visible = false;
facebookbutton._visible = false;
googlebutton._visible = false;
mrwongbutton._visible = false;
technobutton._visible = false;
downloadwmvbutton._visible = true;
downloadmovbutton._visible = true;
downloadipodbutton._visible = true;
download3gpbutton._visible = true;
trace("download press");
};
}
downrollover._visible = false;
downbutton.onRollOver = function () {
downrollover._visible = true;
};
downbutton.onRollOut = function () {
downrollover._visible = false;
};
downbutton2.onRelease = function () {
meinVideo._height = 300;
meinVideo._width = 400;
meinVideo._y = 0;
meinVideo._x = 0;
startmc._height = 300;
startmc._width = 400;
startmc._y = 0;
startmc._x = 200;
startbuttonbig._height = 62;
startbuttonbig._width = 63;
startbuttonbig._y = 120;
startbuttonbig._x = 200;
replaybutton._height = 68;
replaybutton._width = 61;
replaybutton._y = 120;
replaybutton._x = 200;
response2._height = 300;
response2._width = 400;
response2._y = 0;
response2._x = 200;
downloadsmov._visible = false;
downbutton._visible = true;
downbutton2._visible = false;
downloadback._visible = false;
downloadwmvbutton._visible = false;
downloadmovbutton._visible = false;
downloadipodbutton._visible = false;
download3gpbutton._visible = false;
trace("download press");
};
socialbutton2._visible = false;
deliciousbutton._visible = false;
bloglinesbutton._visible = false;
diggbutton._visible = false;
facebookbutton._visible = false;
googlebutton._visible = false;
mrwongbutton._visible = false;
technobutton._visible = false;
buttonbackground._visible = false;
socialbutton.onRelease = function () {
meinVideo._height = 150;
meinVideo._width = 200;
meinVideo._y = 10;
meinVideo._x = 10;
startmc._height = 150;
startmc._width = 200;
startmc._y = 10;
startmc._x = 110;
startbuttonbig._height = 31;
startbuttonbig._width = 31;
startbuttonbig._y = 75;
startbuttonbig._x = 110;
replaybutton._height = 34;
replaybutton._width = 30;
replaybutton._y = 75;
replaybutton._x = 110;
response2._height = 150;
response2._width = 200;
response2._y = 10;
response2._x = 110;
bufferclip._visible = false;
socialbutton._visible = false;
socialbutton2._visible = true;
buttonbackground._visible = true;
deliciousbutton._visible = true;
bloglinesbutton._visible = true;
diggbutton._visible = true;
facebookbutton._visible = true;
googlebutton._visible = true;
mrwongbutton._visible = true;
technobutton._visible = true;
downloadsmov._visible = false;
downbutton._visible = true;
downbutton2._visible = false;
downloadback._visible = false;
my_txt._visible = false;
my_link._visible = false;
embedback._visible = false;
directback._visible = false;
embedhead._visible = false;
directhead._visible = false;
embedbutton._visible = true;
embedbutton2._visible = false;
embedbackground._visible = false;
mcFormular._visible = false;
emailbutton._visible = true;
emailbutton2._visible = false;
emailback._visible = false;
downloadwmvbutton._visible = false;
downloadmovbutton._visible = false;
downloadipodbutton._visible = false;
download3gpbutton._visible = false;
trace("social1 press");
};
downrollover._visible = false;
socialrollover._visible = false;
socialbutton.onRollOver = function () {
socialrollover._visible = true;
};
socialbutton.onRollOut = function () {
socialrollover._visible = false;
};
socialbutton2.onRelease = function () {
meinVideo._height = 300;
meinVideo._width = 400;
meinVideo._y = 0;
meinVideo._x = 0;
startmc._height = 300;
startmc._width = 400;
startmc._y = 0;
startmc._x = 200;
startbuttonbig._height = 62;
startbuttonbig._width = 63;
startbuttonbig._y = 120;
startbuttonbig._x = 200;
replaybutton._height = 68;
replaybutton._width = 61;
replaybutton._y = 120;
replaybutton._x = 200;
response2._height = 300;
response2._width = 400;
response2._y = 0;
response2._x = 200;
socialbutton._visible = true;
socialbutton2._visible = false;
buttonbackground._visible = false;
deliciousbutton._visible = false;
bloglinesbutton._visible = false;
diggbutton._visible = false;
facebookbutton._visible = false;
googlebutton._visible = false;
mrwongbutton._visible = false;
technobutton._visible = false;
trace("social2 press");
};
deliciousbutton.onRelease = function () {
getURL ((("http://del.icio.us/login/?url=" + myVars.sotiallink) + "&title=") + myVars.sotialtext, "_blank", "POST");
};
diggbutton.onRelease = function () {
getURL (((((("http://digg.com/submit/?url=" + myVars.sotiallink) + "&title=") + myVars.sotialtext) + "&bodytext=") + myVars.sotialtext) + "&media=video&topic=comedy", "_blank", "POST");
};
facebookbutton.onRelease = function () {
getURL ("http://www.facebook.com/share.php?u=" + myVars.sotiallink, "_blank", "POST");
};
googlebutton.onRelease = function () {
getURL ((("http://www.google.com/bookmarks/mark?op=add&bkmk=" + myVars.sotiallink) + "&title=") + myVars.sotialtext, "_blank", "POST");
};
mrwongbutton.onRelease = function () {
getURL ((("http://www.mister-wong.de/index.php?action=addurl&bm_url=" + myVars.sotiallink) + "&bm_description=") + myVars.sotialtext, "_blank", "POST");
};
technobutton.onRelease = function () {
getURL ("http://www.technorati.com/faves?add=" + myVars.sotiallink, "_blank", "POST");
};
ns.onCuePoint = function (infoObject) {
if (infoObject.name == "cuePoint1") {
var _local1 = new LoadVars();
loadVariablesNum (((("http://cl1.clipster.ws/sf/flashme.php?jid=" + myVars.clipnumber) + "&pid=") + myVars.portalid) + "&type=1&format=FL&ref=", 0, "POST");
if (myVars.response == true) {
response2._visible = true;
}
trace("cuePoint1");
}
if (infoObject.name == "cuePoint2") {
var _local1 = new LoadVars();
loadVariablesNum (((("http://cl1.clipster.ws/sf/flashme.php?jid=" + myVars.clipnumbercue2) + "&pid=") + myVars.portalid) + "&type=1&format=FL&ref=", 0, "POST");
trace("cuePoint2");
}
};
downloadwmvbutton.onRelease = function () {
getURL ((((((("http://clicks.salamu.de/sf/?pid=" + myVars.portalid) + "&jid=") + myVars.clipnumber) + "&ref=http://www.clipster.to/flash/") + myVars.clipnumber) + "/download/") + myVars.wmvdownload);
};
downloadmovbutton.onRelease = function () {
getURL ((((((("http://clicks.salamu.de/sf/?pid=" + myVars.portalid) + "&jid=") + myVars.clipnumber) + "&ref=http://www.clipster.to/flash/") + myVars.clipnumber) + "/download/") + myVars.movdownload);
};
download3gpbutton.onRelease = function () {
getURL ((((((("http://clicks.salamu.de/sf/?pid=" + myVars.portalid) + "&jid=") + myVars.clipnumber) + "&ref=http://www.clipster.to/flash/") + myVars.clipnumber) + "/download/") + myVars["3gpdownload"]);
};
downloadipodbutton.onRelease = function () {
getURL ((((((("http://clicks.salamu.de/sf/?pid=" + myVars.portalid) + "&jid=") + myVars.clipnumber) + "&ref=http://www.clipster.to/flash/") + myVars.clipnumber) + "/download/") + myVars.ipoddownload);
};
showToolTip = function (breite, backColor, ausrichtung, tooltext) {
tooltip.showme = true;
tooltip.breite = breite;
tooltip.backColor = backColor;
tooltip.ausrichtung = ausrichtung;
tooltip.hinweistext = tooltext;
clearInterval(delay);
};
response2.onRelease = function (onRelease) {
getURL ((((("http://cl1.clipster.ws/sf/?jid=" + myVars.clipnumber) + "&pid=") + myVars.portalid) + "&type=2&format=MOV&ref=") + myVars.mylink, "_blank", "POST");
};
Symbol 1 MovieClip [tooltip] Frame 1
this.onEnterFrame = function () {
if (showme == true) {
showme = false;
laenge = hinweistext.length;
if ((laenge * 5) > breite) {
hoehe = (int((laenge * 5) / breite) + 1) * 17;
} else {
hoehe = 19;
}
if (ausrichtung == "rechts") {
links = 10;
} else {
links = -breite;
}
this.createTextField("tooltipText", 1, links, -14, breite, hoehe);
with (tooltipText) {
textColor = toolTipTextColor;
selectable = false;
multiline = true;
wordWrap = true;
text = hinweistext;
}
mf = new TextFormat();
mf.font = "Arial";
mf.size = 12;
tooltipText.setTextFormat(mf);
beginFill(backColor);
lineStyle(1, 0);
startx = links - 3;
starty = -15;
moveTo(startx, starty);
lineTo((startx + breite) + 3, starty);
lineTo((startx + breite) + 3, starty + hoehe);
lineTo(startx, starty + hoehe);
lineTo(startx, starty);
endFill();
}
};
Symbol 10 MovieClip Frame 1
stop();
Symbol 10 MovieClip Frame 10
stop();
Symbol 10 MovieClip Frame 20
stop();
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 2
stop();
Symbol 116 Button
on (rollOver) {
attachMovie("tooltip", "tooltip", 1);
delay = setInterval(showToolTip, 500, mysize, 16777215, "links", mytext);
tooltip.startDrag(true);
}
on (rollOut) {
clearInterval(delay);
removeMovieClip("tooltip");
}
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 10
stop();
Symbol 120 MovieClip Frame 20
stop();
Symbol 127 MovieClip Frame 1
stop();
stop();
Symbol 127 MovieClip Frame 10
stop();
stop();
Symbol 127 MovieClip Frame 20
stop();
stop();