Pop up window help

  • brocha
  • Born
  • Born
  • No Avatar
  • Joined: Jun 17, 2004
  • Posts: 2
  • Status: Offline

Post June 17th, 2004, 8:34 pm

PLEASE HELP!!

OK I HAVE A FLASH SITE THAT HAS A BUTTON THAT WHEN CLICKED OPENS A POPUP WINDOW. THAT WORKS PERFECT EXCEPT THAT WHEN IT OPENS ITS NOT THE CORRECT SIZE THAT I WANTEDED.

I WANT A POPUP WINDOW THAT IS 900 x 500 PIXELS, IT LOOKS LIKE IT WORKS BUT MY FLASH MOVIE HAS A SMALL BORDER AROUND IT. I WANT THE WINDOW TO BE THE SIZE OF MY FLASH MOVIE.

IF ANYONE CAN HELP ME THAT WOULD BE GREAT!!

THANKS
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 17th, 2004, 8:34 pm

  • Rabid Dog
  • Cheese Monkey
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3188
  • Loc: South Africa
  • Status: Offline

Post June 18th, 2004, 6:20 am

is the pop up window a flash movie?

If it is just get it to set the height and width to the required size.

if it is a browser window, inside the body tag of the html set the onload method to resize the browser window to the required size.

If you need more just let me know
My Software Development Company
Music I have recorded (fixed now :))
Image
  • brocha
  • Born
  • Born
  • No Avatar
  • Joined: Jun 17, 2004
  • Posts: 2
  • Status: Offline

Post June 19th, 2004, 2:32 pm

Ok I have a flash site, when you click a button it opens another flash site in a popup window that I wanted to be 900 X 500 pixels.

It works but its not exactly 900 X 500 pixels for some reason
the browser window has a black border around my flash movie.

Is there maybe a script that you could provide for me.
Action script, java, html.

Thanks for responding!
  • Rabid Dog
  • Cheese Monkey
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3188
  • Loc: South Africa
  • Status: Offline

Post June 21st, 2004, 1:14 am

You can try this
Code: [ Download ] [ Select ]
<BODY onload="window.resizeTo (900, 500);">


in the pop-up window body tag
My Software Development Company
Music I have recorded (fixed now :))
Image

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 86 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.