Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    Default Re: Embedded Video not behaving as expected

    In the Page & Layer Gallery (right hand side of workspace) you just click the row MouseOff. The Page Background and Pasteboard Background should typically be locked.

    Click image for larger version. 

Name:	PL Gallery.jpg 
Views:	34 
Size:	38.3 KB 
ID:	129018

  2. #12
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    thanks = got it = I think :P
    anyway - also had a real hard time with the video clipping


    I guess using the handles to resize messes it up
    so I used the size labels up top to make it exact pixels
    and now seems to work
    I will make the site 'look better later = but at least it works
    the link to page 2 is to click the top image (anywhere in the bldgs for now)

    http://nuskin.group/

    thanks all !

  3. #13
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    I did not do a mobile variant
    still works on phone
    but there are no audio controls to turn on the sound/

    help?

  4. #14
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: Embedded Video not behaving as expected

    Quote Originally Posted by TheeeDragon View Post
    I did not do a mobile variant
    still works on phone
    but there are no audio controls to turn on the sound/

    help?
    Most browsers will not allow audio and auto-start. In your case, Xara's Player Player is providing the default controls; you can change the Xara code by adding 'muted' or you can ditch the Xara Media Player and have the visitor use their own browser controls.

    Here's your video working on a mobile correctly; you can see the audio control is muted on start, and you can add audio back as normal. https://initiostar.co.uk/demo/Pelicans/

    Code:
    <video id="my video" width="100%" height="100%" controls autoplay loop muted>
    <source src="https://initiostar.co.uk/demo/White-Pelicans.mp4" type="video/mp4">
    </video>
    The example has a mobile variant and uses Scale-to-fit-Width. Layout design attached.

    Trust this helps,

    Gary

    BTW you don't need "loop" in the code - video is already quite long.
    Attached Files Attached Files
    Last edited by Initiostar; 27 February 2021 at 08:38 AM. Reason: "loop"

  5. #15
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    Gary:
    You are amazing (for such detailed help)
    will code it later today
    ps
    was looped as this was made to play at a trade conference
    pps
    is there a way to prevent users from DL the video?

 

 

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
  •