Embedding player - loading subset of pages
var player;
function icOnAppLoaded(){
player = icCreatePlayer('_icplayer');
// Set subset of pages before loading content
player.setPages('2,3,4');
player.load('content/default.ic.xml');
}
Remarks
- Pages should be set before content.
- Argument for setPages() method should be string with page indexes separated with comma - otherwise IllegalArgumentException will be thrown.
- State for presentation with subset of pages selected is incompatible with presentation with all pages.