// Action script...
// [Action in Frame 1]
getURL("FSCommand:allowscale", "0");
getURL("FSCommand:fullscreen", "0");
Stage.showMenu = false;
_xmouse = 2
_ymouse = 0
// [Action in Frame 2]
var tot = _root.getBytesTotal();
var lod = _root.getBytesLoaded();
if (lod >= tot)
{
gotoAndPlay(5);
} // end if
// [Action in Frame 3]
gotoAndPlay(_currentframe - 1)
// [Action in Frame 5]
_root.pb.pr._xscale = 0;
// [Action in Frame 6]
var axml = new XML();
axml.load("http://zo0om.com/progress.php?UPLOAD_METTER_ID=" + id + "&mode=get&random=" + Math.random());
// [Action in Frame 8]
if (axml.loaded)
{
var attr = axml.firstChild.attributes;
while (attr != NULL)
{
var a = attr;
this[a] = attr[a];
} // end while
}
else
{
gotoAndPlay(_currentframe - 1)
} // end if
// [Action in Frame 10]
left = eta + " left (at " + speed + "/sec)";
right = upl + "/" + total + " (" + metter + "%)";
_root.pb.pr._xscale = metter;
if (metter < 100)
{
gotoAndPlay(6);
} // end if
// [Action in Frame 11]
stop();