Portfolio

COMING....

//playerLoading._y = flvPlaylist._y + flvPlaylist._height + flvPlaylist._height/2;
vidPlayer._x = originalVidX = Math.round(flvPlaylist._x + flvPlaylist._width - 1);
vidPlayer._y = originalVidY = Math.round(flvPlaylist._y);
searchClip._x = Math.ceil(flvPlaylist._x + ((flvPlaylist._width + vidPlayer._width - 1) / 2) - (searchClip._width / 2));
searchClip._y = Math.ceil(vidPlayer._y + vidPlayer._height - 2);
}
else {
flvPlaylist._x = Math.round(Stage.width/2 - ((340 + 334)/2));
flvPlaylist._y = Math.round(Stage.height/2 - 294/2);
vidPlayer._x = Math.round(originalVidX = flvPlaylist._x + 334 - 1);
vidPlayer._y = Math.round(originalVidY = flvPlaylist._y);
searchClip._x = Math.ceil(flvPlaylist._x + ((flvPlaylist._width + vidPlayer._width - 1) / 2) - (searchClip._width / 2));
searchClip._y = Math.ceil(vidPlayer._y + vidPlayer._height - 2);
}
flvPlaylist.plExpander.stats.text = "PLAYING VIDEO " + (flvNum+1) + " OF " + flvClipCount;
//trace("PLAYING VIDEO " + (flvNum+1) + " of " + flvClipCount);
}
}