karthikeyan_coder Posted July 23, 2007 Share Posted July 23, 2007 Hello, I am trying to show youtube/metacafe & so vids in some other page. I need to make all video size fixed. $string = '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/shJ436747sE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/shJ436747sE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>'; I need width value = 400 & height = 325. I am tying this hardly in last couple of hours.. But no success yet!.. please help me.. I need result string with "width="400" " and "height=325" Quote Link to comment 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.