Welcome To Snipplr


Everyone's Recent ActionScript Snippets



I'm not sure where this comes from, although it looks official. It's easy to implement, but to change the height of the scrollbar you have to delve into the developer assets folder within the FLA.
1 1367 posted 17 years ago by Winkyboy
1 1495 posted 17 years ago by dhjapan
https://www.chrisjmendez.com/2008/01/30/as2-inline-css/
0 1384 posted 17 years ago by chrisaiv
Includes some useful Fuse commands
1 1214 posted 17 years ago by Bonky
0 1206 posted 17 years ago by Bonky
0 1010 posted 17 years ago by imhugo
0 1109 posted 17 years ago by todbertuzzi
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 1268 posted 17 years ago by discorax
2 1582 posted 18 years ago by Bonky
Taken from a lynda.com tutorial on learning actionscript. Lots of comments for the moment.
0 1189 posted 18 years ago by 1man
This will run the message function until countInterval equals 10, then it will stop. Could be used in various animations.
0 1232 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 1756 posted 18 years ago by Bonky
There must also be a JavaScript function defined in the containing HTML page: function makePopup(url,pop_name,width,height) { window.open(url, pop_name, "width="+width+",height="+height+",resizable=yes,scrollbars=yes"); }
1 1397 posted 18 years ago by Bonky
0 1053 posted 18 years ago by wintondeshong