YouTube taglib ver. 1.1

    JSP custom taglib lets you output XHTML code for YouTube player. For example:
 


<%@ taglib uri="taglib.tld" prefix="y" %>

<y:YouTube>http://www.youtube.com/v/XiOgCSi1jlg</y:YouTube>

and you will get this:

Tags are:

YouTube

Body tag lets you output XHTML code for YouTube (Flash) player. Tag's body describes a movie URL. Attributes are:

1) width Optional attribute. Describes a width. Default value is 425px
2) height Optional attribute. Describes a height. Default value is 350px.

for downloading:

Library: youtubetag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.