Play video with rounded corners

How do you play a video with rounded corners?
Example:
Procedure:
Example:
Procedure:
- Draw a field on a page and name it VideoPlayer
- Copy an MP4 video to the book folder and flag it for inclusion in the exported DHTML tree using the DHTML Export Tree Manager.
- Execute pgStyleObject() for the on load page event for the VideoPlayer field with these parameters:
- Execute htmlVideoLoader() for the on load page event for the VideoPlayer field with these parameters:
- You final actions on the VideoPlayer field should look like this:
- Export your sample page and the video should play like the example shown at the top of this post.