-
AuthorPosts
-
June 12, 2014 at 10:18 am #277993
Hello, we have a problem regarding the integration of a video into a layer slider within enfold, pls check out: http://www.pakka.ch
According to our client (who uses Windows IE Version 8.0 on Windows XP) the video does not show at all.
We work on OS X and tried Browserstack for a Cross-Browser-testing.
The result: OS does not make any problems, regardless of the browser, Windows + Firefox does not seem to work, Chrome and IE depending on the version.
Do you have a clue, what we can do?
Best regards
FredJune 12, 2014 at 6:57 pm #278183Hey Fred!
What code are you using to include the video? can you paste it here?
Best regards,
JosueJune 12, 2014 at 8:45 pm #278256Of course, I am using this code:
<object width=”640″ height=”360″><param name=”movie” value=”//www.youtube-nocookie.com/v/pLOjNdxylwU?version=3&hl=de_DE&autoplay=0″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”//www.youtube-nocookie.com/v/pLOjNdxylwU?version=3&hl=de_DE” type=”application/x-shockwave-flash” width=”640″ height=”360″ allowscriptaccess=”always” allowfullscreen=”true”></embed></object>Best regards
FredJune 12, 2014 at 9:06 pm #278263Hi Fred!
Try using this code instead:
<iframe width="640" height="360" src="//www.youtube.com/embed/pLOjNdxylwU" frameborder="0" allowfullscreen></iframe>
Cheers!
JosueJune 12, 2014 at 11:01 pm #278345Thanks, but I don’t want the video to autoplay, that’s why I was using the old embedding code.
Do you have a solution for that (=iframe, but no autoplay)?
Best regards
FredJune 12, 2014 at 11:09 pm #278350Try:
<iframe width="640" height="360" src="//www.youtube.com/embed/pLOjNdxylwU?autoplay=0" frameborder="0" allowfullscreen></iframe>
Best regards,
JosueJune 12, 2014 at 11:11 pm #278351I just tried s.th. and added #t=1m10s to the code.
So now I’m using: <iframe width=”640″ height=”360″ src=”//www.youtube.com/embed/pLOjNdxylwU#t=1m10s” frameborder=”0″ allowfullscreen></iframe>
Autoplay is activated as desired.
Will test different browsers now.
Best regards
FredJune 12, 2014 at 11:20 pm #278355We looking forward to hearing from you :)
Regards,
JosueJune 13, 2014 at 10:20 am #278536Hi there, I still have an issue: although it seems to work now (no autoplay, looking ok on different browsers) I get an ugly pre-image while the page is loading. When the page is fully loaded, it looks fine.
Pls. take a look at the attached screenshot.
Do you have a solution for that?
Best regards
FredJune 13, 2014 at 10:20 am #278537Sorry, here’s the link to the screenshot:
https://www.dropbox.com/s/z6x1y7gadxvxlm3/Screenshot%202014-06-13%2010.17.08.pngJune 13, 2014 at 5:48 pm #278644This will do it:
<iframe width="640" height="360" src="http://www.youtube.com/embed/pLOjNdxylwU?autoplay=1&start=110" frameborder="0" allowfullscreen></iframe>
Regards,
JosueJune 14, 2014 at 9:10 am #278848Hi Josue,
thanks, but that doesn’t work. Autoplay is still active and the movie starts at a 01:10.
I would like to deactivate autoplay and have the movie start at the beginning.
Best regards
FredJune 14, 2014 at 3:17 pm #278878I though you wanted the opposite, simply remove those parameters:
<iframe width="640" height="360" src="http://www.youtube.com/embed/pLOjNdxylwU?autoplay=0" frameborder="0" allowfullscreen></iframe>
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.