This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
FlashDevelop.. (3)
Dynamic 3D Wall Gallery V1.00
If you like this File please donate 1 on the paypal account [email protected], also if you want to use this file for commerical projects. Thanks!!! Please note that this file work not correct on this site, please Download this file to make it work right!!!Listing url: www.flashdevelopment.de
14163 downloads, 62827 views
Comments
You need to login to post a comment.
Really Awesome :)
GalleryData0126 27
there is also a little problem where if you click on a panel a few times it zooms in past the panel and F#!ks out, to fix it just go to line
201 and change it from
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:zcamposition+350, rotationY:0});
to
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:-280, rotationY:0});
and line 208 change from
TweenMax.to(cam, 2, {x:xcamposition, y:ycamposition, z:zcamposition, rotationY:0});
to
TweenMax.to(cam, 2, {x:xcamposition, y:ycamposition, z:-695, rotationY:0});
lastly change line 232 from
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:zcamposition+350, rotationY:0});
to
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:-280, rotationY:0});
and you should be ready to rumble
enjoy
woop woop
Thank you so much...
Thank you so much...
Thank you so much...
hehehe..
go to
code.google.com/p/papervision3d/downloa ds/detail?name=Papervision3D_1_5.zip&can =2&q=
download papervision 1.5
repalce the papervsion that came with this download
then comment out
//import org.papervision3d.view.BasicView;
//import org.papervision3d.objects.primitives.Pla ne;
save
then hit Ctrl + Enter to publish
thats all i did and it worked :)