Skip to main content
Known Participant
June 19, 2015
Question

Web Objects and Scalable HTML publishing (Cp 8.1)

  • June 19, 2015
  • 2 replies
  • 532 views

Hi,

I've been looking for a way to deliver Vimeo videos to Captivate 8.1 - using YouTube and the YouTube widget is not an option because there isn't enough security for the videos.  Other posts on this forum have suggested embedding the Vimeo videos in a web object, which works nicely.  The only problem is that web objects don't seem to be compatible with the publishing setting for Scalable HTML Content.  The web object doesn't scale with the project and doesn't maintain it's relative position on the slide.

I see that other widgets, like the Glossary and YouTube widgets don't have this problem and will happily scale with the project.

What makes the web object widget different and is there a way to have it scale with the content?

Thanks for the help!

Paul

This topic has been closed for replies.

2 replies

andreleal
Inspiring
June 30, 2015

Hi PaulBridgewater‌, what if you try to apply a class to the webobject? The video it´s inside the slide or you created dynamic?

var videoIntroElement = document.createElement("video")

videoIntroElement.setAttribute("id", "videoIntroElement");

videoIntroElement.setAttribute("autoplay", "true");

videoIntroElement.setAttribute("preload", "auto");

videoIntroElement.setAttribute("width", "100%");

videoIntroElement.setAttribute("height", "100%");

videoIntroElement.setAttribute("type", "video/mp4");

videoIntroElement.setAttribute("src", "yourVideoLocation");

Known Participant
June 29, 2015

It's been more than a week without any response to my post.  Are there any Adobe representatives out there??  Have I posted this in the wrong place?

Lilybiri
Legend
June 29, 2015

I'm sorry, but this is a user forum. Personally I don't have an answer for you, some of the interactions have a scalable option, but not all. Maybe you should contact the official Help desk, not post a question in this forum.

Known Participant
June 30, 2015

Thanks for the suggestion Lilybiri.