Hi guys, i was just hoping to know whether i was allowed to change the resolution of the youtube embedded player. because i wanted it to make so little that it does not show the video only plays the audio... ok let me give an example. <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/48cTUnUtzx4&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/48cTUnUtzx4&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> Code (markup): i want to change the resolution to this (look at the end) <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/48cTUnUtzx4&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/48cTUnUtzx4&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="200" height="25"></embed></object> Code (markup): an example of this can be found at http://www.loverofsadness.com/sad_video.php?id=15 Please let me know whether this allowed or not.. i dont want to break any law.
here is the link to change the size of the embedded player. but it doesnt say anything about any minimum size restriction http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=178264 Please Help