Ask a Question related to Macromedia Flash, Design and Development.
-
Ryan Yacyshyn #1
calling Javascript: location.replace('url') inside Flash not working..
Hello,
I'm trying to call a Javascript statement via Flash but it will not work the
way it normally does when I call it in plain HTML.
I'm trying to call location.replace ('url') to replace the previous page
with another one (I do not want this first page to be in the browser's
history).
If I create a link in plain HTML that calls location.replace ('urlHere') it
works. However, in Flash, if I say:
getURL ("Javascript: location.replace ('urlHere');");
it will go to the new page but fails to remove the previous page from the
browser's history. I've even tried calling a JS function inside Flash ( eg:
getURL ("Javascript: replaceMe();"); ) that then calls location.replace
('urlHere'), but it wasn't any better.
Any ideas?
Thanks,
Ryan
Ryan Yacyshyn Guest
-
Calling Flash function from Javascript
Hi everyone, I am desperately trying to call a Flash function (myfunction) from javascript... I believe the function has to be made accessible by... -
Calling a javascript function from flash
Is it possible to call script functions from a flash object that the flash object will only be able to access once it is placed on an html page? ... -
output text in control location; calling control javascript from page javascript
Hi; If you don't know, I'm just learning javascript and aspnet, but I have a pretty good grounding in windows programming. I'm trying to build a... -
calling a flash function from Javascript
Hello everybody I want to call an ActionScript from the Website maybe using fscommand, but I don't know how to do it. Can anybody help me to... -
Calling an external javascript function from within Flash
Hello all: I'm a bit of a newbie in Flash, so if this has been adressed elsewhere, please forgive cause I can't find it. I would like to be...



Reply With Quote

