Hi Bruce, is possible to add extra parameter to this procedure for iframe, i need to add extra value to iframe like this
loc:extra = ' class="responsive-iframe"' but don't work
NetWebServerWorkerBase.CreateYouTube Procedure(string pID, string pWidth,String pHeight,Long pAutoHide=-1,Long pAutoPlay=0,Long pColor=0,Long pControls=-1,Long pAnnotations=0,Long pLoop=0,Long pModest=0,<String pList>,Long pRelated=0,Long pStart=0,Long pTheme=0)
src.prepend('<iframe maybe extra value here frameborder="0" allowfullscreen="allowfullscreen" width="'&clip(pWidth)&'" height="'&clip(pHeight)&'" src="')
src.append('"></iframe>')