Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Embedded Video not behaving as expected

    1. made simple 2-page site
    the first page is text and pix (with top pix a link to page 2)
    2. Page 2 is a short test video
    I followed the rules (ie autoplay muted loop)

    Code:
    <video class="xar_meplayer" src="index_htm_files/White Pelicans.mp4" controls muted autoplay loop width = "100%" height="100%"/>
    3. problem
    a. there is no slider control (ie start/pause or speaker icon to turn on the audio)
    b. on the loop - it flashes the 'reload' symbol

    my intent is to have a 17-minute product promo loaded after this little test video
    it is 70 MB a convert PPT and short AVI merged into mp4
    is there some kewl software to edi the file size and bit rate?
    (in case it is too big) - it is now loaded on youtube
    https://youtu.be/tMXfbiB9wlI
    it only has a soft audio track - no narrative

    do I need to Upload the .XAR file here?

  2. #2
    Join Date
    Oct 2006
    Location
    StPeters, MO USA
    Posts
    10,819

    Default Re: Embedded Video not behaving as expected

    Yes please upload your file someone on these forums
    can help
    Larry a.k.a wizard509

    Never give up. You will never fail, but you may find a lot of ways that don't work.

  3. #3
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    Default Re: Embedded Video not behaving as expected

    Have a look at the 'Migrating Eels' video Lake Bolac Caravan Park If that's what you're after, here's the code I used in the 'Body' section of the placeholder:

    <video controls="controls" loop= "true" width="100%" height="100%"
    <source src="https://lakebolac.holiday/MigratingEels.mp4" type="video/mp4" />

    I also downloaded your video from YouTube at 640x360 and it was acceptable at full screen, size 37.2MB. If you used the same code as above but remove the loop part you should be good to go.
    Last edited by Chris M; 25 February 2021 at 09:43 PM. Reason: made the link stand out

  4. #4
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    your video - yes - ok - buy I heard no audio?
    Attached Files Attached Files

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

    Default Re: Embedded Video not behaving as expected

    guessing the "<" in 2nd line is error?

  6. #6
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    Default Re: Embedded Video not behaving as expected

    Quote Originally Posted by TheeeDragon View Post
    guessing the "<" in 2nd line is error?
    Yep, the < isn't needed. There's no audio because the sculpture doesn't make any sound. If the original video has an audio track, then it will play with audio.

  7. #7
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    Default Re: Embedded Video not behaving as expected

    You have content on your page background that should be on your mouseoff layer. I'll have a fiddle and post back shortly.

  8. #8
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    getting closer
    can see the controls
    but not work

    http://ggustin.com/NuSkin/index-a.htm

    ideas?

    ty

  9. #9
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,775

    Default Re: Embedded Video not behaving as expected

    Your original video isn't in the .xar file, so i substituted for one I'm working with...

    Moved content from Page Background to MouseOff
    Deleted rectangle on Pasteboard
    Edited Pasteboard colour to #333333

    Try it out in preview, if it's what you're looking for edit the path to the video to reflect your video.
    Attached Files Attached Files

  10. #10
    Join Date
    Oct 2019
    Location
    USA
    Posts
    198

    Default Re: Embedded Video not behaving as expected

    chris = your sample worked
    I copied the info from your placeholder
    (which had a 'player call')
    and I did not know who to add to mouse off layer
    but I just said arrange to front - it worked
    THANKS

 

 

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
  •