Code: Select all
buttons.mycamera2 = {width:12, isimage:true, refresh:2500, btnimage: 'http://Admin:[email protected]/tmpfs/auto.jpg',slide:6}
When I use the new code it works again but then I can't use the 'slide:6' code to slide on click to a page of my liking
This cod works
Code: Select all
blocks['cam1'] = {
type: 'camera',
imageUrl: 'http://Admin:[email protected]/tmpfs/auto.jpg',
videoUrl: 'http://Admin:[email protected]/tmpfs/auto.jpg',
// slide: 6, //this piece of code doesn't work.
refresh: 1000,
width: 12,
height: 200,
}