0 Members and 1 Guest are viewing this topic.
$videoembedder_code = '<object width="'.$embed_width.'" height="'.$embed_height.'"> <param name="movie" value="http://www.youtube.com/v/'.$embed_id.'&hl=en&fs=1&rel=0"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <param name="autoplay" value="'.$autostart.'"></param> <embed src="http://www.youtube.com/v/'.trim($embed_id).'&hl=en&fs=1&rel=0&autoplay='.$autostart.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$embed_width.'" height="'.$embed_height.'"></embed> </object>';
$videoembedder_code = '<object width="'.$embed_width.'" height="'.$embed_height.'"> <param name="movie" value="http://www.youtube.com/v/'.$embed_id.'&hl=en&fs=1&rel=0"></param> <param name="type" value="application/x-shockwave-flash"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <param name="wmode" value="opaque"></param> <param name="autoplay" value="'.$autostart.'"></param> <embed wmode="opaque" src="http://www.youtube.com/v/'.trim($embed_id).'&version=3&modestbranding=1&theme=light&autohide=0&iv_load_policy=3&hl=en&fs=1&rel=0&autoplay='.$autostart.'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="'.$embed_width.'" height="'.$embed_height.'"></embed> </object>';
$config['theme_embed_height']