Flash: Video+ Reflection+Ripples+Surfing
September 22nd, 2005 by LuisNothing exceptionally new here, just testing the ‘power’ of the new flash 8 player putting together Video, masks and bitmap effects in the trailer of my favourite documentary (Riding Giants).
A contextual modification modification of the reflection example from Lee Bremelow.
Click the thumbnail to see the swf sample:



October 5th, 2005 at 9:24 pm
Hey,
Just wondered what perlinNoise parameters you used to get the subtle water effect? Is there an .fla around for this one?
Thanks!
Jay
October 6th, 2005 at 11:36 am
Something like this:
offset.y -= .8;
myNoise.perlinNoise(0, 10, 1, 500, true, true, 1, true, offset);
displaceMap = new DisplacementMapFilter(myNoise, p, 1, 1, 100, 100, ‘WRAP’);
myImage.filters = [displaceMap];
February 16th, 2006 at 2:12 pm
hello,
it it possible to post the code or is it private ?
thanx
April 6th, 2006 at 10:33 am
[…] R PADDLE AWARD MONSTER TUBE AWARD And do not miss BIGGEST SPAIN EVER Related Entries: Flash: Video+ Reflection+Ripples+Surfing BTTD: Surfing…? Games: Tony Hawk’s American Wastelandâ„¢ BTTD: I […]
May 28th, 2008 at 6:08 am
The example is fine, but we all would appreciate the code.