STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228123
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/26940601?noj=FRM26940601-12DC" width="1" height="1"></div>

2603.swf

This is the info page for
Flash #83989

(Click the ID number above for more basic data on this flash file.)


Text
buffering video...

X

4

;

4

6

3



Direkt weiterleiten!

embed-Link

Verlinke das Video!

direct-Link

Downloads

Download 3GP

Download for your iPod

Download Quicktime

Download Windows Media

post it on declicious

Bookmarking

digg it

share it to facebook

G

bookmark on Google

post it on technorati

post it on mister wong

Weiterleiten
Leite das Video direkt an Deine Freunde, Bekannte und Kollegen weiter.

Einbinden
Binde das Video direkt auf Deinem Blog, Forum oder Deiner Webseite ein.

Vollbildversion öffnen
Ab Flashplayer 9.0 öffnet sich hier die Vollbildversion

Download
Hier kannst du den Clip auf Wunsch downloaden.

Social Bookmarking
Zeige den Clip Deinen Freunden auf facebook und den anderen Netzwerken.

4

4

replay

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 MovieClip [tooltip]
Symbol 2 VideoUsed by:Timeline
Symbol 3 GraphicUsed by:7
Symbol 4 FontUsed by:5
Symbol 5 TextUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:7
Symbol 7 MovieClipUses:3 6Used by:Timeline
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 FontUsed by:14 18 21 25 43 46 122
Symbol 14 TextUses:13Used by:17
Symbol 15 GraphicUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:14 15 16Used by:Timeline
Symbol 18 TextUses:13Used by:20
Symbol 19 GraphicUsed by:20 22 47 116
Symbol 20 MovieClipUses:18 19Used by:Timeline
Symbol 21 TextUses:13Used by:22
Symbol 22 MovieClipUses:21 19Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:27
Symbol 25 TextUses:13Used by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:24 25 26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36 37 38 39
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 MovieClipUses:35Used by:Timeline
Symbol 38 MovieClipUses:35Used by:Timeline
Symbol 39 MovieClipUses:35Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:44
Symbol 43 TextUses:13Used by:44
Symbol 44 MovieClipUses:42 43Used by:Timeline
Symbol 45 GraphicUsed by:47
Symbol 46 TextUses:13Used by:47
Symbol 47 MovieClipUses:45 46 19Used by:Timeline
Symbol 48 GraphicUsed by:49 98
Symbol 49 MovieClipUses:48Used by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:53
Symbol 53 MovieClipUses:49 50 52Used by:Timeline
Symbol 54 GraphicUsed by:65 69
Symbol 55 FontUsed by:56 57 59 61 62 74 76 78 80 85 88 93 97 100 103 106 108 110 112 114
Symbol 56 EditableTextUses:55Used by:65
Symbol 57 EditableTextUses:55Used by:65
Symbol 58 GraphicUsed by:60
Symbol 59 EditableTextUses:55Used by:60
Symbol 60 MovieClipUses:58 59Used by:65
Symbol 61 EditableTextUses:55Used by:65
Symbol 62 EditableTextUses:55Used by:65
Symbol 63 FontUsed by:64 66 67 70 72 74 76 78 80 86 106 108 110 112 114 124
Symbol 64 TextUses:63Used by:65
Symbol 65 MovieClipUses:54 56 57 60 61 62 64Used by:Timeline
Symbol 66 TextUses:63Used by:68
Symbol 67 TextUses:63Used by:68
Symbol 68 MovieClipUses:66 67Used by:Timeline
Symbol 69 MovieClipUses:54Used by:Timeline
Symbol 70 TextUses:63Used by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 TextUses:63Used by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 TextUses:55 63Used by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 TextUses:55 63Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 TextUses:55 63Used by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 TextUses:55 63Used by:81
Symbol 81 ButtonUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:87
Symbol 85 TextUses:55Used by:87
Symbol 86 TextUses:63Used by:87
Symbol 87 MovieClipUses:84 85 86Used by:Timeline
Symbol 88 TextUses:55Used by:91
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:88 90Used by:Timeline
Symbol 92 GraphicUsed by:94
Symbol 93 TextUses:55Used by:94
Symbol 94 MovieClipUses:92 93Used by:Timeline
Symbol 95 FontUsed by:96
Symbol 96 TextUses:95Used by:98
Symbol 97 TextUses:55Used by:98
Symbol 98 MovieClipUses:48 96 97Used by:Timeline
Symbol 99 GraphicUsed by:101
Symbol 100 TextUses:55Used by:101
Symbol 101 MovieClipUses:99 100Used by:Timeline
Symbol 102 GraphicUsed by:104
Symbol 103 TextUses:55Used by:104
Symbol 104 MovieClipUses:102 103Used by:Timeline
Symbol 105 GraphicUsed by:107 109 111 113 115
Symbol 106 TextUses:63 55Used by:107
Symbol 107 MovieClipUses:105 106Used by:Timeline
Symbol 108 TextUses:63 55Used by:109
Symbol 109 MovieClipUses:105 108Used by:Timeline
Symbol 110 TextUses:63 55Used by:111
Symbol 111 MovieClipUses:105 110Used by:Timeline
Symbol 112 TextUses:63 55Used by:113
Symbol 113 MovieClipUses:105 112Used by:Timeline
Symbol 114 TextUses:63 55Used by:115
Symbol 115 MovieClipUses:105 114Used by:Timeline
Symbol 116 ButtonUses:19Used by:Timeline
Symbol 117 GraphicUsed by:120 127
Symbol 118 FontUsed by:119
Symbol 119 TextUses:118Used by:120
Symbol 120 MovieClipUses:117 119Used by:Timeline
Symbol 121 GraphicUsed by:127
Symbol 122 TextUses:13Used by:127
Symbol 123 GraphicUsed by:127
Symbol 124 TextUses:63Used by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:117 121 122 123 124 125 126Used by:Timeline

