preload method

Video preload(
  1. String p
)

Implementation

Video preload(String p) {
  attr('preload', StringAttribute(p));
  return this;
}