# Advanced

***

Explore the power of Advanced Connectors in this guide. These versatile tools offer precise control, dynamic animations, and seamless transitions to elevate your video projects. Discover how to unlock their full potential and unleash your creative vision.

### **Custom Change:**

Custom Change redefines what's possible by enabling you to select a layer and specify a path in the code leading to a specific keyframe. You can then introduce logic to that keyframe, creating dynamic animations and interactions. For example, you can animate a bar graph along the Y-axis and make it responsive to data values, creating dynamic data visualizations.

### **Advanced Config:**

In the Advanced Config section, you can configure text settings for right-to-left (RTL) text and Arabic, giving you precise control over text display and formatting.

### **Player Events:**

With Player Events, you have the freedom to add custom code to specific events within your video. These events include:

* **onAllReady**: When the video is ready to play.
* **onFirstPlay**: Immediately after the viewer clicks play.
* **OnPlay**: Every time the user presses play.
* **OnFrame**: When the video reaches a specific frame.
* **OnReplay**: When the viewer finishes watching the video and presses replay.
* **OnPause**: When the viewer clicks pause.
* **OnMute**: When the viewer mutes the video.
* **OnUnmute**: When the video is unmuted.


---

# Agent Instructions: 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://help.blings.io/creator/studio/connectors/advanced.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.
