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

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

Like a Baby.swf

This is the info page for
Flash #77131

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


Text
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 2
stop();
Frame 134
if (Number(caption) == 1) { setProperty("caption null", _visible , "0"); tellTarget ("/icon") { gotoAndStop (2); }; }
Frame 1498
stop();
Symbol 7 Button
on (release) { getURL ("http://mediapickle.com", "_blank"); }
Symbol 19 MovieClip Frame 1
temp = _root.getBytesLoaded();
Symbol 19 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 25 MovieClip [Mediapickle.com Loader object] Frame 1
function 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 1
onClipEvent (load) { _visible = "0"; }
Instance of Symbol 23 MovieClip "laoderID" in Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1
onClipEvent (load) { _visible = "0"; }
Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 2
gotoAndPlay (1);
Symbol 32 Button
on (release) { play(); }
Symbol 133 Button
on (release) { gotoAndPlay (3); }
Symbol 138 Button
on (release) { getURL ("http://mediapickle.com", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 13 14 15 16 18 20 21 22 43 123 125
Symbol 3 TextUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:25
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:5 6Used by:25
Symbol 8 GraphicUsed by:25
Symbol 9 GraphicUsed by:25  Timeline
Symbol 10 GraphicUsed by:25  Timeline
Symbol 11 GraphicUsed by:25  Timeline
Symbol 12 GraphicUsed by:25
Symbol 13 EditableTextUses:2Used by:25
Symbol 14 EditableTextUses:2Used by:25
Symbol 15 EditableTextUses:2Used by:25
Symbol 16 EditableTextUses:2Used by:25
Symbol 17 GraphicUsed by:25
Symbol 18 TextUses:2Used by:19
Symbol 19 MovieClipUses:18Used by:25
Symbol 20 TextUses:2Used by:23
Symbol 21 TextUses:2Used by:23
Symbol 22 TextUses:2Used by:23
Symbol 23 MovieClipUses:20 21 22Used by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [Mediapickle.com Loader object]Uses:4 7 8 9 10 11 12 13 14 15 16 17 19 23 24Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:Timeline
Symbol 29 GraphicUsed by:32
Symbol 30 FontUsed by:31 39 98 99 106 107 117 118
Symbol 31 TextUses:30Used by:32
Symbol 32 ButtonUses:29 31Used by:Timeline
Symbol 33 GraphicUsed by:133  Timeline
Symbol 34 FontUsed by:35
Symbol 35 TextUses:34Used by:Timeline
Symbol 36 FontUsed by:37
Symbol 37 TextUses:36Used by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 TextUses:30Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 FontUsed by:42
Symbol 42 TextUses:41Used by:Timeline
Symbol 43 TextUses:2Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:71 76  Timeline
Symbol 47 FontUsed by:48 62 101 102
Symbol 48 TextUses:47Used 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 TextUses:47Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:71
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:65 66 67 46 68 69 70Used by:Timeline
Symbol 72 GraphicUsed by:76
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:72 73 46 74 75Used 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:93
Symbol 87 GraphicUsed by:93
Symbol 88 GraphicUsed by:93
Symbol 89 GraphicUsed by:93
Symbol 90 GraphicUsed by:93
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:86 87 88 89 90 91 92Used by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 TextUses:30Used by:Timeline
Symbol 99 TextUses:30Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 TextUses:47Used by:Timeline
Symbol 102 TextUses:47Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 TextUses:30Used by:Timeline
Symbol 107 TextUses:30Used by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 TextUses:30Used by:Timeline
Symbol 118 TextUses:30Used by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 TextUses:2Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 TextUses:2Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 FontUsed by:131 132 135 137
Symbol 131 TextUses:130Used by:133
Symbol 132 TextUses:130Used by:133
Symbol 133 ButtonUses:33 131 132Used by:Timeline
Symbol 134 GraphicUsed by:138
Symbol 135 TextUses:130Used by:138
Symbol 136 GraphicUsed by:138
Symbol 137 TextUses:130Used by:138
Symbol 138 ButtonUses:134 135 136 137Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"calcAVG"Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1Symbol 19 MovieClip
"laoderID"Symbol 25 MovieClip [Mediapickle.com Loader object] Frame 1Symbol 23 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$XD$e/fekQvnKKgvUCQqE25US1."
ExportAssets (56)Timeline Frame 1Symbol 25 as "Mediapickle.com Loader object"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$vM$Wxc5e/pM5DFuRNUJBpWrv/."
DebugMX1 (63)Timeline Frame 1

Dynamic Text Variables

averageBytesPerSecondSymbol 13 EditableText"calculating download rate..."
percentLoadedMSGSymbol 14 EditableText""
bytesTotalMSGSymbol 15 EditableText""
bytesLoadedMSGSymbol 16 EditableText""




http://swfchan.com/16/77131/info.shtml
Created: 4/4 -2019 04:54:57 Last modified: 4/4 -2019 04:54:57 Server time: 28/04 -2024 05:01:35