I have a flash music player which i would like to pop up in a new window. is their a way to have the window be the same size as the flash because i know the flash size could change with the display settings of the visitor ?
you could set the size of the flash as well as the size of the popup window...if the flash adjusts to the window just set the window size... something along the lines of: <script> self.resizeTo(100,200); </script>