Click to See Complete Forum and Search --> : Problem with go to url


graphical_force
02-12-2008, 11:47 AM
Hi, I am having a issue with using the Go to Url feature in Flash Mx Pro 2004. I need to have a flash banner go to this address when clicked.

http://www.hrpworld.com/index.cfm?form_cat_id=1003,310&action=category

the problem is that it does not like the comma so I encoded it in ASCII and it only goes to the index(home) page.

Is there something else that I have to do to get the url to work? Not sure how to proceed.

Thanks in advance!

graphical_force
02-13-2008, 11:50 AM
Anyone.....anyone........Bueller........Bueller?

kathleen1357
02-27-2008, 03:53 PM
Hi Graphical Force,

I'm not sure if you ever got this situation resolved but i stumbled across it and felt I could help. The Actionscript I use for go to URL's is as follows:


on (release) {
getURL("http://www.webdeveloper.com/forum/newreply.php?do=newreply&noquote=1&p=855727");
}

and if you want it to open into a new tab or webpage I use this:

on (release) {
getURL("http://www.webdeveloper.com/forum/newreply.php?do=newreply&noquote=1&p=855727, _blank, "GET");

I hope this helps you. I know I have received a ton of help from this site so I wanted to do my part!:D

graphical_force
02-28-2008, 11:19 AM
Whew! Thanks, it has been awile since I played around with flash and it shows! :)

Thanks again and you are so right, I have learned alot from this board and it
ROCKS!!!!

Betty0920
03-27-2008, 08:18 AM
Maybe you can also try flash video mx pro.
Just search "flash video mx pro" on google for more info.