3D Rotate Tool - Images from an other server

Example

Images are loaded from an other server

In this example the images are located on an content delivery network (CDN) server. Example of the config.xml file:

<images>
<image src="http://c0023350.cdn2.cloudfiles.rackspacecloud.com/02.jpg" />
<image src="http://c0023350.cdn2.cloudfiles.rackspacecloud.com/03.jpg" />
<image src="http://c0023350.cdn2.cloudfiles.rackspacecloud.com/04.jpg" />
...

I have used Rackspace Cloud Files as my CDN server.

Important notice

Due to Flash Player security you must place a file named crossdomain.xml into the root folder of the server, from which you are loading the images. If you are using Rackspacecloud Files, place the crossdomian.xml file into the same container where the images are stored. The crossdomain.xml can be setup so it allows to provide images to a domain you define. This example allows any website to load images from the server, where the this crossdomian.xml file is placed:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>

You can download this crossdomain.xml here: crossdomain.xml

Download

You can download this example here: cdn.zip. Please note that because the images are loaded from an online location, this example will not work locally (offline).

Twitter

Folow me on Twitter to get latest updates on YoFLA software: http://twitter.com/yofla (1 tweet/week average).

Due to security settings of some browsers (like preventing accessing of local file config.xml from within a webpage), please upload the content of this folder to an online location to experience full functionality. This message will hide automatically when online.