Mobile Integration

🚧

Important! Before any request be sure you're authenticated and the Authorization token has not expired.

Here we are going to show you how to get your iframe running in your application without making your video public!
We'll use the same iframe from the other section as example and enhance it's code using a query parameter called authorization, in this query parameter you'll use the same Authorization header returned from the Media Search API.

Iframe using the Authorization in it's structure to exhibit the Smart Player®:

<iframe src="https://player.scaleup.com.br/embed/ea6531ab6585a77c49686fc88895ebf14d372d4c?authorization=MY-OBTAINED-AUTH-CODE"
    title="What are Server Side Rendering (SSR) & Client Side Rendering (CSR) _ Pros Cons"
    allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""
    style="width: 100%; aspect-ratio: 16 / 9; border: 0px; margin: 0px auto;"></iframe>

Note: Change the MY-OBTAINED-AUTH-CODE to your actual Authorization returned from the service.


Embedding with FlutterFlow

Using WebView we get a result like this: