Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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
    Fred

    #278183

    Hey Fred!

    What code are you using to include the video? can you paste it here?

    Best regards,
    Josue

    #278256

    Of 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
    Fred

    #278263

    Hi Fred!

    Try using this code instead:

    <iframe width="640" height="360" src="//www.youtube.com/embed/pLOjNdxylwU" frameborder="0" allowfullscreen></iframe>
    

    Cheers!
    Josue

    #278345

    Thanks, 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
    Fred

    #278350

    Try:

    <iframe width="640" height="360" src="//www.youtube.com/embed/pLOjNdxylwU?autoplay=0" frameborder="0" allowfullscreen></iframe>
    

    Best regards,
    Josue

    #278351

    I 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
    Fred

    #278355

    We looking forward to hearing from you :)

    Regards,
    
Josue

    #278536

    Hi 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.
    Screenshot pakka.ch

    Do you have a solution for that?

    Best regards
    Fred

    #278537
    #278644

    This will do it:

    <iframe width="640" height="360" src="http://www.youtube.com/embed/pLOjNdxylwU?autoplay=1&start=110" frameborder="0" allowfullscreen></iframe>
    

    Regards,
    Josue

    #278848

    Hi 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
    Fred

    #278878

    I 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

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.