PDA

View Full Version : getURL don't respond


mendezbeck
08-02-2006, 05:19 AM
I've created a banner with a big transparent button layer on top of it and when I preview it on my PC (where I created the animation) it works fine. Then I take the .swf over to my Mac and the animation works fine but when I click on it nothing happens. The mouse turns into the little link hand but nothing happens, it doesn't work at all, not on the stand-alone player, not when I upload it to MySpace and view it with either FF or Safari, and not even with IE on a PC (once uploaded). I'm very confused. Maybe you guys can check out the page and see if it works (www.myspace.com/nokiddinweb) the code i've used is:

this.bt.onPress = function(){
get URL("http://www.myspace.com/nokiddinweb")
}

bt being the button instance name. but i've tried every other combinations of script that serve the same function like: on(release) without the function and nothing. So, if you guys could maybe try to click on it see if it works for you, if it does it should be taking you right back to the page your on.
I know it's kinda sketchy for me to be asking you to click on a banner especially after the security stuff going on with MySpace and flash, but it's the only place I can upload it to for public viewing. If you have any clue as to what could be going on without having the try it out that's perfect, I just want it to work.
let me know please, thanx

Navarone
08-02-2006, 01:02 PM
You have a space inbetween get and URL. Unless of course you typed incorrectly when you posted.
try

getURL("")
// you have
get URL

mendezbeck
08-02-2006, 08:15 PM
oh, sorry, yeah that's just a typo on the post. It's all together on the script, otherwise it would give me a script error, but it doesn't. In fact it works fine when I preview it on the PC.

Navarone
08-02-2006, 08:20 PM
You are trying to play the swf on the mac? There is nothing wrong with the code that I can see.