Notes
Any number of note declarations can be placed inside the <page> </page> tags in pages.xml. Here's an example:-
<note margin="10" dragable="true" X="700" Y="10" W="100" H="100" src="notes/Note-3.png"
entrance="PixelDissolve" exit="PixelDissolve" audioTrack="Vocal1" />
| Attribute | Default | Comment |
| margin | 10 | margin around the edges to allow dragging |
| dragable | false | set to true if you want people to be able to drag the note around |
| X,Y,W,H | none | The position and size of the note on screen |
| src | none | path to the note (PNG,JPG or SWF) |
| entrance | none | entrance transition to use |
| exit | none | exit transition to use |
| audioTrack | none | track id of audiotrack to play when the note is clicked |
| URL | none | Web page to open when note is clicked |
| pageId | none | id of page to go to when note is clicked |
| pageNum | none | page number to go to when note is clicked. |
Note that