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
  • Web Master
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3229
  • 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
Watch me grow
  • 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
  • Web Master
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3229
  • Loc: South Africa
  • Status: Offline

Post June 21st, 2004, 1:14 am

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


in the pop-up window body tag
Watch me grow

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 105 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
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.