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

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

DaniNunes_Player by genges.swf

This is the info page for
Flash #161160

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


Text
Danizinhow

ActionScript [AS1/AS2]

Frame 1
if (overColor.substr(0, 1) == "#") { overColor = overColor.substr(1, 10); } if (overColor == undefined) { overColor = "2570BA"; } if (overColor.substr(0, 2) != "0x") { overColor = "0x" + overColor; } if (playerSkin == undefined) { playerSkin = "1"; } if (soundPath == undefined) { soundPath = "http://www.fhqhosting.com/ui/Hands%20on%20Approach%20-%20If%20You%20Give%20Up.mp3"; } Stage.scaleMode = "noScale"; _pc = 0; _pcLoaded = 0; _isLoaded = false; _isPlaying = false; _buffered = false; loadingMc._visible = false; if (autoPlay == undefined) { autoPlay = "no"; } _pos = 0; progressBar._xscale = _pc; loadingBar._xscale = _pcLoaded; btPause._visible = false; btTrack.enabled = false; btTrack.onPress = function () { startMove(); }; btTrack.onRelease = function () { stopMove(); }; btTrack.onReleaseOutside = btTrack.onRelease; slider.btVol.onPress = function () { var _local2 = this; _local2.startDrag(0, 0, _local2._y, slider.back._width, _local2._y); _local2.onEnterFrame = function () { var _local2 = Math.floor((this._x / slider.back._width) * 100); this._parent._parent.setVol(_local2); }; }; slider.btVol.onRelease = function () { this.stopDrag(); }; slider.btVol.onReleaseOutside = slider.btVol.onRelease; btPlay.onPress = function () { trace("play"); if (!_buffered) { loadMp3(soundPath); } else { startPlayback(); } }; btPause.onPress = function () { stopPlayback(); }; btStop.onPress = function () { _snd.stop(); stopPlayback(); _buffered = false; progressBar._xscale = 0; delete progressBar.onEnterFrame; btTrack.enabled = false; }; btRW.onPress = function () { stopPlayback(); _pos = 0; startPlayback(); }; btRW.onPress = function () { startRW(); }; btRW.onRelease = function () { stopRW(); }; btRW.onReleaseOutside = btRW.onRelease; btFF.onPress = function () { startFF(); }; btFF.onRelease = function () { stopFF(); }; btFF.onReleaseOutside = btFF.onRelease; setVol = function (pc) { _snd.setVolume(pc); }; loadMp3 = function (path) { var _local3 = this; loadingMc._visible = true; loadingBar.onEnterFrame = function () { _pcLoaded = (_snd.getBytesLoaded() / _snd.getBytesTotal()) * 100; loadingBar._xscale = _pcLoaded; }; _snd = new Sound(_local3); _local3.onEnterFrame = function () { if (_snd.position > 0) { btTrack.enabled = true; startPlayback(); _buffered = true; delete this.onEnterFrame; _isLoaded = true; enablePlayer(); loadingMc._visible = false; _global.playerMc.displayTimeProgress(); } }; _snd.loadSound(path, true); }; setOver = function (mc) { mc.onRollOver = function () { this.gotoAndStop(2); }; mc.onRollOut = function () { this.gotoAndStop(1); }; }; getPcPlayed = function () { var _local1 = (_snd.position / _snd.duration) * 100; return(_local1); }; startPlayback = function () { if (_buffered) { _snd.start(_pos, 0); } progressBar.onEnterFrame = function () { _pc = getPcPlayed(); _pos = _snd.position / 1000; this._xscale = _pc; if ((_pc == 100) && (_pcLoaded == 100)) { _global.playerMc.songIsFinished(); } }; btPause._visible = true; btPlay._visible = false; btPause.gotoAndStop(1); btPlay.gotoAndStop(1); _isPlaying = true; }; stopPlayback = function () { delete this.onEnterFrame; _snd.stop(); btPause._visible = false; btPlay._visible = true; btPause.gotoAndStop(1); btPlay.gotoAndStop(1); _isPlaying = false; }; startRW = function () { stopPlayback(); progressBar.onEnterFrame = function () { if (_pc > 0) { _pc--; } _pos = (_snd.duration / 1000) * (_pc / 100); progressBar._xscale = _pc; }; }; stopRW = function () { startPlayback(); }; startFF = function () { stopPlayback(); progressBar.onEnterFrame = function () { if (_pc < 100) { _pc++; } _pos = (_snd.duration / 1000) * (_pc / 100); progressBar._xscale = _pc; }; }; stopFF = function () { startPlayback(); }; startMove = function () { stopPlayback(); progressBar.onEnterFrame = function () { var _local1 = (btTrack._xmouse / btTrack._width) * 100; if (_local1 > 100) { _local1 = 100; } if (_local1 <= 0) { _local1 = 0; } _pos = (_snd.duration / 1000) * (_local1 / 100); progressBar._xscale = _local1; }; }; stopMove = function () { delete progressBar.onEnterFrame; startPlayback(); }; setOver(btPlay); setOver(btPause); setOver(btStop); setOver(btRW); setOver(btFF); disablePlayer(); enablePlayer = function () { btPlay.enabled = true; btPause.enabled = true; btRW.enabled = true; btFF.enabled = true; }; disablePlayer = function () { btPlay.enabled = false; btPause.enabled = false; btRW.enabled = false; btFF.enabled = false; }; cnt = 0; if (autoPlay == "yes") { this.onEnterFrame = function () { var _local2 = this; _local2.cnt++; if (_local2.cnt > 5) { delete _local2.onEnterFrame; loadMp3(soundPath); } }; } btLink.onPress = function () { getURL ("http://www.premiumbeat.com"); }; stop(); gotoAndStop(playerSkin); stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Symbol 7 MovieClip Frame 1
this.onEnterFrame = function () { var _local3 = this; if (_parent._isPlaying) { _local3._yscale = _local3._yscale - ((_local3._yscale - (random(80) + 20)) / 2); } }; _color = new Color(this); _color.setRGB(_root.overColor);
Symbol 12 MovieClip Frame 1
_color = new Color(this); _color.setRGB(_root.overColor);
Symbol 13 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 1
_color = new Color(this); _color.setRGB(_root.overColor);
Symbol 17 MovieClip Frame 1
stop();

Library Items

Symbol 1 BitmapUsed by:3
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:1 2Used by:4
Symbol 4 MovieClip [PlayerMc]Uses:3
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:13 17
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:9 10 12Used by:Timeline
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:9 14 16Used by:Timeline
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:18 19Used by:Timeline
Symbol 21 FontUsed by:22
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline

Instance Names

"btPlay"Frame 1Symbol 13 MovieClip
"btPause"Frame 1Symbol 17 MovieClip
"loadingMc"Frame 1Symbol 20 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 4 as "PlayerMc"




http://swfchan.com/33/161160/info.shtml
Created: 21/10 -2018 09:27:07 Last modified: 21/10 -2018 09:27:07 Server time: 04/05 -2024 22:13:38