Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
videoned #1
Self Closing Pop-Up Window?
I'm building a bunch of video samples for my website using flash movies. They
open in pop-up windows but when they are done playing the window remains open.
There must be a way of sending a close window command to the browser from the
flash movie. I've searched the documentation and the closest thing I've found
is FSsendcommand, but now clue what the command would be! Anyone know the
trick?
videoned Guest
-
window not closing
Hi, I'm using window.close() command in a pop box (YesNo.aspx) embedded in a ASP button clcik command. Its a pop up confirmation for Yes or No. If... -
Closing a window using a ASP:ImageButton
Hi all, I need to be able to cause the following chain of events after clicking an asp:button but I don't know how to do it. I'd really... -
Closing window and redirecting
I have page that is opened in a small window and after a user submits the form on that page I want the window to close and then refresh the page... -
closing pop-up window
I have created a mail form in a pop-up window. After the mail has been send succesfull i would like the window to close (without having to click on... -
Closing a window from the created one
Hi all, How do I close a window from the created one. The window which opened the created on was only one of two within a frameset. Regards... -
Shawn Hughes #2
Re: Self Closing Pop-Up Window?
A little javascript will automatically close the window when the user clicks
on something other than the pop up window.
<body onBlur="self.close()" onLoad="self.focus()">
That's it.
Shawn Hughes
"videoned" <webforumsuser@macromedia.com> wrote in message
news:c5rbvv$5p5$1@forums.macromedia.com...They> I'm building a bunch of video samples for my website using flash movies.open.> open in pop-up windows but when they are done playing the window remainsthe> There must be a way of sending a close window command to the browser fromfound> flash movie. I've searched the documentation and the closest thing I've> is FSsendcommand, but now clue what the command would be! Anyone know the
> trick?
>
Shawn Hughes Guest



Reply With Quote

