> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-video/video-player-direct.md).

# Video Player ( Direct )

## Webflow's Limitations

Webflow uses Embed.ly for its video handling.&#x20;

Embed.ly does not support direct video links, which means that all video on Webflow MUST be served through a provider such as Vimeo or YouTube.&#x20;

<https://embed.ly/providers>

## Need&#x20;

A user has a video that they want to add to;&#x20;

* A site element
* Within a blog post
* To a CMS item, as a video or within a lightboxed image gallery&#x20;

Webflow has a video element, a CMS video field, and a lightbox

|                             | Webflow                                                       | SA5                                                                                                            |
| --------------------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Video element               | Supported, Embed.ly compatable sources only                   |                                                                                                                |
| Video lightbox              | Supported, Embed.ly compatable sources only                   |                                                                                                                |
| Video lightbox in Rich Text | -                                                             | <ul><li>Embed an image, link it directly to an MP4</li><li>SA5 sees this and handles the lightboxing</li></ul> |
| Video element in Rich Text  | <p>Embed.ly-only.  <br>Still has a bug with API-setting? </p> |                                                                                                                |
| CMS Video field             | Can be bound to an element                                    |                                                                                                                |
| Background video            | Upload, compress, use                                         | ? Replace this with an external source                                                                         |

All of Webflow's sources support Embed.ly compatable sources.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-video/video-player-direct.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
