Vimeo videos in iPhone app

后端 未结 6 1604
闹比i
闹比i 2021-02-01 11:36

I was wondering if there\'s a way to \"embed\" a Vimeo video in an iPhone app.

For YouTube videos I\'m using a webview containing the correct embed code for the YouTube

6条回答
  •  盖世英雄少女心
    2021-02-01 11:55

    It appears that vimeo is transcoding all videos being uploaded these days into versions compatible for the iphone which are used on their site when you browse from an iphone or ipad. You can however call their videos into an HTML5 player on your site by doing some simple tricks found here. If you can host a page on your site somewhere, you can load the video into a UIWebView and it should all work. Vimeo's only limitation is that there embed code is flash but the video infrastructure is all there for HTML5. Hope this helps!

提交回复
热议问题