H__E__L__P____M__E
- Started
- Last post
- 11 Responses
- Focker
Please tell me there's a shortcut for this.....
I have about 50 flash banners. inside they all have a button and an actonscript:on (release) {
getURL( _level0.clickTag, "_blank");
}I need to get rid of the "_blank" tag for all of them. Is there a way to automate this so i don't have to go into each file?
- bug0
___N_O_
- Mimio0
YOU'RE FUCKED!!!!!
- Focker0
nice :)
- unfittoprint0
nope.
A good thing thing would be making something like:
Button1.onRelease= function() {
getURL( "javascript:opener("+clickTag...
}you could chane the opener script to open the url in any window, any size. And it would be only one script, centralized.
A
- foRz0
lets see... about 50 control/command v's and another 50 control/command c's... should take you about...hmmm... 14 minutes or so...
- Kael0
maybe in the future you could use external AS files to hold your functions... that way, the shit is only changed once.
- connerd0
you must be able to do this with a macro, no?
- oliveira0
thats why i like unix's sed/awk. simple regular expression fiddling, and it'd be gone.
i'm sure you'll be able to come up with the easy "find and replace" solution anyway. oops, there, i said it.
- 187LockDown0
Well you can sort of make it easier by using the movie explorer.
- unknown0
I know how haha
- ********0
you got it bro!