Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Carlos Gonçalves #1
close my project that is in a browser window (close this window)
How can I do this with a button? What do I have to put into button?
Carlos Gonçalves Guest
-
Can not close the browser window from within a pdf in windows XP.
Here is the problem I am having right now. Thanks for any help!! 1) I have a jsp/html that contains a pdf file. When the html is loaded to the... -
Close Browser Window behaviour
Hi, Not an ideal solution this... but the boss wants a website to open (from the first page) in a browser window without any toolbars, address... -
how to close browser window from flash?
i have encountered what appears to be a bug with loadvars.send: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid... -
Confirm user wants to close browser window
Please don't. It's very simple (window's onclose event) but don't do it. Unless your users are total morons who manage to click that tiny X by... -
window sizing & close this window code
Sharon wrote on 16 jul 2003 in microsoft.public.inetserver.asp.general: No ASP to be seen, Sharon, please see a clientside NG, --... -
Rob Dillon #2
Re: close my project that is in a browser window (close this window)
If you want to close the browser window to that holds the SW movie, you
can do this:
on mouseUp me
getNetText("javascript:window.close()")
end
If you want to close the SW movie and leave the window alone, then just
call a new page to populate the window:
on mouseUp me
gotoNetPage("http:.//newPage.com")
end
--
Rob
_______
Rob Dillon
Team Macromedia
[url]http://www.ddg-designs.com[/url]
412-243-9119
[url]http://www.macromedia.com/software/trial/[/url]
Rob Dillon Guest
-
Carlos Gonçalves #3
Re: close my project that is in a browser window (close this window)
Thanks a lot!!
"Rob Dillon" <rob@ddg-designs.com> wrote in message
news:141120030841431034%rob@ddg-designs.com...> If you want to close the browser window to that holds the SW movie, you
> can do this:
>
> on mouseUp me
> getNetText("javascript:window.close()")
> end
>
> If you want to close the SW movie and leave the window alone, then just
> call a new page to populate the window:
>
> on mouseUp me
> gotoNetPage("http:.//newPage.com")
> end
>
> --
> Rob
> _______
> Rob Dillon
> Team Macromedia
> [url]http://www.ddg-designs.com[/url]
> 412-243-9119
>
> [url]http://www.macromedia.com/software/trial/[/url]
Carlos Gonçalves Guest



Reply With Quote