Instance Names

"meinVideo"Frame 1Symbol 2 Video
"bufferclip"Frame 1Symbol 7 MovieClip
"startmc"Frame 1Symbol 10 MovieClip
"mute"Frame 1Symbol 17 MovieClip
"playbutton"Frame 1Symbol 20 MovieClip
"pausebutton"Frame 1Symbol 22 MovieClip
"goFullScreenButton"Frame 1Symbol 27 MovieClip
"playbutton2"Frame 1Symbol 20 MovieClip
"emailbutton"Frame 1Symbol 29 MovieClip
"embedbutton"Frame 1Symbol 31 MovieClip
"buttonbackground"Frame 1Symbol 34 MovieClip
"downloadback"Frame 1Symbol 36 MovieClip
"embedbackground"Frame 1Symbol 37 MovieClip
"emailback"Frame 1Symbol 38 MovieClip
"fullscreenback"Frame 1Symbol 39 MovieClip
"socialbutton"Frame 1Symbol 41 MovieClip
"socialbutton2"Frame 1Symbol 41 MovieClip
"playbutton3"Frame 1Symbol 20 MovieClip
"downbutton"Frame 1Symbol 44 MovieClip
"downbutton2"Frame 1Symbol 44 MovieClip
"embedbutton2"Frame 1Symbol 31 MovieClip
"emailbutton2"Frame 1Symbol 29 MovieClip
"exitfullScreenButton"Frame 1Symbol 47 MovieClip
"loader"Frame 1Symbol 53 MovieClip
"mcFormular"Frame 1Symbol 65 MovieClip
"embedhead"Frame 1Symbol 68 MovieClip
"embedback"Frame 1Symbol 69 MovieClip
"directback"Frame 1Symbol 69 MovieClip
"directhead"Frame 1Symbol 71 MovieClip
"downloadsmov"Frame 1Symbol 73 MovieClip
"download3gpbutton"Frame 1Symbol 75 MovieClip
"downloadipodbutton"Frame 1Symbol 77 MovieClip
"downloadmovbutton"Frame 1Symbol 79 MovieClip
"downloadwmvbutton"Frame 1Symbol 82 MovieClip
"deliciousbutton"Frame 1Symbol 87 MovieClip
"diggbutton"Frame 1Symbol 91 MovieClip
"facebookbutton"Frame 1Symbol 94 MovieClip
"googlebutton"Frame 1Symbol 98 MovieClip
"technobutton"Frame 1Symbol 101 MovieClip
"mrwongbutton"Frame 1Symbol 104 MovieClip
"emailrollover"Frame 1Symbol 107 MovieClip
"embedrollover"Frame 1Symbol 109 MovieClip
"fullscreenrollover"Frame 1Symbol 111 MovieClip
"downrollover"Frame 1Symbol 113 MovieClip
"socialrollover"Frame 1Symbol 115 MovieClip
"response2"Frame 1Symbol 116 Button
"startbuttonbig"Frame 1Symbol 120 MovieClip
"replaybutton"Frame 1Symbol 127 MovieClip
"loadbar"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"scrub"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"txtLabel"Symbol 60 MovieClip Frame 1Symbol 59 EditableText
"txtName"Symbol 65 MovieClip Frame 1Symbol 56 EditableText
"txtEmail"Symbol 65 MovieClip Frame 1Symbol 57 EditableText
"btnClear"Symbol 65 MovieClip Frame 1Symbol 60 MovieClip
"btnSend"Symbol 65 MovieClip Frame 1Symbol 60 MovieClip
"txtStatus"Symbol 65 MovieClip Frame 1Symbol 61 EditableText
"txtMessage"Symbol 65 MovieClip Frame 1Symbol 62 EditableText
"downloadwmvbutton"Symbol 82 MovieClip Frame 1Symbol 81 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "tooltip"

Labels

"on"Symbol 17 MovieClip Frame 1
"mute"Symbol 17 MovieClip Frame 2

Dynamic Text Variables

varNameSymbol 56 EditableText""
varEmailSymbol 57 EditableText""
varMessageSymbol 62 EditableText" "




http://swfchan.com/17/83989/info.shtml
Created: 31/3 -2019 15:19:53 Last modified: 31/3 -2019 15:19:53 Server time: 12/05 -2024 06:24:08