pop up flash window size ?

Discussion in 'JavaScript' started by geekazoid, Jul 20, 2006.

  1. #1
    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 ?
     
    geekazoid, Jul 20, 2006 IP
  2. phog

    phog Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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>
     
    phog, Jul 20, 2006 IP