Show your boxed products in elegant, clean, interactive 3D stage.
Products are organized into list with on demand access to each product. User can drag and rotate the product box, read name, description, click button linking to external page and see preload progress.
It is configurable via XML . Set each product dimensions (width, height and depth), initial rotation (XY axis), each face material (solid, texture), texts and link.
Material types: * solid (solid color set in HEX RGB values) * texture (external image without glossy)
FLA project is easy to modify. You can change elements (3D box, texts, button) placement with no actionscript. There can be up to 9 products.
XML file looks like:
<?xml version="1.0" encoding="utf-8"?>
<products>
<product>...</product>
<product>...</product>
<product quality="high">
<size scale="2" depth="15" height="210" width="150" />
<rotation x="-5" y="135" />
<faces>
<top type="texture">top.jpg</top>
<bottom type="solid">0x111111</bottom>
<left type="texture">left.jpg</left>
<right type="">right.jpg</right>
<front type="texture">front.jpg</front>
<back type="texture">back.jpg</back>
</faces>
<description header="Rocky DVD Movie" moreurl="http://rocky.com">Reedition of Rocky movie with extra unpublished scenes and amazing 3D sound.</description>
</product>
<product>...</product>
<products>
</products></products>
Credits: Papervision 3D, GTween and Bulkloader are used under MIT license.
See also:
|
| Box 3D Lite |

