marky167 Posted July 9, 2007 Share Posted July 9, 2007 HI i have been doing alot of video stuff and i need some help i have the whole mysql thing set out and it outputs the right stuff which is the youtube code but i would like some help i put this in the youtube code <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/5rEOjZieyKQ"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<?php echo $row['video']; ?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> and it outputs nothing but a box that say click to activate Please help :) Thanks Mark Link to comment https://forums.phpfreaks.com/topic/59141-youtube/ Share on other sites More sharing options...
july09 Posted July 9, 2007 Share Posted July 9, 2007 You might need to include the javascript library swfobject. Link to comment https://forums.phpfreaks.com/topic/59141-youtube/#findComment-293726 Share on other sites More sharing options...
marky167 Posted July 9, 2007 Author Share Posted July 9, 2007 could you please give me a code? Link to comment https://forums.phpfreaks.com/topic/59141-youtube/#findComment-293740 Share on other sites More sharing options...
per1os Posted July 9, 2007 Share Posted July 9, 2007 Your barking up the wrong tree, this isn't a PHP problem, this is Javascript/HTML I suggest posting there. Link to comment https://forums.phpfreaks.com/topic/59141-youtube/#findComment-293742 Share on other sites More sharing options...
marky167 Posted July 9, 2007 Author Share Posted July 9, 2007 thanks Link to comment https://forums.phpfreaks.com/topic/59141-youtube/#findComment-293757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.