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

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

A_good_date.swf

This is the info page for
Flash #18536

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


Text
MEDIAPICKLE LOADER OBJECT

The Mediapickle Loader object calculates the download rate of a
user's connection and writes the rate to the screen.  If the
download rate is that of a high speed connection and is X%
loaded, the movie will start playing when the % loaded is
whatever you set X to or greater.
This way, the user does not have to wait until the entire movie is
loaded to start viewing and the rest of the movie loads while the
first part is playing.

The component properties are defined as follows:
"timeToLoad" is the minimum %  of the total movie you want to load
before your movie plays.  This variable is only used when the
"calculateSpeed" setting is set to 1 in the parameters panel of this
component and is used in conjunction with the kbps value.
"kbps" is the minimum download rate (in bytes per second) the
content viewer's current download speed must be in order to
stream the movie and play as it loads.  Note the average rates for
the following types of connections.  a 56K phone line modem
connection averages a very low 4.7 Kilobytes per second.
Obviously, you would not want to set your kbps variable anywhere
near this value.  DSL's actual averag download rate is around a
minimum of 384 Kilobytes per second.  Cable is even faster.  For
this reason, I recommend setting this value to no less than 180,000
(180 kilobytes per second).
"calculateSpeed" - this setting when turned on with a value of "1",
will calculate the user's current download speed and stream the
movie if they have a connection that is considered fast.  You specify
what you think is a fast connection by the "kbps" rate you enter.
"debug" - when set to 0 debug mode for the loader is off.  When set
to on your main movie will not play - it will only display the data
panel for the loader which displays kbytes loaded, total, percent
loaded, and download rate.

calcAVG

calculating download rate...

LOADING...

PLAY

FLASH CARTOONS FOR THE MASSES!

MEDIAPICKLE.COM

CHRIS DILL'S

PRESENTS

"A GOOD DATE"

GET MORE

GET MORE

PLAY AGAIN

PLAY AGAIN

c copyright Chris Dill - Mediapickle Entertainment 2002

c  Chris Dill - Mediapickle Entertainment 2000-2003

ActionScript [AS1/AS2]

Instance of Symbol 24 MovieClip [Mediapickle.com Loader object] in Frame 1
//component parameters onClipEvent (initialize) { calculateSpeed = 1; debug = 0; kbps = 150000 /* 0x0249F0 */; timeToLoad = 25; }
Frame 2
stop();
Frame 338
stop();
Symbol 8 MovieClip Frame 1
temp = _root.getBytesLoaded();
Symbol 8 MovieClip Frame 13
temp2 = _root.getBytesLoaded(); mediapickleArray = new Array(4); mediapickleArray[0] = temp2 - temp; mediapickleArray[1] = temp2 - temp; mediapickleArray[2] = temp2 - temp; mediapickleArray[3] = temp2 - temp; mediapickleArray[4] = temp2 - temp; _parent.averageKB = ((((mediapickleArray[0] + mediapickleArray[1]) + mediapickleArray[2]) + mediapickleArray[3]) + mediapickleArray[4]) / 5; _parent.averageBytesPerSecond = _parent.averageKB + " per second";
Symbol 21 Button
on (release) { getURL ("http://mediapickle.com", "_blank"); }
Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 1
function calculate() { var _local1 = this; if ((averageKB < _local1.kbps) && (percentLoaded == 100)) { _root.Play(); } if ((averageKB > _local1.kbps) && (percentLoaded >= _local1.timeToLoad)) { _root.Play(); } } function doNotCalculate() { if (percentLoaded == 100) { _root.Play(); } } _parent.stop(); bytesLoaded = _parent.getBytesLoaded(); bytesTotal = _parent.getBytesTotal(); bytesLoadedMSG = "bytes loaded = " + bytesLoaded; bytesTotalMSG = "bytes total = " + bytesTotal; percentLoaded = (bytesLoaded / bytesTotal) * 100; percentLoadedMSG = ("percent loaded = " + percentLoaded) + " %"; if ((this.calculateSpeed == 1) && (this.debug == 0)) { calculate(); } if ((this.calculateSpeed == 0) && (this.debug == 0)) { doNotCalculate(); }
Instance of Symbol 6 MovieClip "laoderID" in Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 1
onClipEvent (load) { _visible = "0"; }
Instance of Symbol 8 MovieClip "calcAVG" in Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 1
onClipEvent (load) { _visible = "0"; }
Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 2
gotoAndPlay (1);
Symbol 29 Button
on (release) { play(); }
Symbol 101 Button
on (release) { getURL ("http://mediapickle.com", "_blank"); }
Symbol 104 Button
on (release) { gotoAndPlay (3); }

Library Items

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

Instance Names

"laoderID"Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 1Symbol 6 MovieClip
"calcAVG"Symbol 24 MovieClip [Mediapickle.com Loader object] Frame 1Symbol 8 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 24 as "Mediapickle.com Loader object"
ExportAssets (56)Timeline Frame 1Symbol 24 as "Mediapickle.com Loader object"
ExportAssets (56)Timeline Frame 1Symbol 24 as "Mediapickle.com Loader object"

Dynamic Text Variables

bytesLoadedMSGSymbol 10 EditableText""
bytesTotalMSGSymbol 11 EditableText""
percentLoadedMSGSymbol 12 EditableText""
averageBytesPerSecondSymbol 13 EditableText"calculating download rate..."




http://swfchan.com/4/18536/info.shtml
Created: 30/5 -2019 21:02:06 Last modified: 30/5 -2019 21:02:06 Server time: 16/05 -2024 05:49:34