videoplay 0.2.4
videoplay: ^0.2.4 copied to clipboard
Embed video players in your webpage, and control them in Dart.
Example applications #
To try out the examples, download the source to your computer:
$ git clone https://github.com/groboclown/videoplay.dart.git
$ cd videoplay.dart
get the necessary packages:
$ pub install
serve the examples in a local web server:
$ pub serve example
and point your browser to localhost:8080.
video-select #
Shows how you can embed a video player, change out the playing video, be notified of status changes, and control the video playback through Dart.
multiple-videos #
Shows how multiple video players can be added to the same page and be independently controlled. Also shows how video players can be removed from the page.