Examples:
Launch Deuter
Installation:
1. Download and install Shadowbox for your CMS
2. Download yofla3drt.zip and unpack it to an appropriate folder of your CMS
E.g for Drupal, I used /sites/all/libraries directory
3. Upload your 3D Product files online, choose any folder you like.
E.g. for Drupal, I choose:
/files/deuter (for the drupal example)
/files/sandals (for the sandals example) You can download the sandals example folder here: sandals.zip
4. Build your shadowbox link, example:
<a
rel="shadowbox; width=500;height=375;"
href="http://www.yofla.com/drupal/sites/all/libraries/yofla3drt/iframe.php?path=%2fdrupal%2ffiles%2fdeuter%2f&license=prowl&skin=blackdiamond&width=500&height=375">
Launch Deuter
</a>
Explanation of the shadowbox link:
http://www.yofla.com/drupal/sites/all/libraries/yofla3drt/iframe.php
This is the path to the iframe.php script, I installed it in the /sites/all/libraries/ directory
http://www.yofla.com/drupal/sites/all/libraries/yofla3drt/iframe.php
This is the path to the iframe.php script, I installed it in the /sites/all/libraries/ directory
?path=%2fdrupal%2ffiles%2fdeuter%2f
Is the url encoded path to the directory with your product. In my scenario, the files are uplaoded at http://www.yofla.com/drupal//files/deuter/, so I have used this path: /drupal//files/deuter/ To be sure the path works even with spaces, always urlencode the path, e.g. using this site: http://www.opinionatedgeek.com/dotnet/tools/urlencode/Encode.aspx
&license=prowl
Enter your license of the 3D Rotate Flexi. Enter "free","pro", or "prowl"
&skin=blackdiamond
Enter your desired skin: blackblur, blackdiamond, default, defaultvertical. It is also possible to upload and use your own skin. E.g. name your skin rotateTool-custom.swf, upload it into the libraries/yofla3drt/ folder and add this variable to the url: &swf=rotateTool-custom.swf
&width=500&height=375
Enter width and height, should match the same size as defined for shadowbox.