I like to create a Flex application, an image gallery, which comes like 3D wall. How can I do that? Is there any examples available?
+1
A:
The question sounds like you're trying to learn the Flex technology.
So the first thing I'd do is to get Tour de Flex.
Use case examples and source code.
bua
2009-10-30 09:12:12
A:
There are a lot of good examples of 3d image wall's in AS3 if you do a quick google.
A lot of them will be using the PaperVision 3d library.
Here is an example of using PV3d in flex:
jayWellings
2009-11-06 18:02:54
Thank you for the answer after this long time. Papervision 3d doesnt have direct methods to create 3dwall and the one they provided was paid one. But I managed to create a 3dwall by reading some blogs telling the ideas and some code snippets from blogs. Once I complete it with perfection, I will post demo source.
Umesh
2009-11-07 06:31:14