STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229455 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2574 · P5148 |
This is the info page for Flash #77131 |
LOADING... |
calculating download rate... |
calcAVG |
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. |
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. |
MEDIAPICKLE LOADER OBJECT |
PLAY |
CHRIS DILL'S |
FLASH CARTOONS FOR THE MASSES! |
MEDIAPICKLE.COM |
PRESENTS |
"LIKE A BABY" |
Rent-A-Wreck |
Welcome to Rent A Wreck Car Rental! |
A few hours later... |
A few hours later... |
Married |
Las Vegas |
Back at the hotel later that evening... |
Back at the hotel later that evening... |
Five minutes later... |
Five minutes later... |
c Chris Dill - Mediapickle Entertainment 2000-2003 |
c copyright Chris Dill - Mediapickle Entertainment 2002 |
PLAY AGAIN |
PLAY AGAIN |
GET MORE |
GET MORE |
ActionScript [AS1/AS2]
Instance of Symbol 25 MovieClip [Mediapickle.com Loader object] in Frame 1//component parameters onClipEvent (initialize) { timeToLoad = 50; kbps = 56000; calculateSpeed = 0; debug = 0; }Frame 2stop();Frame 134if (Number(caption) == 1) { setProperty("caption null", _visible , "0"); tellTarget ("/icon") { gotoAndStop (2); }; }Frame 1498stop();Symbol 7 Buttonon (release) { getURL ("http://mediapickle.com", "_blank"); }Symbol 19 MovieClip Frame 1temp = _root.getBytesLoaded();Symbol 19 MovieClip Frame 13temp2 = _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 25 MovieClip [Mediapickle.com Loader object] Frame 1function calculate() { if ((averageKB < this.kbps) && (percentLoaded == 100)) { _root.Play(); } if ((averageKB > this.kbps) && (percentLoaded >= this.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 19 MovieClip "calcAVG" in Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1onClipEvent (load) { _visible = "0"; }Instance of Symbol 23 MovieClip "laoderID" in Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1onClipEvent (load) { _visible = "0"; }Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 2gotoAndPlay (1);Symbol 32 Buttonon (release) { play(); }Symbol 133 Buttonon (release) { gotoAndPlay (3); }Symbol 138 Buttonon (release) { getURL ("http://mediapickle.com", "_blank"); }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 13 14 15 16 18 20 21 22 43 123 125 | |
Symbol 3 Text | Uses:2 | Used by:4 |
Symbol 4 MovieClip | Uses:3 | Used by:25 |
Symbol 5 Graphic | Used by:7 | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 Button | Uses:5 6 | Used by:25 |
Symbol 8 Graphic | Used by:25 | |
Symbol 9 Graphic | Used by:25 Timeline | |
Symbol 10 Graphic | Used by:25 Timeline | |
Symbol 11 Graphic | Used by:25 Timeline | |
Symbol 12 Graphic | Used by:25 | |
Symbol 13 EditableText | Uses:2 | Used by:25 |
Symbol 14 EditableText | Uses:2 | Used by:25 |
Symbol 15 EditableText | Uses:2 | Used by:25 |
Symbol 16 EditableText | Uses:2 | Used by:25 |
Symbol 17 Graphic | Used by:25 | |
Symbol 18 Text | Uses:2 | Used by:19 |
Symbol 19 MovieClip | Uses:18 | Used by:25 |
Symbol 20 Text | Uses:2 | Used by:23 |
Symbol 21 Text | Uses:2 | Used by:23 |
Symbol 22 Text | Uses:2 | Used by:23 |
Symbol 23 MovieClip | Uses:20 21 22 | Used by:25 |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip [Mediapickle.com Loader object] | Uses:4 7 8 9 10 11 12 13 14 15 16 17 19 23 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:Timeline | |
Symbol 27 Bitmap | Used by:28 | |
Symbol 28 Graphic | Uses:27 | Used by:Timeline |
Symbol 29 Graphic | Used by:32 | |
Symbol 30 Font | Used by:31 39 98 99 106 107 117 118 | |
Symbol 31 Text | Uses:30 | Used by:32 |
Symbol 32 Button | Uses:29 31 | Used by:Timeline |
Symbol 33 Graphic | Used by:133 Timeline | |
Symbol 34 Font | Used by:35 | |
Symbol 35 Text | Uses:34 | Used by:Timeline |
Symbol 36 Font | Used by:37 | |
Symbol 37 Text | Uses:36 | Used by:Timeline |
Symbol 38 Graphic | Used by:Timeline | |
Symbol 39 Text | Uses:30 | Used by:Timeline |
Symbol 40 Graphic | Used by:Timeline | |
Symbol 41 Font | Used by:42 | |
Symbol 42 Text | Uses:41 | Used by:Timeline |
Symbol 43 Text | Uses:2 | Used by:Timeline |
Symbol 44 Graphic | Used by:Timeline | |
Symbol 45 Graphic | Used by:Timeline | |
Symbol 46 Graphic | Used by:71 76 Timeline | |
Symbol 47 Font | Used by:48 62 101 102 | |
Symbol 48 Text | Uses:47 | Used by:Timeline |
Symbol 49 Graphic | Used by:Timeline | |
Symbol 50 Graphic | Used by:Timeline | |
Symbol 51 Graphic | Used by:Timeline | |
Symbol 52 Graphic | Used by:Timeline | |
Symbol 53 Graphic | Used by:Timeline | |
Symbol 54 Graphic | Used by:Timeline | |
Symbol 55 Graphic | Used by:Timeline | |
Symbol 56 Graphic | Used by:Timeline | |
Symbol 57 Graphic | Used by:Timeline | |
Symbol 58 Graphic | Used by:Timeline | |
Symbol 59 Graphic | Used by:Timeline | |
Symbol 60 Graphic | Used by:Timeline | |
Symbol 61 Graphic | Used by:Timeline | |
Symbol 62 Text | Uses:47 | Used by:Timeline |
Symbol 63 Graphic | Used by:Timeline | |
Symbol 64 Graphic | Used by:Timeline | |
Symbol 65 Graphic | Used by:71 | |
Symbol 66 Graphic | Used by:71 | |
Symbol 67 Graphic | Used by:71 | |
Symbol 68 Graphic | Used by:71 | |
Symbol 69 Graphic | Used by:71 | |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip | Uses:65 66 67 46 68 69 70 | Used by:Timeline |
Symbol 72 Graphic | Used by:76 | |
Symbol 73 Graphic | Used by:76 | |
Symbol 74 Graphic | Used by:76 | |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:72 73 46 74 75 | Used by:Timeline |
Symbol 77 Graphic | Used by:Timeline | |
Symbol 78 Graphic | Used by:Timeline | |
Symbol 79 Graphic | Used by:Timeline | |
Symbol 80 Graphic | Used by:Timeline | |
Symbol 81 Graphic | Used by:Timeline | |
Symbol 82 Graphic | Used by:Timeline | |
Symbol 83 Graphic | Used by:Timeline | |
Symbol 84 Graphic | Used by:Timeline | |
Symbol 85 Graphic | Used by:Timeline | |
Symbol 86 Graphic | Used by:93 | |
Symbol 87 Graphic | Used by:93 | |
Symbol 88 Graphic | Used by:93 | |
Symbol 89 Graphic | Used by:93 | |
Symbol 90 Graphic | Used by:93 | |
Symbol 91 Graphic | Used by:93 | |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip | Uses:86 87 88 89 90 91 92 | Used by:Timeline |
Symbol 94 Graphic | Used by:Timeline | |
Symbol 95 Graphic | Used by:Timeline | |
Symbol 96 Graphic | Used by:Timeline | |
Symbol 97 Graphic | Used by:Timeline | |
Symbol 98 Text | Uses:30 | Used by:Timeline |
Symbol 99 Text | Uses:30 | Used by:Timeline |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Text | Uses:47 | Used by:Timeline |
Symbol 102 Text | Uses:47 | Used by:Timeline |
Symbol 103 Graphic | Used by:Timeline | |
Symbol 104 Graphic | Used by:Timeline | |
Symbol 105 Graphic | Used by:Timeline | |
Symbol 106 Text | Uses:30 | Used by:Timeline |
Symbol 107 Text | Uses:30 | Used by:Timeline |
Symbol 108 Graphic | Used by:Timeline | |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:Timeline | |
Symbol 111 Graphic | Used by:Timeline | |
Symbol 112 Graphic | Used by:Timeline | |
Symbol 113 Graphic | Used by:Timeline | |
Symbol 114 Graphic | Used by:Timeline | |
Symbol 115 Graphic | Used by:Timeline | |
Symbol 116 Graphic | Used by:Timeline | |
Symbol 117 Text | Uses:30 | Used by:Timeline |
Symbol 118 Text | Uses:30 | Used by:Timeline |
Symbol 119 Graphic | Used by:Timeline | |
Symbol 120 Graphic | Used by:Timeline | |
Symbol 121 Graphic | Used by:Timeline | |
Symbol 122 Graphic | Used by:Timeline | |
Symbol 123 Text | Uses:2 | Used by:Timeline |
Symbol 124 Graphic | Used by:Timeline | |
Symbol 125 Text | Uses:2 | Used by:Timeline |
Symbol 126 Graphic | Used by:Timeline | |
Symbol 127 Graphic | Used by:Timeline | |
Symbol 128 Graphic | Used by:Timeline | |
Symbol 129 Graphic | Used by:Timeline | |
Symbol 130 Font | Used by:131 132 135 137 | |
Symbol 131 Text | Uses:130 | Used by:133 |
Symbol 132 Text | Uses:130 | Used by:133 |
Symbol 133 Button | Uses:33 131 132 | Used by:Timeline |
Symbol 134 Graphic | Used by:138 | |
Symbol 135 Text | Uses:130 | Used by:138 |
Symbol 136 Graphic | Used by:138 | |
Symbol 137 Text | Uses:130 | Used by:138 |
Symbol 138 Button | Uses:134 135 136 137 | Used by:Timeline |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"calcAVG" | Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1 | Symbol 19 MovieClip |
"laoderID" | Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1 | Symbol 23 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$XD$e/fekQvnKKgvUCQqE25US1." |
ExportAssets (56) | Timeline Frame 1 | Symbol 25 as "Mediapickle.com Loader object" |
EnableDebugger2 (64) | Timeline Frame 1 | 31 bytes "..$1$vM$Wxc5e/pM5DFuRNUJBpWrv/." |
DebugMX1 (63) | Timeline Frame 1 |
Dynamic Text Variables
averageBytesPerSecond | Symbol 13 EditableText | "calculating download rate..." |
percentLoadedMSG | Symbol 14 EditableText | "" |
bytesTotalMSG | Symbol 15 EditableText | "" |
bytesLoadedMSG | Symbol 16 EditableText | "" |
|