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

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

Player.swf

This is the info page for
Flash #49173

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


Text
+

-

Song:

Status: Loading

Time:

00:00

---

Track:

VOL

<p align="left"></p>

Song:

Status: Loading

Time:

00:00

---

Track:

ActionScript [AS1/AS2]

Frame 30
stop();
Instance of Symbol 83 MovieClip in Frame 30
//component parameters onClipEvent (construct) { playlist = "audiolist.xml"; status = "Status: Loading"; playatstart = false; playerlook = false; StreamSignal = true; }
Symbol 35 Button
on (press) { rsig = 1; } on (release, releaseOutside) { rsig = 0; } on (rollOver) { status = _parent.status; _parent.status = "Status: fastforward"; } on (rollOut) { _parent.status = status; }
Symbol 37 Button
on (press) { rsig = 1; } on (release, releaseOutside) { rsig = 0; } on (rollOver) { status = _parent.status; _parent.status = "Status: fastbackward"; } on (rollOut) { _parent.status = status; }
Symbol 41 Button
on (press) { if (_parent.MySound) { if (dClick(500)) { this._x = rechts; _parent.MySound.setVolume(100); _parent.status = status; } startDrag ("", false, links, oben, rechts, unten); ziehen = true; } } on (release, releaseOutside) { stopDrag(); ziehen = false; } on (rollOver) { status = _parent.status; _parent.status = "Status: Volume"; } on (rollOut) { _parent.status = status; }
Symbol 65 Button
on (press) { startDrag ("", false, x, oben, x, unten); dragg = 1; } on (release, releaseOutside) { stopDrag(); }
Symbol 66 MovieClip Frame 1
dragg = 0;
Symbol 68 Button
on (press) { dragger.up = 1; } on (release, releaseOutside) { dragger.up = 0; }
Symbol 69 Button
on (press) { dragger.down = 1; } on (release, releaseOutside) { dragger.down = 0; }
Symbol 70 MovieClip Frame 10
stop();
Instance of Symbol 66 MovieClip "unten" in Symbol 70 MovieClip Frame 10
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 66 MovieClip "dragger" in Symbol 70 MovieClip Frame 10
onClipEvent (load) { function bewegen() { if (up || (stand == 1)) { _y = (_y - (200 / this._parent._parent[this._parent.txtvar].maxscroll)); } if (down || (stand == -1)) { _y = (_y + (200 / this._parent._parent[this._parent.txtvar].maxscroll)); } if (_y < oben) { _y = oben; } if (_y > unten) { _y = unten; } stand = _y - oben; proz = int((stand * 100) / delta); proz = proz / 100; this._parent._parent[this._parent.txtvar].scroll = int(this._parent._parent[this._parent.txtvar].maxscroll * proz); stand == 0; } up = 0; down = 0; oben = _y; unten = _parent.unten._y; delta = unten - oben; } onClipEvent (enterFrame) { if (((dragg || (up == 1)) || (down == 1)) || (stand != 0)) { bewegen(); } if (this._parent._parent[this._parent.txtvar].maxscroll > 1) { this._parent._visible = 1; } else { this._parent._visible = 0; } }
Symbol 73 MovieClip Frame 1
function playauswahl(pTitel) { this._parent.playlistauswahl(pTitel); }
Instance of Symbol 70 MovieClip in Symbol 73 MovieClip Frame 1
//component parameters onClipEvent (construct) { txtvar = "playliste"; }
Symbol 83 MovieClip Frame 1
function ladeDaten(success) { if (success) { aPath = new Array(); songTitel = new Array(); songArtist = new Array(); songCover = new Array(); audioTracks = new Array(); audioTracks = this.firstChild.childNodes; totalAudio = audioTracks.length; var _local2 = 0; while (_local2 < totalAudio) { if (audioTracks[_local2].nodeName == "song") { aPath.push(audioTracks[_local2].attributes.path); songTitel.push(audioTracks[_local2].attributes.title); songArtist.push(audioTracks[_local2].attributes.artist); songCover.push(audioTracks[_local2].attributes.bild); } _local2++; } AudioPath = aPath[0]; titel = songTitel[0]; artist = songArtist[0]; aktAudio = 1; trackAnzeige = (aktAudio + " / ") + totalAudio; status = "Status: playlist - Loaded"; if (playerlook) { setCover(0); } erstesBild = true; setzeDirektwahl(); setzePlaylistwahl(); if (playatstart) { playSong(); } } else { status = "Status: PlayList - Not loaded"; } delete audioTracks; delete data_xml; } function setCover(pNr) { if ((_currentframe == 2) || (!erstesBild)) { cover_mc.loadMovie(songCover[pNr], 1); } } function ruck(diff) { pausgabe = MySound.position - diff; MySound.stop(); MySound.start(pausgabe / 1000, 0); } function vor(diff) { pausgabe = MySound.position + diff; MySound.stop(); MySound.start(pausgabe / 1000, 0); } function playSong() { if (pauseSignal == true) { MySound.start(pausePos, 0); pauseSignal = false; playSignal = true; delete pausePos; kugel_mc._visible = 1; } else { MySound = new Sound(); if (volstatus < volume) { volume = volstatus; } else if (volstatus > volume) { volume = volstatus; } else if (volstatus == 100) { volume = 100; } if (balstatus < balance) { balance = balstatus; } else if (balstatus > balance) { balance = balstatus; } else if (balstatus == 0) { balance = 0; } MySound.loadSound(AudioPath, StreamSignal); MySound.setVolume(volume); MySound.setPan(balance); MySound.onSoundComplete = function () { if (playrepeat) { playSong(); } else { nextTrack(); playSong(); } }; volstatus = volume; balstatus = balance; pauseSignal = false; playSignal = true; wahlSignal = false; _parent.onEnterFrame = function () { total = MySound.getBytesTotal(); geladen = MySound.getBytesLoaded(); if (geladen != total) { if ((geladen != undefined) && (total != undefined)) { status = ("Status: " + Math.round((geladen * 100) / total)) + "% loaded"; } mc._xscale = Math.round((geladen * 100) / total); } else { status = "Status: playing -100% Loaded"; delete _parent.onEnterFrame; kugel_mc._visible = 1; if (!StreamSignal) { MySound.start(0, 0); } } }; } } function nextTrack() { if (aktAudio < totalAudio) { aktAudio = aktAudio + 1; AudioPath = aPath[aktAudio - 1]; titel = songTitel[aktAudio - 1]; artist = songArtist[aktAudio - 1]; MySound.stop(); playSignal = 0; pauseSignal = 0; wahlSignal = 1; delete pausePos; kugel_mc._visible = 0; trackAnzeige = (aktAudio + " / ") + totalAudio; status = "Status: stopped - press play"; setCover(aktAudio - 1); } } function prevTrack() { if (aktAudio > 1) { aktAudio = aktAudio - 1; AudioPath = aPath[aktAudio - 1]; titel = songTitel[aktAudio - 1]; artist = songArtist[aktAudio - 1]; MySound.stop(); playSignal = 0; pauseSignal = 0; wahlSignal = 1; delete pausePos; kugel_mc._visible = 0; trackAnzeige = (aktAudio + " / ") + totalAudio; status = "Status: stopped - press play"; setCover(aktAudio - 1); } } function checkDigits(pWert) { return(((pWert < 10) ? (pWert = "0" + pWert) : (pWert))); } function sBalken(obj) { prozent = (_global.position * 100) / _global.dauer; this[obj]._xscale = prozent; prozent = parseInt(prozent) + "%"; } function setzeDirektwahl() { var _local2 = 1; while (_local2 <= 12) { this[("dw" + _local2) + "_btn"].nrtxt = _local2; if (_local2 > totalAudio) { this[("dw" + _local2) + "_btn"].nr_txt.text = "--"; } _local2++; } } function setzeAudiowahl(pAkt) { aktAudio = pAkt; AudioPath = aPath[aktAudio - 1]; titel = songTitel[aktAudio - 1]; artist = songArtist[aktAudio - 1]; MySound.stop(); playSignal = 0; pauseSignal = 0; wahlSignal = 1; delete pausePos; kugel_mc._visible = 0; trackAnzeige = (aktAudio + " / ") + totalAudio; status = "Status: stopped - press play"; setCover(aktAudio - 1); playSong(); } function setzePlaylistwahl() { playauswahl.playliste = ""; var _local1 = 1; while (_local1 <= aPath.length) { playauswahl.playliste = playauswahl.playliste + (((((("<a href='asfunction:playauswahl," + _local1) + "'>") + _local1) + ". <u>") + songTitel[_local1 - 1].substr(0, 15)) + " ...</u></a><br>"); _local1++; } } function playlistauswahl(pAkt) { aktAudio = int(pAkt); AudioPath = aPath[aktAudio - 1]; titel = songTitel[aktAudio - 1]; artist = songArtist[aktAudio - 1]; MySound.stop(); playSignal = 0; pauseSignal = 0; wahlSignal = 1; delete pausePos; kugel_mc._visible = 0; trackAnzeige = (aktAudio + " / ") + totalAudio; status = "Status: stopped - press play"; setCover(aktAudio - 1); playSong(); } data_xml = new XML(); data_xml.ignoreWhite = true; data_xml.onLoad = ladeDaten; data_xml.load(playlist); volume = 100; balance = 0; play_btn.onRelease = function () { playSong(); }; play_btn.onRollOver = function () { status = "Status: load / play song"; }; play_btn.onRollOut = function () { status = (playSignal ? ((status = "Status: playing")) : ((status = "Status: stopped"))); }; stop_btn.onRelease = function () { MySound.stop(); playSignal = 0; delete pausePos; kugel_mc._visible = 0; }; stop_btn.onRollOver = function () { status = "Status: stop playing"; }; stop_btn.onRollOut = function () { status = ((!playSignal) ? ((status = "Status: stopped")) : ((status = "Status: playing"))); }; pause_btn.onRelease = function () { if (!wahlSignal) { pausePos = MySound.position / 1000; MySound.stop(); pauseSignal = true; playSignal = false; kugel_mc._visible = 0; status = "Status: press play"; } }; pause_btn.onRollOver = function () { status = ((!pauseSignal) ? ((status = "Status: pause playing")) : ((status = "Status: press play"))); }; pause_btn.onRollOut = function () { status = ((!playSignal) ? ((status = "Status: stopped")) : ((status = "Status: playing"))); }; next_btn.onRelease = function () { if (aktAudio < totalAudio) { nextTrack(); playSong(); } }; next_btn.onRollOver = function () { dstatus = status; status = "Status: load next song"; }; next_btn.onRollOut = function () { if (status != "Status: stopped - press play") { status = dstatus; } }; prev_btn.onRelease = function () { if (aktAudio > 1) { prevTrack(); playSong(); } }; prev_btn.onRollOver = function () { dstatus = status; status = "Status: load prev song"; }; prev_btn.onRollOut = function () { if (status != "Status: stopped - press play") { status = dstatus; } }; zeit_btn.onRelease = function () { zeitSignal = !zeitSignal; }; zeit_btn.onRollOver = function () { dstatus = status; status = ("Status: Total / " + t_TrackZeit.total) + " - switch timedisplay "; }; zeit_btn.onRollOut = function () { status = dstatus; }; drag_btn.onPress = function () { startDrag (this._parent); }; drag_btn.onRelease = (drag_btn.onReleaseOutside = function () { stopDrag(); }); drag_btn.onRollOver = function () { dstatus = status; status = "Status: drag 'n' drop"; }; drag_btn.onRollOut = function () { status = dstatus; }; look_btn.onPress = function () { if (_currentframe == 2) { cover_mc._visible = 0; gotoAndStop (3); } else { cover_mc._visible = 1; gotoAndStop (2); setzeDirektwahl(); setzePlaylistwahl(); setCover(aktAudio - 1); } }; look_btn.onRollOver = function () { dstatus = status; status = "Status: change look - simple/extended"; }; look_btn.onRollOut = function () { status = dstatus; }; fslogo_btn.onPress = function () { fslogo_mc._visible = !fslogo_mc._visible; }; fslogo_btn.onRollOver = function () { dstatus = status; status = "Status: player - credits"; }; fslogo_btn.onRollOut = function () { status = dstatus; }; fslogo_mc._visible = 0; fslogo_mc.onRelease = function () { getURL ("http://www.flashstar.de", "_blank"); }; kugel_mc._visible = 0; onEnterFrame = function () { _global.dauer = int(MySound.duration / 1000); _global.position = int(MySound.position / 1000); t_TrackZeit = {}; t_TrackZeit.minutes = int(_global.dauer / 60); t_TrackZeit.seconds = int(_global.dauer % 60); t_TrackZeit.total = (checkDigits(t_TrackZeit.minutes) + ":") + checkDigits(t_TrackZeit.seconds); b_TrackZeit = {}; b_TrackZeit.minutes = int(_global.position / 60); b_TrackZeit.seconds = int(_global.position % 60); b_TrackZeit.total = (checkDigits(b_TrackZeit.minutes) + ":") + checkDigits(b_TrackZeit.seconds); n_TrackZeit = {}; n_TrackZeit.minutes = int((_global.dauer - _global.position) / 60); n_TrackZeit.seconds = int((_global.dauer - _global.position) % 60); n_TrackZeit.total = (checkDigits(n_TrackZeit.minutes) + ":") + checkDigits(n_TrackZeit.seconds); sBalken("smc"); if (zeitSignal) { display = n_TrackZeit.total; } else { display = b_TrackZeit.total; } if (trackDrag != true) { regler_mc._x = (MySound.position / MySound.duration) * sliderMax; } }; MovieClip.prototype.dClick = function (tempo) { ASSetPropFlags(this, ["clickZeit"], 1); if (((this.clickZeit - ((this.clickZeit = getTimer()))) + tempo) > 0) { return(true); } }; if (!playerlook) { gotoAndStop (3); } trackDrag = false; sliderMax = bigdisplay_mc._width; regler_mc.onPress = function () { if (this._parent.MySound) { trackDrag = true; startDrag (this, false, 0, this._y, sliderMax, this._y); this._parent.onMouseMove = function () { updateAfterEvent(); }; } }; regler_mc.onRelease = (regler_mc.onReleaseOutside = function () { if (this._parent.MySound) { trackDrag = false; delete this._parent.onMouseMove; stopDrag(); neuePosition = (this._x * (MySound.duration / 1000)) / sliderMax; pausePos = neuePosition; MySound.stop(); MySound.start(neuePosition, 0); kugel_mc._visible = 1; status = "Status: playing"; dstatus = status; playSignal = true; pauseSignal = false; } }); regler_mc.onRollOver = function () { dstatus = status; status = "Status: Drag Slider"; }; regler_mc.onRollOut = function () { status = dstatus; }; repeat_mc._visible = 0; repeat_btn.onRelease = function () { playrepeat = !playrepeat; repeat_mc._visible = playrepeat; }; repeat_btn.onRollOver = function () { dstatus = status; status = "Status: repeat track"; }; repeat_btn.onRollOut = function () { status = dstatus; };
Instance of Symbol 36 MovieClip "svor_mc" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) { if (((rsig == 1) && (_parent.playSignal)) && ((_parent.MySound.position + 500) < _parent.MySound.duration)) { _parent.vor(500); } }
Instance of Symbol 38 MovieClip "sback_mc" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) { if ((rsig == 1) && (_parent.playSignal)) { _parent.ruck(500); } }
Instance of Symbol 42 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) { oben = _y; rechts = _x; links = _x - 100; unten = _y; if (!_parent.volstatus) { _parent.volstatus = _parent.MySound.getVolume(); } _parent.volstatus = ""; } onClipEvent (enterFrame) { if ((ziehen == true) && (_parent.MySound)) { _parent.MySound.setVolume(100 - (rechts - _x)); _parent.volstatus = _parent.MySound.getVolume(); _parent.kugel_mc._yscale = _parent.MySound.getVolume(); } }
Symbol 83 MovieClip Frame 2
stop();
Instance of Symbol 36 MovieClip "svor_mc" in Symbol 83 MovieClip Frame 3
onClipEvent (enterFrame) { if (((rsig == 1) && (_parent.playSignal)) && ((_parent.MySound.position + 500) < _parent.MySound.duration)) { _parent.vor(500); } }
Instance of Symbol 38 MovieClip "sback_mc" in Symbol 83 MovieClip Frame 3
onClipEvent (enterFrame) { if ((rsig == 1) && (_parent.playSignal)) { _parent.ruck(500); } }
Instance of Symbol 42 MovieClip in Symbol 83 MovieClip Frame 3
onClipEvent (load) { oben = _y; rechts = _x; links = _x - 100; unten = _y; if (!_parent.volstatus) { _parent.volstatus = _parent.MySound.getVolume(); } _parent.volstatus = ""; } onClipEvent (enterFrame) { if ((ziehen == true) && (_parent.MySound)) { _parent.MySound.setVolume(100 - (rechts - _x)); _parent.volstatus = _parent.MySound.getVolume(); _parent.kugel_mc._yscale = _parent.MySound.getVolume(); } }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:83
Symbol 4 FontUsed by:5 6 45
Symbol 5 TextUses:4Used by:83
Symbol 6 TextUses:4Used by:83
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:83
Symbol 9 GraphicUsed by:83
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:10Used by:83
Symbol 12 GraphicUsed by:83
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:83
Symbol 15 GraphicUsed by:19
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19 23 27 31 35 37
Symbol 19 ButtonUses:15 16 17 18Used by:83
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:20 21 22 18Used by:83
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:24 25 26 18Used by:83
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:28 29 30 18Used by:83
Symbol 32 GraphicUsed by:35 37
Symbol 33 GraphicUsed by:35 37
Symbol 34 GraphicUsed by:35 37
Symbol 35 ButtonUses:32 33 34 18Used by:36
Symbol 36 MovieClipUses:35Used by:83
Symbol 37 ButtonUses:32 33 34 18Used by:38
Symbol 38 MovieClipUses:37Used by:83
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:39 40Used by:42
Symbol 42 MovieClipUses:41Used by:83
Symbol 43 FontUsed by:44 46 49 50 51 52 53 74 75 76 79 80 81 82
Symbol 44 EditableTextUses:43Used by:83
Symbol 45 EditableTextUses:4Used by:83
Symbol 46 EditableTextUses:43Used by:83
Symbol 47 FontUsed by:48
Symbol 48 EditableTextUses:47Used by:83
Symbol 49 EditableTextUses:43Used by:83
Symbol 50 EditableTextUses:43Used by:83
Symbol 51 EditableTextUses:43Used by:83
Symbol 52 EditableTextUses:43Used by:83
Symbol 53 EditableTextUses:43Used by:83
Symbol 54 FontUsed by:55
Symbol 55 TextUses:54Used by:83
Symbol 56 MovieClipUsed by:83
Symbol 57 FontUsed by:58
Symbol 58 EditableTextUses:57Used by:73
Symbol 59 GraphicUsed by:70
Symbol 60 GraphicUsed by:61 68 69
Symbol 61 ButtonUses:60Used by:70
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 ButtonUses:62 63 64Used by:66
Symbol 66 MovieClipUses:65Used by:70
Symbol 67 GraphicUsed by:70
Symbol 68 ButtonUses:60Used by:70
Symbol 69 ButtonUses:60Used by:70
Symbol 70 MovieClipUses:59 61 66 67 68 69Used by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClipUses:58 70 72Used by:83
Symbol 74 EditableTextUses:43Used by:83
Symbol 75 EditableTextUses:43Used by:83
Symbol 76 EditableTextUses:43Used by:83
Symbol 77 FontUsed by:78
Symbol 78 EditableTextUses:77Used by:83
Symbol 79 EditableTextUses:43Used by:83
Symbol 80 EditableTextUses:43Used by:83
Symbol 81 EditableTextUses:43Used by:83
Symbol 82 EditableTextUses:43Used by:83
Symbol 83 MovieClipUses:3 5 6 8 9 11 12 14 19 23 27 31 36 38 42 44 45 46 48 49 50 51 52 53 55 56 73 74 75 76 78 79 80 81 82Used by:Timeline

