Ejemplo n.º 1
0
 function __toString()
 {
     $object = new FlashObject($this->movie, $this->width, $this->height, 'Mixcloud Mixes Object', 'mixcloud-embed');
     $object->setParams($this->params);
     return $object->get();
 }