This content has been marked as final.
Show 5 replies
-
1. Re: button with getURL inside a movie clip
Glenn Gervais Apr 16, 2007 5:17 AM (in response to baltazr05)post your code. -
2. Re: button with getURL inside a movie clip
baltazr05 Apr 16, 2007 7:33 AM (in response to baltazr05)on (release) {
getURL(" http://xxx.xxx.xxx","_blank");
}
is there somthing wrong with this code...i put it in my button.....like i said when im testing it it flash....it works, but in the publshed html...it doesnt...thanks in advance -
3. Re: button with getURL inside a movie clip
Glenn Gervais Apr 16, 2007 9:33 AM (in response to baltazr05)Looks ok. You say it doesn't open a new window...does it do anything at all? Is it possible that a popup blocker is interfering? -
4. Re: button with getURL inside a movie clip
baltazr05 Apr 16, 2007 12:55 PM (in response to baltazr05)nope...i gues not....like i said when im testing it buy running its swf file...its functioning welll....but with its html file...it doesnt..........and also...other things that ive done work gud except for this....i thought having too deep level of using getURL might work...what do u think?...ive been searching and searching...and it seems some other people expirienced it,though there are solutions given...i dont understand them..... -
5. Re: button with getURL inside a movie clip
Glenn Gervais Apr 17, 2007 6:59 PM (in response to baltazr05)I've never seen that problem. Try this instead:
getURL("javascript:null(window.open(' http://www.yahoo.com'));");

