Answer:
1. Yes You can... Example If You want to add a fourth variable, add this (for example)...
Code:
variableslide[3]=['clock.gif', '', 'what time is it?']
Don't forget to change the number inside the [] bracket. If You want to add a fifth, change it to 4, and so on
2. I don't think You should delete
Code:
<ilayer id="slidensmain" width=&{slidewidth}; height=&{slideheight}; bgColor=&{slidebgcolor}; visibility=hide><layer id="slidenssub" width=&{slidewidth}; left=0 top=0></layer></ilayer>
I don't exactly know what it is for, but I think it's there for compatibility issue.
As for the two last line, You can delete them, but make sure You keep the
Code:
/***********************************************
* Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
lines
Bookmarks