Login   Register  
PHP Classes

Goggle Chrome

Icontem
elePHPant


      YouTube   All threads   Goggle Chrome   (Un) Subscribe thread alerts  
Subject:Goggle Chrome
Summary:allowscriptaccess and allowfullscreen required
Messages:1
Author:nigel
Date:2010-03-11 15:59:42
 

  1. Goggle Chrome   Reply  
Picture of nigel
nigel
2010-03-11 15:59:42
Replace line 109 with for it to display in Google chrome

return '<object width="'.$width.'" height="'.$height.'"><param name="movie" value="http://www.youtube.com/v/'.$videoid.'?rel=0&fs=1&loop=0"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'.$videoid.'?rel=0&fs=1&loop=0" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" width="'.$width.'" height="'.$height.'" ></embed></object>';