<!----- Flash player Start -----> <?php if (($this->videodetails->id)&&($this->videodetails->playlistid)) { $baseref ='&id=' . $this->videodetails->id.'&catid=' . $this->videodetails->playlistid; } else if($this->videodetails->id) { $baseref = '&id=' . $this->videodetails->id; } else { $baseref = '&featured=true'; } ?> <?php if((preg_match('/vimeo/', $this->videodetails->videourl))&&($this->videodetails->videourl !='')) ?> <script type="text/javascript"> window.onload = function(){ var videodetails=new Array(); videodetails['vimeo']='1'; var cmdoption = document.getElementById('commentoption').value; if(cmdoption == 1) { document.getElementById('theFacebookComment').style.display = 'block'; } onVideoChanged(videodetails);}</script> <?php }else { ?> <div id="flashplayer"> <param name="wmode" value="opaque"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> </div> <!---------------- Flash player End ---------------->
a tu cały kod:
Tutaj cały kod