Loading swf in PageTurn 3D

1. Create a wokring Page Turn 3D

2. Edit link in the xml file.

For custom xml, you can add the follow new item for page of swf.

<items id = "items">
......
<item path = "page_front.swf" width = "128" height = "128" type = "moviefile">
<title>Item Title</title>
<description>Item description</description>
</item>

....

</items>

For PhotoShop xml

Edit the photos.xml file and change the following

....
<image
path = "page_front.swf"
width = "350"
height = "350"
thumbpath = "1.jpg"
thumbwidth = "200"
thumbheight = "200">
<meta name = "title"><![CDATA[description]]></meta>
<meta name = "type">moviefile</meta>
</image>
....