Modifying 3D Video Wall Template
First and foremost, the template comes with a detailed readme file. In there it will outline how to upload and modify your product.
First Step: Upload:
Navigate to the folder bin-debug, upload all the contents in that folder to your server.
-images
-videos
-default
-Main.html
-Main.swf
Step Two: Modify
Now. its time to modify your product. open up your default.xml document in wordpad, or any html editor like Dreamweaver, as you can see you can modify your images and include video at this point
</item>
<item type="image">
<image>images/15.jpg</image>
</item>
<item type="video">
<image>images/friday.jpg</image>
<video>videos/friday13.mov</video>
</item>
Save and reupload the default.xml document to see your changes, you may need to clear out your cache to see changes. |