PDA

View Full Version : re:open new window using java in flash 5



ramhead
August 2nd, 2002, 03:00 AM
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

lostinbeta
August 4th, 2002, 12:09 AM
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.