Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    Default Video in Top-frame

    Hello to every one.
    Please, is there way to put some video on top frame or somewhere else, instead of still image, or slide show ?
    I hope this is possible in XWD.
    p.s. I hace updated to XWD Premium 18 ver.

    Thank you !
    IP

  2. #2
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Video in Top-frame

    Hi Dencuga, try the folowing in a placeholder Body:

    <video width="800" height="600" controls>
    <source src="https://parkeston.com/videos/2015_eGames_Intro.mp4" type="video/mp4">

    Your browser does not support the video tag.
    </video>
    You need to change the video source to one on your server.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  3. #3

    Default Re: Video in Top-frame

    Great !!! Thats' it !
    Thank you !
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Video in Top-frame

    If you need more help here Initiostar (Gary's) your man. He does great things with videos on websites.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  5. #5

    Default Re: Video in Top-frame

    This works fine, but is there possibility for autoplay ?
    And initially, if commands (play button and arrows) can be hide ?
    Thanks.
    IP

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

    Default Re: Video in Top-frame

    Quote Originally Posted by Dencuga View Post
    This works fine, but is there possibility for autoplay ?
    And initially, if commands (play button and arrows) can be hide ?
    Thanks.
    You can add autoplay to the video tag, but if there is an audio track most browsers will ignore the command. Where you want to autoplay here is an example video tag:

    <video id="myvideo"width="100%" height="100%" controls autoplay muted playsinline loop disablepictureinpicture controlsList="nodownload" >
    <source src="https://initiostar.co.uk/demo/Waterfall.mp4" type="video/mp4">
    </video>

    Where you use autoplay muted, you need to add playsinline for iOS on mobile. You may too want to disable picture-in-picture on a mobile variant and where the video has a commercial value you may also want to prevent download.

    You can hide the controls by omitting the "controls" from the video tag; this is OK for background videos, but is generally not good practice otherwise.

    Here is some futher explanation and a demo: https://initiostar.co.uk/demo/simpleVideo/ & Xara Video Tag.xar

    There's a lot you can do with video and here are two more examples: one demostrates background videos, intros and banners, the other shows three different ways for managing video libaries.

    https://initiostar.co.uk/demo/Video/fullvid.htm Here the code is placed in HTML page(head)

    https://initiostar.co.uk/demo/EmbedVideo/ Here we have used a custom designed video player

    Plenty of ideas here to play with.

    Gary
    IP

  7. #7

    Default Re: Video in Top-frame

    GREAT !!!

    Thank you
    IP

  8. #8

    Default Re: Video in Top-frame

    Gary, this is kind of golden-video widgets ... But I can not understand, why Xara don't have it in it's own widgets set ?
    Is there any reason ?
    IP

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

    Default Re: Video in Top-frame

    Quote Originally Posted by Dencuga View Post
    Gary, this is kind of golden-video widgets ... But I can not understand, why Xara don't have it in it's own widgets set ?
    Is there any reason ?
    Dencuga, most of Xara's widgets were built a very long time ago; I am not aware of any significant efforts to update any of them and certainly now, IMO, there are better custom alternatives. Xara does have its own video media player (and video widget), but it is no longer fit for purpose.

    The more elaborate video player examples I provided were based on collaborative design ideas (with significant help from TGers Acorn and Siran). In reality, there is a small amount of code in some of them, but it is relatively easy to explain should you want to use one of them.

    The same applies to sliders, galleries and photo widgets - all of which can be better implemented with custome design and small amounts of code e.g. Nivo sliders https://initiostar.co.uk/demo/zNivo/

    When I look at Xara's corporate marketing direction, I do not have any expectations that investment in website widgets is a priorty, but there is plenty of creativity here at TG to compensate for that scenario.


    Gary
    IP

  10. #10

    Default Re: Video in Top-frame

    Ok I understand, but many of those widgets that you guys are making, are lost in pages and pages here in Talk Graphics, for past years ...
    Maybe there is some idea to collect them in one place or forum just for that kind of widgets ...
    This sliders, I can't see the code for placeholder ?
    Thank you man for your kindness.

    Denis
    IP

 

 

Tags for this Thread

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
  •