YouTube video using Activity starter

Hey there,
I just wanted to know if it is possible to play a specific YouTube video using Activity starter.
If yes, then how?

Just use the activity as if it were to open a webpage but opening the video link

1 Like

Thanks for replying but I didn’t got you. Do you mean entering the video URL in the activity starter? :thinking:

Yeah
Just use

Action: android.intent.action.VIEW
DataUri: youtube_url
2 Likes

Sorry of disturbuting you, I again need your help.
Can you tell me how to show full screen video using tis method.

Then set DataUri to https://www.youtube.com/embed/VIDEO_ID

Not working. :frowning_face:

That’s the maximum fullscreen you can get using ActivityStarter
YouTube doesn’t allow what you want then

No, it’s not showing any full screen. It is just showing the normal small screen.

can you show blocks for android.intent.action.VIEW

I have used this but not working

There’s already a YouTube player component in Makeroid Butterfly. You now no longer need to use this method.

Thanks But i want to play other links. this youtube link is just for example

I Got Answer… if this help mark as Solution

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.