Welcome To Snipplr


Everyone's Recent ActionScript Snippets Tagged javascript



« Prev 1 Next »
an external javascript sort function, which you can import into flash to help sort arrays of objects. include the script thus: #include "objSort.js"
2 762 posted 14 years ago by stiobhart
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 672 posted 16 years ago by Bonky
Flash 8 only I think.
0 719 posted 16 years ago by Bonky
This getURL uses javascript to set the browser size.
2 677 posted 16 years ago by mswallace
« Prev 1 Next »