Video Popup Home Page Issue iPads
AppSite - Professional Business Template for Joomla support forum.
- GK User
- Wed Aug 08, 2012 11:04 am
Hi
I have used the video pop-ups on the home page to stream a few client vimeo and youtube videos which work fine on all browsers, the problem is on an iPad/iPhone all I get is a blank white pop-up, so it would appear that the video pop-up does not work on iPads etc..
Is there a work around as the client definitely needs this to work on iPads as well.
Many thanks
I have used the video pop-ups on the home page to stream a few client vimeo and youtube videos which work fine on all browsers, the problem is on an iPad/iPhone all I get is a blank white pop-up, so it would appear that the video pop-up does not work on iPads etc..
Is there a work around as the client definitely needs this to work on iPads as well.
Many thanks
-
- Expert Boarder
- GK User
- Wed Aug 08, 2012 11:48 am
Maybe I'm wrong but code probably include flash content - the swf player, so probably it is only device problem. On the android devices the problem is the same ?
-
- Platinum Boarder
- GK User
- Wed Aug 08, 2012 12:15 pm
bkrztuk wrote:Maybe I'm wrong but code probably include flash content - the swf player, so probably it is only device problem. On the android devices the problem is the same ?
No there is nothing relating to swf and the videos work fine on an iPad outside of the website.
This is the code I have:
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="34%"><a href="http://vimeo.com/45072697" rel="mediabox[715 400]"> </a><a class="gk_video_frame" href="http://vimeo.com/45072697" rel="mediabox[715 400]"><img src="images/stories/ajv1.png" border="0" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Showhouse</a></td>
<td width="31%"><a class="gk_video_frame" href="http://www.youtube.com/watch?v=S7KC0PYCaU8" rel="mediabox[715 430]"><img src="images/stories/ajv1.png" border="0" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Promotion</a></td>
<td width="35%"><a href="http://vimeo.com/28712879" rel="mediabox[715 400]"> </a><a class="gk_video_frame" href="http://vimeo.com/28712879" rel="mediabox[715 400]"><img src="images/stories/ajv1.png" border="0" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Showhouse</a></td>
</tr>
</tbody>
</table>
-
- Expert Boarder
- GK User
- Wed Aug 08, 2012 3:34 pm
Please just look at this screen >> https://dl.dropbox.com/u/6620832/Zrzut% ... .33.20.png
Here you can see that embeeded code is played via flash player - this is why it is not working on iPad. The vimeo/youtube page switch to html5 player but not the embeeded code.
Here you can see that embeeded code is played via flash player - this is why it is not working on iPad. The vimeo/youtube page switch to html5 player but not the embeeded code.
-
- Platinum Boarder
- GK User
- Thu Aug 09, 2012 9:11 am
bkrztuk wrote:Please just look at this screen >> https://dl.dropbox.com/u/6620832/Zrzut% ... .33.20.png
Here you can see that embeeded code is played via flash player - this is why it is not working on iPad. The vimeo/youtube page switch to html5 player but not the embeeded code.
I see now, how can I force the video stream from the website to play in HTML5 rather than FlashPlayer please?
-
- Expert Boarder
- GK User
- Thu Aug 09, 2012 11:06 am
Please look at this http://www.okaygeek.com/blog/how-to-vimeo-embed-videos-working-on-ipad.html if this will not work you need to look at vimeo/youtube support forums for more details or ask Apple why they don't want flash in devices
I try to help you but this is strictly device problem.

-
- Platinum Boarder
- GK User
- Fri Aug 10, 2012 10:47 am
bkrztuk wrote:Please look at this http://www.okaygeek.com/blog/how-to-vimeo-embed-videos-working-on-ipad.html if this will not work you need to look at vimeo/youtube support forums for more details or ask Apple why they don't want flash in devicesI try to help you but this is strictly device problem.
Many thanks for your advise, I will take a look at the link you have suggested.
-
- Expert Boarder
- GK User
- Mon May 13, 2013 10:41 pm
Hi
I don't understand why Apple does not support Flash, but they don't
I have added the gk.video.js to StartUp template. I like the functionality and look from this Gavick video popup. But I think Gavick need to update this to support YouTube and Vimeo HTML5 Flash free solution, runninger there player in iframe.
In file /templates/gk_startup/js/gk.video.js here is code for Vimeo. This works on iPad/iPhone too, except for the autoplay param.
More on: http://developer.vimeo.com/player/embedding
Henrik
I don't understand why Apple does not support Flash, but they don't

I have added the gk.video.js to StartUp template. I like the functionality and look from this Gavick video popup. But I think Gavick need to update this to support YouTube and Vimeo HTML5 Flash free solution, runninger there player in iframe.
In file /templates/gk_startup/js/gk.video.js here is code for Vimeo. This works on iPad/iPhone too, except for the autoplay param.
More on: http://developer.vimeo.com/player/embedding
Henrik
- Code: Select all
// Vimeo - by Flexsus
} else if (url.match(/vimeo\.com/i)) {
var videoId = url.split('/');
this.videoID = videoId[3];
this.object = '<iframe src="http://player.vimeo.com/video/'+this.videoID+'?title=0&byline=0&portrait=0&color=8ac75a&autoplay=1" width="'+this.contentsWidth+'" height="'+this.contentsHeight+'" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
-
- Expert Boarder
8 posts
• Page 1 of 1