<body>
<script type="text/javascript">
window.addEvent('domready', function () {
// Add items to the CeraBox
$$('button-holder clearfix, a').cerabox({
group: false,
displayTitle: false,
swf: {
method: 'post',
data: 'mydata=test&q=more&vars=true'
}
});
</script>
Create the elements you want to add to the CeraBox.
<div class="gallery">
<div class="button-holder clearfix">
<a id="mySwfButton" data-type="swf" href="http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf" class="internal swf" title="LingaDore Magazine">Magazine</a>
</div>
</div>