Welcome To Snipplr


Everyone's Recent ActionScript Snippets Tagged actionscript



1 2 Next »
This is a handy little function that takes the htmlText value of a TextField and ads a specified tag at the beginning and end of the string. Handy for quick formatting tags such as bold, italic, underline, but could be used to add complex style data...
0 1164 posted 17 years ago by discorax
Taken from a lynda.com tutorial on learning actionscript. Lots of comments for the moment.
0 1085 posted 18 years ago by 1man
to call this function you would use "asfunction:myFunction,argument1,argument2,argument3" as the href in the tag in an HTML text box.
0 1586 posted 18 years ago by Bonky
This getURL uses javascript to set the browser size.
2 1293 posted 18 years ago by mswallace
Great for animating in Actionscript. You should check out the complete kit at the Fuse Web Site. Can't Wait till this is ported to AS3
0 1065 posted 18 years ago by mswallace
actionscript crawler find replace
1 846 posted 18 years ago by jumikan
Needed a way to mix up the order of questions and answers for a Flash quiz. https://www.chrisjmendez.com/2007/02/21/as1-swap-numbers/
0 987 posted 18 years ago by chrisaiv
Aligerar el tiempo en crear mis precargas ... lo bueno de esto es que se adapta al tamaño del escenario del flash .. y todo es dinamico
1 1003 posted 18 years ago by danideu
Useful for product showcases
4 1243 posted 19 years ago by dandyna
Builds a function which replace some caracters
1 1288 posted 19 years ago by dandyna
This will return a random number between two given numbers.
4 1319 posted 19 years ago by ypmits
Don't forget to insantiate with an object or with 'this'.
1 971 posted 19 years ago by marc0047
Busca y reemplaza un texto por otro en un string.
0 916 posted 19 years ago by kanirasta
Provides a quick and simple "find this string pattern and replace it with this other string pattern" find and replace. Not fancy enough for regular expressions, but untill AS3 is standard this works well for most search/replace needs. Can be very...
2 1817 posted 19 years ago by drukepple
1 2 Next »