1 2 3 4 5 6 7 8
|
$HTML_centre.='<div>';
$HTML_centre.='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="180" height="225">
<param name="movie" value="../../../../../widget.swf?id='.$user->getId().'">
<param name="quality" value="high">
<embed src="../../../../../widget.swf?id='.$user->getId().'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="180" height="225"></embed>
</object>';
$HTML_centre.='</div>'; |