function SWFInfo(url, width, height, version){
	this.url = url;
	this.width = width;
	this.height = height;
	this.version = version;
}