Hi, check out my demo widget at PieceMaker 2 Demo Widget.
And here’s my layouts/main.php (partial) as a proof it is truly a widget:-
$this->widget('application.extensions.piecemaker.PieceMaker', array(
'contents'=>array(
array(
'image', 'images/demo/piecemaker1.png', 'The Piecemaker 2',
),
array(
'image', 'images/demo/piecemaker2.png', 'Lots of new Features',
'<h1>New hot Features</h1>', 'http://www.modularweb.net', '_page',
),
array(
'flash', 'images/demo/flash.swf', 'Loaded SWF File',
'images/demo/flash-preview.png',
),
array(
'image', 'images/demo/piecemaker3.png', 'Editing made Easy',
),
array(
'video', '../../images/demo/video.mp4', 'Video Example',
910, 365, true, 'images/demo/video-preview.jpg',
),
),
'transitions'=>array(
array(9, 1.2, 'easeInOutBack', 0.1, 300, 30),
),
);
I’ll upload it in the extensions section soon, as soon as I remove some hard-coded paths from the widget. Give me your feedbacks!
Here are some screenshots!