Sublime directory Surf the web anonymous Pagerank Monitor


Pop ups in Flash #2

uglyclub
Fri 15 December 2006, 06:21 am GMT +0200
Sorry I overuse this forum so much, but I always need lots of help. I love this forum cause everyone is so helpful. So here's my deal:
My popup windows are supposed to be 500 by 600 w/ no scrollbar and they keep on coming up 400 by 600 w/ a scrollbar.
Go here: http://www.theugly-club.com/uglymenu.html Visit through proxy and then click on clothing to see what I mean.
files:
http://www.theugly-club.com/uglymenu.html Visit through proxy
http://www.theugly-club.com/uglymenu.swf Visit through proxy
http://www.theugly-club.com/uglymenu.fla Visit through proxy

Nikolas
Fri 15 December 2006, 09:12 am GMT +0200
Why don't you use javascript to do this?

You can have a javascript funtion in your html, and call it form the flash.

uglyclub
Fri 15 December 2006, 04:58 pm GMT +0200
i don't know how to do that.

Nikolas
Sat 16 December 2006, 01:09 pm GMT +0200
Here is a sample function :

Code:
function open(url)
{
  a = window.open(url ,null , "height=200,width=300,status=no,toolbar=no,menubar=no,scroll=no,location=no");
  a.creator=self;
}

uglyclub
Sat 16 December 2006, 02:16 pm GMT +0200
what does the a stand for?

olaf
Sat 16 December 2006, 06:34 pm GMT +0200
what does the a stand for?
a is a variable name, maybe you should read a book about flash...

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional