Flash player with SharedObject
Tag Archives: Flash
flash URL Encoding: Reading special characters from a text file
URL Encoding: Reading special characters from a text file One common technique used to load variables in Macromedia Flash is reading the data from a text file on the server or CD. This works well in most situations. However, there are certain characters that cannot be read directly from text. Entering these characters …
Continue reading “flash URL Encoding: Reading special characters from a text file”
flash banners awards
Two companies that do great creatives are tangozebra (http://www.tangozebra.com) and gluelondon (http://www.gluelondon.com), im not sure about an award site but all of their work is the best i’ve ever seen.
Flash convert String To Number
var myhe:Number=parseInt(mystring);
Flash countdown preloader
this.onEnterFrame = function() { var amount:Number = this.getBytesLoaded() / this.getBytesTotal() *100; loader.bar._xscale = amount; loader.loadText.text = 100 – Math.floor(Math.round(amount)/1)+”%”; if(amount < 85){ loader.alphaTo(0,2,"easeOutSine",0); } if(amount == 100) { gotoAndPlay("fadeout"); delete this.onEnterFrame; } }
Zigoengine multiple effects
multiple effects ZigoEngine.doTween(logo, “_alpha,Blur_blur”, [0,50], 0, “linear”,0); ZigoEngine.doTween(logo, “_alpha,Blur_blur”, [100,0], 4, “linear”, 0.2); logo= instance name of MC