The Entrenador de Carambola Guiada includes a full video tutorial covering all 148 active plays. The video modal is tightly integrated with the play selector — when you open the tutorial for play 037, it automatically seeks to the moment that play is introduced, so you spend zero time scrubbing for the right section.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/losyoguis/149tresbandas/llms.txt
Use this file to discover all available pages before exploring further.
Opening the Video
Click Videotutorial in the practice controls row (just to the right of the play selector dropdown). The modal opens immediately and begins loading the video at the correct timestamp for the currently selected play. Inside the modal you can also navigate directly between plays using the Anterior and Siguiente buttons — the video will seek to each play’s timestamp as you step through the sequence. Close the modal with the × button in the top-right corner, the Cerrar button at the bottom, the Escape key, or by clicking anywhere outside the modal panel.Platform-Adaptive Video Source
The app detects the device type and loads the appropriate video source:| Platform | Source | Identifier |
|---|---|---|
| Desktop / Laptop | Google Drive iframe | 1JCC4aoJQ8q_wCdvEyT5iBR3wzx2HoEah |
| Mobile (Android / iOS) | YouTube embed | yHSlryjw8z0 |
<iframe> element in index.html carries both identifiers and the app chooses at runtime:
index.html
dvh height units and safe-area insets for notched browsers. The Drive source is used on desktop because it embeds reliably inside Google Sites iframes without authentication prompts.
Timestamp Data
Each of the 148 plays has two timestamps stored in the app:posicion— the moment the initial ball placement is shown on screenrecorrido— the moment the route is demonstrated by the player
posicion timestamp so you see the setup first, then the execution. Here are the entries for the first five plays:
Reference Images Panel
The modal includes a side panel (Imágenes de referencia de la jugada) that displays the reference images for the current play alongside the video:posicion_inicial_NNN.webp— the starting ball layoutrecorrido_guia_NNN.webp— the route overlay (the source of the green master guide)
Google Drive does not support JavaScript-controlled time-seeking via the iframe API. When the Drive source is used (desktop), the video opens at the beginning of the file — you will need to scrub manually to the play’s timestamp. On mobile, YouTube supports direct
&start= parameter injection, so the video jumps directly to the correct second. Use YouTube (mobile) for the best timestamp-access experience.