ooyala

Ooyala player (iOS): how to start in full screen?

丶灬走出姿态 提交于 2020-01-04 03:25:05
问题 I am using Ooyala player in my project, the project used to use MPMoviePlayer, where we just change the view's size to make it fullscreen or not fullscreen, but Ooyala player seems to maintain its own fullscreen/inline mode by using another modal view controller when switched to full screen, this creates a lot of problem as the current view controller's viewWillDisappear and viewDidDisappear will be called when the modal VC is presented, so is there a way to start with full screen directly?

HTML5 Video Layering on iPad

让人想犯罪 __ 提交于 2019-12-19 07:54:06
问题 I have video served by Ooyala that plays fine on all devices. The problem occurs when the user is on an iPad and attempts to view a page via a dropdown subnav. Each section of the subnav is nothing more than ul>li and a div hidden and shown via CSS. When the video is playing or paused (not while loading) and the user taps on the main nav (to show the corresponding subnav) the subnav covers the video. However, none of these links are responding to taps. When trying to tap the subnav links, the

Ooyala player version 2 or 3 not running in IE 10 metro mode

拜拜、爱过 提交于 2019-12-13 07:34:24
问题 Ooyala player version 2 or 3 not running in IE 10 metro mode Only in metro mode of IE 10 below code is not running. Pls help. below is the code used. <!DOCTYPE html> <html> <head> <title>Untitled Page</title> </head> <script type="text/javascript" src="http://player.ooyala.com/player.js?width=750&height=312&embedCode=4yb2NyNToSgl-L6mEJvDW4NaqxRYQvnN"> </script> <head> <!-- Load Ooyala Player --> <script src='http://player.ooyala.com/v3/4yb2NyNToSgl-L6mEJvDW4NaqxRYQvnN'></script> </head> <body

HTML5 Video Layering on iPad

ⅰ亾dé卋堺 提交于 2019-12-01 05:27:20
I have video served by Ooyala that plays fine on all devices. The problem occurs when the user is on an iPad and attempts to view a page via a dropdown subnav. Each section of the subnav is nothing more than ul>li and a div hidden and shown via CSS. When the video is playing or paused (not while loading) and the user taps on the main nav (to show the corresponding subnav) the subnav covers the video. However, none of these links are responding to taps. When trying to tap the subnav links, the video responds as though it were being tapped (showing the scrubber). I have tried all sorts of