IOS:UIWebView:youtube视频缩略图不适合UIWebview

时间:2012-10-25 18:08:46

标签: ios uiwebview

我在YouTubeWebView中嵌入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。

0 个答案:

没有答案