Actionscript 2.
I’m looking for a simple gallery concept like this
No XML . NO saturation and reflection of items
I need ONLY effect on click of arrows Left and right. Any one can help me?
Thanks. You.
I would check the end of my video using onPlayStatus and netstream.play.complete but doesn’t work. why?
This is my code
ns.onPlayStatus = function(_arg2) {
if (_arg2.code == "NetStream.Play.Complete") {
trace("COMPLETE")
}
};Hi, how much to realize the ubisoft gallery 3d distortion effect?
There is the gallery. : http://www.ubi.com/it/default.aspx
The image can’t load in remote but work fine in local. Do you know why? There is the function:
thank you. work fine.
how to get a name of day knowing the number of day , month and year.
Example:
i have this movieclip for February 2009
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ….
i want obtain for each number any name of a day. I hope that I explained I hope your help.
thank you theflyingtinman , it’s very cool your script.
i’m looking for code to make a square checkerboard image using actionscript 2.0. I found this code:
Stage.align = “TL”; Stage.scaleMode = “noScale”; import flash.display.BitmapData; var noiseBmp:BitmapData = new BitmapData(50, 50, true); var squareSize:Number = 2; var rowP:Number = 0; var colP:Number = 0; var rowD:Boolean = true; var colD:Boolean = true; var black:Number = 30 << 24 | 0 << 16 | 0 << 8 | 0; //var black:Number = 0xFF00FF | ((10/100*255) <<24); var tansparent:Number = 0; //trace(“black:”+black); for (var row:Number = 0; row<50; row++) { if (row%squareSize == 0) { rowD = !rowD; } for (var col:Number = 0; col<50; col++) { if (col%squareSize == 0) { colD = !colD; } if ((rowD || colD) && !(rowD && colD)) { noiseBmp.setPixel32(row, col, black); } else { noiseBmp.setPixel32(row, col, transparent); } } } attachBitmap(noiseBmp, 20);
Do you can help me?
very cool. Thank you. i will decide to buy it or make it with myself
