burnandbass


Member since 12/03/2010

Name: Chrysto Panayotov

burnandbass

Location: Bulgaria

Website: www.burnandbass.com

:) Love skimboarding

10 snippets

5168 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 1283 posted 10 years ago by burnandbass
Put it in functions.php
0 1728 posted 10 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 1247 posted 11 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 3520 posted 13 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 2935 posted 13 years ago by burnandbass
0 1139 posted 13 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 1429 posted 14 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 1457 posted 14 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 1452 posted 14 years ago by burnandbass
Sometimes you need to tween a number (for example from 1-100) and to get the number
1 1439 posted 14 years ago by burnandbass
« Prev 1 Next »