Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Virtual David #1
Closing "Open Browser Window" behind you
If you visit [url]www.scrubjay.com[/url], you'll see a blank webpage with a link. Clicking
on that link opens another small browser window. The small browser window also
has a link labeled "Correct Link". When you click on that link, all but the
last window is closed. The "trick" (JavaScript) to do that was provided
courtesy of Gary White, a member of the Macromedia Dreamweaver Forum:
<a href="javascript:;"
onclick="opener.location='otherurl.html';top.close ();">Correct Link </a>
My question is: How do I apply that code to a Flash swf button? I don't know
JavaScript and very little about ActionScript. I do know I can't even find
"onClick" in the ActionScript commands (I seem to recall seeing it years ago in
all of the older Flash versions). In the end, I want to have a Flash movie in
that small window which will do the same thing when a button in the swf is
clicked.
"Thank you" seems hardly enough for everything this forum has done for
me...but thank you!
Virtual David Guest
-
"open browser window" size
I am updating a site that uses pop-ups for definitions throughout the site. This is a medical site, so the pop-up definitions are essential. The... -
"open in new browser window"
how do you get an "open new browser window" behavior to work without also changing the original browser window? I want the additional browser... -
"Open Browser Window" doesn't work in Safari?
How do I remedy this? http://www.ierg.net/people.html Thanks -
Help with "Open Browser Window" please
I would like to open a small browser to be opened and closed without changing the main window the viewer is in. The problem I am having is that... -
Modifying "Open Browser Window" behavior to launch a maximized browser
I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want...



Reply With Quote

