PhotoDune

Posts by aleflash

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

Actionscript 2.

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

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.

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

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")
    }
};
34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

Hi, how much to realize the ubisoft gallery 3d distortion effect?

There is the gallery. : http://www.ubi.com/it/default.aspx

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

The image can’t load in remote but work fine in local. Do you know why? There is the function:

http://pastie.org/514248

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

thank you. work fine.

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

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.

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

thank you theflyingtinman , it’s very cool your script.

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

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?

34 posts
  • Bought between 1 and 9 items
  • Has been a member for 6-7 years
  • Sold between 1 000 and 5 000 dollars
aleflash says

very cool. Thank you. i will decide to buy it or make it with myself

by
by
by
by
by