Instance Names

"svor_btn"Symbol 36 MovieClip Frame 1Symbol 35 Button
"sback_btn"Symbol 38 MovieClip Frame 1Symbol 37 Button
"unten"Symbol 70 MovieClip Frame 10Symbol 66 MovieClip
"dragger"Symbol 70 MovieClip Frame 10Symbol 66 MovieClip
"bigdisplay_mc"Symbol 83 MovieClip Frame 1Symbol 8 MovieClip
"regler_mc"Symbol 83 MovieClip Frame 1Symbol 11 Button
"play_btn"Symbol 83 MovieClip Frame 1Symbol 19 Button
"pause_btn"Symbol 83 MovieClip Frame 1Symbol 23 Button
"stop_btn"Symbol 83 MovieClip Frame 1Symbol 27 Button
"next_btn"Symbol 83 MovieClip Frame 1Symbol 31 Button
"prev_btn"Symbol 83 MovieClip Frame 1Symbol 31 Button
"svor_mc"Symbol 83 MovieClip Frame 1Symbol 36 MovieClip
"sback_mc"Symbol 83 MovieClip Frame 1Symbol 38 MovieClip
"status_txt"Symbol 83 MovieClip Frame 1Symbol 45 EditableText
"display_txt"Symbol 83 MovieClip Frame 1Symbol 48 EditableText
"titel_txt"Symbol 83 MovieClip Frame 1Symbol 49 EditableText
"volstatus_txt"Symbol 83 MovieClip Frame 1Symbol 50 EditableText
"cover_mc"Symbol 83 MovieClip Frame 1Symbol 56 MovieClip
"playauswahl"Symbol 83 MovieClip Frame 1Symbol 73 MovieClip
"svor_mc"Symbol 83 MovieClip Frame 3Symbol 36 MovieClip
"sback_mc"Symbol 83 MovieClip Frame 3Symbol 38 MovieClip
"status_txt"Symbol 83 MovieClip Frame 3Symbol 75 EditableText
"display_txt"Symbol 83 MovieClip Frame 3Symbol 78 EditableText
"titel_txt"Symbol 83 MovieClip Frame 3Symbol 79 EditableText
"volstatus_txt"Symbol 83 MovieClip Frame 3Symbol 80 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

statusSymbol 45 EditableText"Status: Loading"
displaySymbol 48 EditableText"00:00"
titelSymbol 49 EditableText"---"
volstatusSymbol 50 EditableText""
artistSymbol 52 EditableText""
trackAnzeigeSymbol 53 EditableText""
playlisteSymbol 58 EditableText"<p align="left"></p>"
statusSymbol 75 EditableText"Status: Loading"
displaySymbol 78 EditableText"00:00"
titelSymbol 79 EditableText"---"
volstatusSymbol 80 EditableText""
trackAnzeigeSymbol 81 EditableText""




http://swfchan.com/10/49173/info.shtml
Created: 28/4 -2019 11:57:15 Last modified: 28/4 -2019 11:57:15 Server time: 02/05 -2024 18:57:36