Allen
October 13, 2002, 11:56pm
1
This may be very basic to some but here goes -
I am using Flash MX to create a website with several different swf’s that open independently in there own windows but as an alternative to using the x button I want to create a close window button on the page which will well close the window.
Is this a Actionscript? or Javascript? issue.
What is the best way to do this?
Thanks
http://www.mxexhibits.com/collateral/main_creative.html
here is a link to the main window then links to the individual pieces that open and then I need to close with the button!
system
October 13, 2002, 11:59pm
2
use this as your link:
javascript:window.close();
Rev:elderly:
system
October 14, 2002, 12:32am
3
Thanks!
It works - although is there anyway to not have it bring up the alert box saying “The Web page you are viewing is trying to close the window”
with YES NO buttons?
system
October 14, 2002, 12:48am
4
I think this will work…Lostinbeta did this bit of code for me…=) thanks again Lostinbeta:P
put this in your < head>
< object id=closeWin type=“application/x-oleobject” classid=“clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11”>
< param name=“Command” value=“Close”>
< /object>
(take out spaces after < )
Rev:elderly:
system
October 14, 2002, 2:23am
5
Yes you are right about that part rev.
But to close the window, I believe you need to add this script to the button(as well as have the script rev provided in your HTML page)…
on(release) {
getURL(“javascript:closeWin.Click()”);
}
system
October 14, 2002, 4:57am
6
Ah!
Thank you both very much - that is exactly what I was after!
I swear this forum and all the help that is available from great scripters, designers, and everyone else saves an enormous amount of time and energy.
Again I appreciate it all very much!
system
October 14, 2002, 5:04am
7
Just doin’ our part to help the Flash community :beam:
Glad we could help you out:)
system
October 14, 2002, 5:07am
8
thanks Lostinbeta, you are the greatest:P
Rev:elderly:
system
October 14, 2002, 5:16am
9
Thanks rev :beam: Now I am blushing
system
October 14, 2002, 5:18am
10
aw come-on do a little dance…
Rev:elderly:
system
October 14, 2002, 5:26am
12
You are too young to remember that tune=)
Rev:elderly:
system
October 14, 2002, 5:41am
13
Yeah, I think that is the only part I know of it. :-\
Oh well…
:::keeps dancing:::