4

我在 UIWebView 中嵌入了 youtube 视频。UIWebView 的大小为 124x86。相同的代码是:

NSString* embedHTML =@"\
    <html><head>\
    <style type=\"text/css\">\
    body {\
    background-color: transparent;\
    color: white;\
    }\
    </style>\
    </head><body style=\"margin:0\">\
    <embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" \
    width=\"124\" height=\"86\"></embed>\
    </body></html>";

加载后,缩略图无法正确显示。它的大小比 124x86 大,不适合 UIWebView。(所以现在我只能看到缩略图的 1/4 部分)。

我希望缩略图缩小(或生成)到 124x86 的大小并适合 UIWebView。

4

0 回答 0