Saltar la navegación

35 Create Posters

//Poster1

var poster1 = Scene.getItem('');

var config1 = {

title: '',

imgId: ' ',

description: '',

autoHide: true,

};

// Show the info panel by clicking on the button

poster1.onActivate(function() {

poster1.showInfoPanel(config1.title, config1.imgId, config1.description, config1.autoHide, config1.onHide);

});