Re:open new window using java in flash 5

Was able to get it to work, but how about settin different window attributes to multiple buttons? I have tried them on another button, but keep getting one size per javascript you provideed. Pleas help

If you are calling on the same function for each button, you won’t be able to specify the window attributes. You will need to copy the old funtion, and paste it right under itself. then change the function name (aka change function openIT() to function openTwo() ). Then change the attributes of the window in there.