I\'ve looked around, and as far as I can see it\'s not possible, but say you\'re embedding a YouTube iframe, is it possible to round those corners using CSS?
Try adding this to your CSS:
iframe { border-radius: 10px; }