That works! Any idea on why yours works and mine doesn't?
Thanks.
Main Topics
Browse All Topics
I have a Flash 8 swf animation that is called from a web page by clicking a thumbnail image:
<a href="../MyAnimation.html"
The animation has a button to "Close Animation." The code that was assigned to the button within Flash is
on(release) {
getURL("javascript:window.
}
This works fine as long as the animation is called from another page on the same web site that contains the animation. But if the animation is called from an external site, the above code doesn't cause the browser to return to the page that called the animation.
I've tried changing the release code to
on(release) {
getURL ("javascript:window.docume
}
and
on(release) {
var siteURL = ("javascript:window.docume
getURL(siteURL);
}
but neither of these works. Rather than sending the browser to the referrer URL, the referrer URL is printed out on a new document, as if the command were something like document.write("javascript
But if I enter the originating site directly, as below,
on(release) {
getURL ("http://www.orignatingsit
}
then the getURL works as a goto, as I would expect, sending the browser back to the external page that called the animation, instead of printing out the site URL in a window.
Does anyone know why
getURL ("javascript:window.docume
doesn't cause the browser to transfer to the referrer URL?
Thanks
steva
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok. I was thinking that getURL would do the "goto" part of it. After all,
"http://www.orignatingsite
is just an address too in
getURL ("http://www.orignatingsit
and that works.
Anyway, thanks again.
Ok. I was thinking that getURL would do the "goto" part of it. After all,
"http://www.orignatingsite
is just an address too in
getURL ("http://www.orignatingsit
and that works.
Anyway, thanks again.
Business Accounts
Answer for Membership
by: ludofulopPosted on 2009-10-31 at 02:26:25ID: 25708991
try on.href=wi ndow.docum ent.referr er");
getURL ("javascript:window.locati