Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Select video but bring player into view afterwards

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Select video but bring player into view afterwards

    Sorry if this isnt the correct place but im not sure which section to put it in.

    Here is the page in question http://www.theremotedoctor.co.uk/fli...llto=selection
    I have supplied 2 screen shots to assist.

    When my page loads i see the video player selections list which is fine see photo called page load.
    Currently what happens is once a customer on a mobile device has made there selection the video player has now replaced the main image "which is fine" BUT the video player is off the screen.

    What i would like to happen is after the video selection has been made the video player will replace the main image as required BUT then bring the video player into view,see photo called video placement.

    Thanks very much.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	page load.jpg 
Views:	84 
Size:	61.0 KB 
ID:	6007   Click image for larger version. 

Name:	video placement.jpg 
Views:	85 
Size:	65.0 KB 
ID:	6008  
    Last edited by theremotedr; 01-06-2017 at 09:33 AM.

  2. #2
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    FYI after
    Code:
    <!-- left sidebar -->   
    <aside>
    <h2 id="selection">ITEM SELECTION....</h2>
    </h2>
    that last </h2> is an extra, there is no open <h2> for it. I don't see the videos in Firefox 54.1.0 or Chrome Version 55.0.2883.87 m

  3. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Tomorrow I will take care of that extra h2
    When you visit this page http://www.theremotedoctor.co.uk/fli...llto=selection
    You will see the video selections.
    Select 2004 G Vitara etc etc.
    The main image will then be replaced with a splash screen and a play button.
    On a mobile device this is currently out of sight hence looking for a code to bring it into view.

    Happy new year
    Now 01:30

  4. #4
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    try the amended "player.js" file, which can be found in the attachment.

    It starts to work, at present, when the video links drop below the video.

    Of course, this option can be changed to suit.

    coothead
    Attached Files Attached Files
    Last edited by coothead; 01-01-2017 at 12:46 PM.
    ~ the original bald headed old fart ~

  5. #5
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    That now brings the video down into view.
    I need to fix the step before this.
    When you first come to the page in question you are placed in the wrong part of the page.
    Please see this short video example.
    http://www.theremotedoctor.co.uk/vid...te-example.wmv
    The Land Rover page is correct on its landing of the page "Item Selection".
    However upon landing on the page Flip Remote Upgrade Videos you are just taken to the top of the page BUT needs to be "Item Selection" just like the Land Rover.

    Land Rover code
    Code:
    <li><a href="acclandrover.html?scrollto=selection">LAND ROVER</a></li>
    Flip Remote Upgrade Videos code
    Code:
    <li><a href="flip_remote_upgrade.html?scrollto=selection">FLIP REMOTE UPGRADE VIDEOS</a></li>
    I dont see why its not taking you to where it should ?

    By The Way,
    Happy New Year All....

  6. #6
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    the page does not scroll because the code is missing two images - ( see below ).

    I have coded them into your page - ( see attachment below Thumbnails ).

    coothead
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	missing-images.jpg 
Views:	52 
Size:	18.5 KB 
ID:	6010  
    Attached Files Attached Files
    ~ the original bald headed old fart ~

  7. #7
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    You must of read my mind.
    BUT these 2 images are not required on this page,thats why it will not scroll.
    How do we apply the same scroll but without the images.

    Also please if i may ask,the Player js file works great for when a button is pressed the video screen jumps into view,can we edit it so it glides into view ?

    Many thanks for your time.

  8. #8
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    I will see what I can do, if anything.

    coothead
    ~ the original bald headed old fart ~

  9. #9
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    That would be great.
    The player to glide would be Number 1 please.

    I will look at the image situation.

    Thanks for now.

  10. #10
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    sorry, but that will have to be number 2.

    The image problem is sorted.

    On line #49 change this...

    Code:
    
    #clktoorder {
        padding:1em 0;
     }
    ...to this...

    Code:
    
    #clktoorder {
        height: 0;
        visibility: hidden;
     }

    coothead
    ~ the original bald headed old fart ~

Similar Threads

  1. php video player
    By resnostyle in forum PHP
    Replies: 5
    Last Post: 01-12-2013, 11:37 PM
  2. Replies: 3
    Last Post: 02-11-2011, 01:46 PM
  3. Video Player
    By Rain Lover in forum Flash
    Replies: 1
    Last Post: 11-17-2009, 02:26 AM
  4. Flash Video Player
    By salvo in forum Flash
    Replies: 1
    Last Post: 03-02-2008, 06:08 PM
  5. Video player
    By remp in forum Other
    Replies: 10
    Last Post: 09-25-2007, 02:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •