Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Video object and play programatically [Question] #161

Open
guillermo7227 opened this issue Nov 13, 2019 · 0 comments
Open

Create a Video object and play programatically [Question] #161

guillermo7227 opened this issue Nov 13, 2019 · 0 comments

Comments

@guillermo7227
Copy link

I did this

import { Video } from 'nativescript-videoplayer';
this.player = new Video();
this.player.src = 'valid video url';
this.player.play();

Does it need to be visible to play?

@guillermo7227 guillermo7227 changed the title Create a Video object and play programatically Create a Video object and play programatically [Question] Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant