OK, that works great! Now I need help tweaking it. When I give the focus back to the window, it still closes. Is there a way to make it not close if I give focus back to the window before the 30 seconds have elapsed?
I know I can close a window onBlur by:
<BODY OnBlur="window.close();">
However, how do I set a timer to only close the window if it has been onBlur for 30 seconds?
Thanks!
I would like to have audio play when a user clicks on an image but I don't want it to open up a player like realplayer. I would just like to audio to play (like it would in Flash, but I can't use Flash in this instance). Please help. Thanks!
I have a Flash movie embedded in an html page. When the user presses F4, it should cause the Flash movie to go to its next frame. Instead, at least in IE 5.5, it expands the drop-down menu of the address bar and the Flash movie never goes to the next frame. I understand that I should be able to...
In the object actions panel, press and hold the + sign in the upper left-hand corner down. Choose Actions. With should be at the bottom of the cascading menu that appears.
Yes you can. BTW, if you're using Flash 5, you should use a with() statement instead of TellTarget. There are two basics steps:
1. give the movie instance a name (naming it so it appears in the library isn't enough).
2. Assign the with() statement to a button. Like this:
on (release) {
with...
I have a flash .swf embeded in an html page. I would like the user to press F4 to navigate throught the .swf. The problem is when you press F4, in IE 5.5 at least, it causes the address's drop-down menu to expand/contract and the key press never makes it to the .swf. Is there a piece of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.