Re: I've embedded a video into my landing page but it does not load on mobile phone

Anonymous
Not applicable

I've embedded a video into my landing page but it does not load on mobile phone

I've embedded a video (using an embedded code hosted on my company website) into my landing page but it does not load when accessed from mobile phones. It loads perfectly if I access from a computer web browser but when I've tried loading on iPhones and Samsung Galaxy no video appears.


Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: I've embedded a video into my landing page but it does not load on mobile phone

Chris,

Is the video using a Flash player? What hosting service are you using? Care to post the URL?
Anonymous
Not applicable

Re: I've embedded a video into my landing page but it does not load on mobile phone

Here is the code I am using:

<div id="hideThisUltraCoolVideoFromYou" style="display: none;">
<object style="height: 253px; width: 420px;">
<param name="movie" value="//www.youtube.com/v/0gbfJSIJyNY?version=3&amp;hl=en_US&amp;autoplay=1" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" /> <embed type="application/x-shockwave-flash" width="420" height="253" src="//www.youtube.com/v/0gbfJSIJyNY?version=3&amp;hl=en_US&amp;autoplay=1" allowfullscreen="true" allowscriptaccess="always"></embed>
</object>
</div>
<p style="width: 380px; height: 200px;"><img style="width: 420px; height: 253px; cursor: pointer;" onclick="this.style.display='none';document.getElementById('hideThisUltraCoolVideoFromYou').style.display='block';" src="http://pages.west.edu/rs/apollowest/images/whywestvideo_desktop_thumb_V2.jpg" alt="" width="374" height="253" /></p>

here is the landing page: http://dev-pages.west.edu/ResponsiveProduction.html

Video works fine on desktop and google nexus5, but will not load video on iphone.

Any information would be helpful.

-Rodney