stockstalker Posted April 29, 2011 Share Posted April 29, 2011 Hi guys, In an application I'm working on, I'm looking to embed a youtube video with [YOUTUBE][/YOUTUBE]. echo preg_replace('#(?:<\>]+href=\")?(?:http://)?((?:[a-zA-Z]{1,4}\.)?youtube.com/(?:watch)?\?v=(.{11}?))[^"]*(?:\"[^\<\>]*>)?([^\<\>]*)(??#', '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/'.$matches[2].'"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/'.$matches[2].'" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>', $ENTIREPAGE?); The problem is that the video appears with a slider control at the bottom. How do I get rid of the Youtube slider control at the bottom? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/235129-bbcode-embed-youtube-video-wo-scroll-bar/ Share on other sites More sharing options...
Pikachu2000 Posted April 29, 2011 Share Posted April 29, 2011 http://code.google.com/apis/youtube/chromeless_player_reference.html Quote Link to comment https://forums.phpfreaks.com/topic/235129-bbcode-embed-youtube-video-wo-scroll-bar/#findComment-1208406 Share on other sites More sharing options...
stockstalker Posted April 29, 2011 Author Share Posted April 29, 2011 That was a BIG help! Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/235129-bbcode-embed-youtube-video-wo-scroll-bar/#findComment-1208414 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.