|
|
During conversion an additional XML file will be generated which includes all required information about presentation (swfs.xml). This included also all information of each slide, all speaker notes and further information.
<?xml version="1.0" encoding="utf-8"?>
<swfs>
<SwfWidth>720</SwfWidth>
<SwfHeight>720</SwfHeight>
<Slides>
<Slide id="1">
<FileName>Slide1.swf</FileName>
<Master>master_SlideMaster.swf</Master>
<Title>Background</Title>
<Notes> </Notes>
</Slide>
</Slides>
</swfs>
Very simple, also we can add some additional information like:
<?xml version="1.0" encoding="utf-8"?>
<swfs>
<SwfWidth>720</SwfWidth>
<SwfHeight>720</SwfHeight>
<Information>
Here you can add your XML data
</Information>
<Slides>
<Slide id="1">
<FileName>Slide1.swf</FileName>
<Master>master_SlideMaster.swf</Master>
<Title>Background</Title>
<Notes> </Notes>
<Information>
Here you can add your XML data for I slide
</Information>
</Slide>
</Slides>
</swfs>
* Adobe Flash®. and Macromedia Breeze® are registered trademarks of Adobe.
* Microsoft PowerPoint® is a registered trademark of Microsoft.
Any Questions?
Our Support Forum or Knowledgebase/ Helpdesk is the best way for your questions. By this way can we help many user to find a answer on their questions.
Please feel free to contact the conaito Support Team incase of any question.
Copyright © 2009, conaito Technologies - www.conaito.com. All rights reserved.
Created with the Freeware Edition of HelpNDoc: Free help authoring environment