Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
ramachan webforumsuser@macromedia.com #1
getURL taregt not working ...PLEASE HELP
Hello,
I am working on a flash front end for a web based app (ColdFusion is the app server) and I have a "getURL" link with a target. The problem is everytime the button is pressed it launches a new window as opposed to populating the defined window that is already open...
If someone can help me...
Thanks
ramachan webforumsuser@macromedia.com Guest
-
I need help please with the getURL() it is not working.
I was able to make this work in the earler ver. of Flash. But when the movie ends it will not goto the url that I am telling it to goto. Is there... -
getURL() not working as expected
Hello, We have a requirement where homepage of the site will be specific to a country. When a first time user navigates to the site(say,... -
getUrl and javascript now working in a frame
Hey, I have a flash page that uses getUrl to call a javascript function that is on the same html page. When I load this html page all on it's own,... -
getURL()
Hi, I wrote a while ago a problem regarding the getURL(); function with Flash MX 2004, the problem was that i couldn't open pdf files with the... -
GETURL ????
Hi everyone! Could somebody please tell me why this does not work : on (press) { getURL(http://www.site.dk); } And what this means : -
kglad webforumsuser@macromedia.com #2
Re: getURL taregt not working ...PLEASE HELP
use:
getURL("yourtarget","_self");
kglad webforumsuser@macromedia.com Guest
-
jirka krivka webforumsuser@macromedia.com #3
Re: getURL taregt not working ...PLEASE HELP
hi,
example:
on (press) {
getURL("http://www.google.com","_top");
}
fandango
jirka krivka webforumsuser@macromedia.com Guest
-
ramachan webforumsuser@macromedia.com #4
Re: getURL taregt not working ...PLEASE HELP
I regret to inform that neither of these suggestions seem to be working....
I thank everyone for helping, but this is one of the more fustrating things about flash...I took the same code
from Flash
on (press) {
getURL("/tcm/app/cfm/vertical_access_handler.cfm?vertical_code=BSA", "BSA");
}
slapped it in HTML via dream weaver
<a href="/tcm/app/cfm/vertical_access_handler.cfm?vertical_code=BSA" target="bsa"><img name="tst_r2_c2" src="tst_r2_c2.gif" width="106" height="47" border="0" alt=""></a>
and it works (i.e. when a user on my page hits the link 1, 5 100 times it opens said link in the (already open) window as opposed to what flash is doing, which is opening a nes window each time the link is pressed..
Please HELP me someone my boos WANTS this in flash I want to throw my mac out a window
ramachan webforumsuser@macromedia.com Guest
-
kglad webforumsuser@macromedia.com #5
Re: getURL taregt not working ...PLEASE HELP
your code doesn't look anything like either of the two suggestions made. are you trying to target a frame - "BSA"?
kglad webforumsuser@macromedia.com Guest



Reply With Quote

