I created this little Papervision3D Drill Down Charts Demo.
Data is dynamically loaded from xml file.
NO LOADING, PLEASE WAIT…
This movie requires Flash Player 9
Hope you like it!
Tag Archives: as3
Lightbox in Flash AS3, ASBOX2(fixed for fullscreen) - PV3D
Hi,
I found a very interesting flash lightbox as3 at:
http://www.marcellosurdi.name/2008/10/22/asbox2-lightbox-flash/
I did some tweaking on the code to work in fullscreen mode and stage resizing.
This movie requires Flash Player 9
Here you have the source code of John Dyer’s Papervision3D Coverflow Gallery with ASBOX2:
Source Code:
Coverflow Gallery with ASBOX2 and Papervision3D
You will need Papervision3D Great White and Tweener:
Download Tweener >>
Download [...]
Papervision3D Segments Extrude
Papervision3D Segments Extrude - Based on Away3D
This movie requires Flash Player 9
Usage example:
materialsList = new MaterialsList();
materialsList.addMaterial(topMaterial,”top”);
materialsList.addMaterial(bottomMaterial,”bottom”);
materialsList.addMaterial(rightMaterial,”right”);
materialsList.addMaterial(leftMaterial,”left”);
materialsList.addMaterial(frontMaterial,”front”);
materialsList.addMaterial(backMaterial,”back”);
segmentsExtrude= new SegmentsExtrude(materialsList, circleArray, {
excludeFaces:”bottom, left”,
axis:”y”,
elevation:350,
hSegments:4,
vSegments:4,
thickness:50,
thickness_segments:1,
closepath:false,
reverse:false,
coverall:true,
flip:false});
SourceCode:
Segments Extrude Download
Enjoy!
