Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11

    Default Re: A big MP4 file(750M) need to embed XWD

    Siran,
    Thank you, I checked my MP4 is 1280*720, do I need to change something to fit it??
    Best,
    Alexia

  2. #12
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: A big MP4 file(750M) need to embed XWD

    I think you have three options.
    1. Recode the video to match the placeholder sizes.
    2. Resize the placeholders.
    3. Scale the video during playback (by adding width and height attributes to the video tag).

  3. #13

    Default Re: A big MP4 file(750M) need to embed XWD

    Siran,

    Thank you
    My Best Regards,

    Alexia

  4. #14

    Default Re: A big MP4 file(750M) need to embed XWD

    Hi Siran,

    I have another question, one of the thumbnail films which I need to make it direct back to index(home page), I set up the link to the "index.htm", but the page just including in the video frame page(video show area ), how do I set up to direct back my index page??

    Click image for larger version. 

Name:	problem1.jpg 
Views:	59 
Size:	62.2 KB 
ID:	119447

    Best,

    Alexia

  5. #15
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: A big MP4 file(750M) need to embed XWD

    First I thought you just can't do that. But at second thought you might use a trick...
    Create another page just like a local video page and link to it in the video-links layer.
    Remove everything from the new page.
    Place a button on that page that links to the home page, but change the "Open link" property to "Parent frame".
    Add a small script that auto-executes the link when loaded to the placeholder body code.
    Code:
    <script>
    (function(){var s=document.getElementsByTagName('script');return s[s.length-1];})().parentNode.parentNode.click();
    </script>
    See example.
    Attached Files Attached Files

  6. #16

    Default Re: A big MP4 file(750M) need to embed XWD

    Siran,

    It's a good idea, sorry, always challenging your ideas.

    I tried to published this new video page today, I met a problem, I need to use WMV format, which place I need to change.
    I have changed the sample01--<source src="index_htm_files/produce.wmv" type='video/wmv'>

    Do I miss something? Finally, still pop up message "the format invalid".

    My Best Regards,

    Alexia

  7. #17
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: A big MP4 file(750M) need to embed XWD

    I strongly recommend to convert the file to mp4. Please have a look at https://developer.mozilla.org/en-US/..._compatibility
    wmv is not even mentioned...

  8. #18

    Default Re: A big MP4 file(750M) need to embed XWD

    Siran,

    You are right, I really did the video in MP4, but when I published to the server, the file couldn't be accepted it. only accept wmv file format.

    Best,

    Alexia

  9. #19
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: A big MP4 file(750M) need to embed XWD

    You might have the admin of the server check the mime type for mp4 files.

  10. #20

    Default Re: A big MP4 file(750M) need to embed XWD

    Hello Siran,

    Thank you so much for all your help.

    My Best Regards,

    Alexia

 

 

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
  •