burnandbass


Member since 12/03/2010

Name: Chrysto Panayotov

burnandbass

Location: Bulgaria

Website: www.burnandbass.com

:) Love skimboarding

10 snippets

2491 profile views

5 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

burnandbass's Recent Snippets



« Prev 1 Next »
Sometimes it is usefull to hide that you're using wordpress. Rename wp-content folder to "media" and add this un wp-settings.php just before including the settings.
0 707 posted 9 years ago by burnandbass
saveToStorage("objectName", {javascript:"object"}); To get the object use getFromStorage("objectName"); If the object does not exist, the function returns new empty object;
0 656 posted 9 years ago by burnandbass
Hi; Sometimes you need to "trim" textifield for specific height... This solves just this, perfect for news, news-readers, rss etc
1 914 posted 12 years ago by burnandbass
Use this class to create a simple upload-to-flash button. Select image from your local harddrive and upload it in flash, later you can get is as Bitmap() object All images are stored in static array, so you can retrive it anywhere you want in your c...
1 1899 posted 12 years ago by burnandbass
0 586 posted 12 years ago by burnandbass
Simple usage: var xmlLoader:LoadXMLUtil = new LoadXMLUtil("path_to_xml.xml"); xmlLoader.addEventListener(Event.COMPLETE, onLoaderComplete); private function onLoaderComplete(event:Event):void{ trace("Loaded XML: "); trace(xmlLoader.xml...
2 599 posted 13 years ago by burnandbass
Very simple and basic TextHandle class, extends TextField... You can extend to fit your needs. Basic usage: var a:TextHandle = new TextHandle("some text"); addChild(a) Optional params: _size: uint ( default 22 ) - size of the textfiled...
1 676 posted 13 years ago by burnandbass
Sometimes you need special array functions, not build in AS3. Special ArrayUtils class with some static methods can help us :)
5 654 posted 13 years ago by burnandbass
Sometimes you need to tween a number (for example from 1-100) and to get the number
1 613 posted 13 years ago by burnandbass
« Prev 1 Next »