Instant load Youtube video on Screen Initialize --- is not working

Youtube player: Instant load block is not working with Screen Initialize block
But works well with On Button Clock Block

1 Like

Because you should use the initialize event from the component instead

1 Like

Let’s say it’s something similar to what happens with the FAB component, use a Clock :thinking:

3 Likes

But Youtube Payer Component’s Intialize block is taking some time to trigger
about 5 seconds

1 Like

as @yanquisalexander said use a clock and set clock enable to true in initialize and set for 2 or 3 sec and when clock timer do, disable clock timer and load video.

3 Likes

And thats complete okay.
The component needs a specific time to setup all things.
Use its event or you can get problems

1 Like

Clock is also not working properly
It is working with high time interval like 10 seconds
I think, the only way is to use initialize block in Youtube component