Announcement

Collapse
No announcement yet.

Another youtube video question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Another youtube video question

    Hi did the search first, but couldn't find the answer.

    I managed to grab the code and get a youtube video running in a fragment, but unfortunatly the video ends with a grid of other similar product videos that the viewer can click on. Some of these are from our competitors, so naturally I would like the video to reset to the start screen once it is over, or if that's not possible, force it to do something else to obscure the last still frame of the Youtube video.

    Has anyone encounterd this.

    Thanks

    D

    #2
    Good question, I'd imagine you have more chance of an answer on the web though as its nothing actinic related or specific. Its probably called a carousel if you start looking, sounds a reasonable and sensible question, must have been raised on the web before.

    Comment


      #3
      We did this by embedding the code into a page layout, see here http://www.qualitysilver.co.uk/acata...ng-TURM21.html
      Regards

      Jason

      Titan Jewellery (Swift Design)
      Zirconium Rings
      Damascus Steel Rings

      Comment


        #4
        Its in the embedd code options

        Hi
        I have added videos here
        Dog Kennel Videos

        When getting your embed code from youtube ensure the show related videos in not checked

        see attached image

        Thanks
        Attached Files
        Paul Hesford
        Web Design Wigan

        Based in the Northwest of England UK, provides web design, programming, e-commerce and web hosting services

        Cheap Whey Protein from Powerbeck
        Web Designer in Wigan
        Actinic Hosting
        Dog Kennels and Runs

        Comment


          #5
          If you take the url in the title bar of the youtube page:
          Code:
          http://www.youtube.com/watch?v=_ve4M4UsJQo
          Change "watch?v=" for "v/"
          Code:
          http://www.youtube.com/v/_ve4M4UsJQo
          Then add "?rel=0" at the end (removes related videos)
          Code:
          http://www.youtube.com/v/_ve4M4UsJQo?rel=0
          you get a clean url for the video which you can use in a lightbox or iframe:
          http://www.graphicz.eu.com/site1/acatalog/The_Cog.html
          Jonathan Chappell
          Website Designer
          SellerDeck Website Designer
          Actinic to SellerDeck upgrades
          Graphicz Limited - www.graphicz.co.uk

          Comment

          Working...
          X