-
1. Re: Captivate 8 - Video integration issues. Video will not play from webserver when published as HTML5. When video does play it does not work embedded,
aren Nov 3, 2014 2:45 AM (in response to ljsilk1973)Hi,
We are unable to reproduce the issue at our end. Can you please share your project for investigation purpose? You can use dropbox or email or any other medium to share. My email address is: aren@adobe.com
Regards
Tamish
-
2. Re: Captivate 8 - Video integration issues. Video will not play from webserver when published as HTML5. When video does play it does not work embedded,
ljsilk1973 Nov 3, 2014 8:02 AM (in response to aren)Yes I am sending you a copy of a test file we put together. I also have a case # from Adobe from October 28th but no one has responded to me and it has been several days since I sent them the test file as well. I will send you all that information via Hightail.
It is very frustrating to not have any feedback yet as my client has been waiting on this issue. I have made promises to him based on the capabilities of the Captivate 8 but the software is not performing as it says it should be according to its capabilities. I have had to hire an outside company to assist with additional Javascript coding to even make the videos play as they should be able too.
-
3. Re: Captivate 8 - Video integration issues. Video will not play from webserver when published as HTML5. When video does play it does not work embedded,
aren Nov 10, 2014 9:04 PM (in response to ljsilk1973)The issue seems to be with internet explorer. Since the url are *.mp4, so IE browser opens Media player in new window to play the files.
Workaround:
Instead of using Web Object interaction, you can use a Web object (Objects -> Web) from the Object menu.
After inserting, select Embedded code in the style Property section.(Screenshot below)
Wrap the url in a HTML Video tag and use it as an input.
Sample Input :
<video width="551" controls><source src=https://{website-address}/Video1.mp4 type="video/mp4"></video>


