Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Select video but bring player into view afterwards

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

    Default

    That is what I mean.
    Pc is ok as you see all the screen but on a mobile device the video ends, then you just stay on a black screen with the word done.
    You have to click the word done to bring yourself back to the video selection.
    On a previous post above when you first come to the flip remote upgrade video page remember we made it scroll to where you see "Video Selection".
    This is also required for when the video ends, currently stops of last frame which is black.

    So you visit the page.
    Page scrolls to "Video Selection"
    You make a selection.
    Video plays & ends.
    (Now on mobile device screen stays black,edit code so)
    Video plays & ends.
    Page scrolls to "Video Selection"
    Thus creating a loop.

  2. #22
    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 do not have a have mobile to test your assertion.

    If you want to test my suggestion from post #20,
    then try this modification...

    Code:
    
    pyr.onended=function() {
        //pyr.load(); 
        sph.style.display='block';
        pyr.style.display='none';
     };

    coothead
    Last edited by coothead; 01-01-2017 at 07:56 PM.
    ~ the original bald headed old fart ~

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

    Default

    Evening,
    I added the code advised above to the player js file.
    On my iphone when the video ends i see the following,see screen shot please.
    Click image for larger version. 

Name:	2085.jpg 
Views:	49 
Size:	11.8 KB 
ID:	6013

    Can i ask what do you see at video end on your phone.

  4. #24
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    theremotedr, the fullscreen video player is the native/default video player for small screen iOS. You cannot play video inline within the web page like you can with iPad, so what you're seeing (i.e. the screen cap) is correct. The end user must tap "done" to close the native video player and return to the web page. Please see Apple specs for further info https://developer.apple.com/library/...derations.html
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  5. The Following User Says Thank You to Beverleyh For This Useful Post:

    theremotedr (01-01-2017)

  6. #25
    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

    have you cleared the cache on your mobile?
    If you have then I cannot help you further with this problem.

    You will have to ask mobile appliance members for assistance.

    coothead
    ~ the original bald headed old fart ~

  7. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (01-01-2017)

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

    Default

    Yes.
    Beverleyh has explained the reason why this is happening.


    Many thanks for you help today.

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
  •