basically i have a load of links on a page, each opens a pop-up window with a diff swf file inside. everything works perfectly apart from in the header i have this:
toolbar=0,scrollbars=0,location=0,status bar=0,menubar=0,resizable=0,width=650,he ight=400,left = 0,top = 0
which means every pop-up window is 650x400 unless i create a whole new thing for every single pop-up window which is like 100 of them.... so is there a way that instead of specifying dimensions, they are automatically set to the dimensions of the swf file?
thanks :)