GLHeX
08-02-2002, 10:52 PM
Hello,
okay I did run about four searches in the forums but could not find the answer to my question.
Okay I used the tutorial on Actionscript to generate some Java pop up scripts.
(URL)
http://www.actionscripts.org/tutorials/beginner/spawn_browser/index.shtml
Well needless to say it works great. However my problem is as such,
I have a menu with portfolio pieces, when you click on the thumbnail the accual large file pops up into a window to fit that image size.
But if you dont close the pop up and open another the window -retains its shape/size-
(thus if someone clicked on a 100x100 images first, then tried to opeb a 200x200 image half of it would be cut off)
So the only way to avoid this is to close the pop up first -then- click on other thumbnails.
Is there anyway to set in the java script to either
A) Close the last window and open a new (i dont think that possible)
B) FORCE the current -open- window to resize.
or
C) Just open a new window and not use the currently open one. (so the user would just open window after window untill he/she started to close them )
I hope this is all clear.
This wouldnt be a problem if all my images were the same size, however most completly differ in size.
Thanks for reading
gl
okay I did run about four searches in the forums but could not find the answer to my question.
Okay I used the tutorial on Actionscript to generate some Java pop up scripts.
(URL)
http://www.actionscripts.org/tutorials/beginner/spawn_browser/index.shtml
Well needless to say it works great. However my problem is as such,
I have a menu with portfolio pieces, when you click on the thumbnail the accual large file pops up into a window to fit that image size.
But if you dont close the pop up and open another the window -retains its shape/size-
(thus if someone clicked on a 100x100 images first, then tried to opeb a 200x200 image half of it would be cut off)
So the only way to avoid this is to close the pop up first -then- click on other thumbnails.
Is there anyway to set in the java script to either
A) Close the last window and open a new (i dont think that possible)
B) FORCE the current -open- window to resize.
or
C) Just open a new window and not use the currently open one. (so the user would just open window after window untill he/she started to close them )
I hope this is all clear.
This wouldnt be a problem if all my images were the same size, however most completly differ in size.
Thanks for reading
gl