portalgraphics HTML5 Drawing Procedure

Replaces Flash-based portalgraphics drawing procedure display with a video tag

Tác giả
DoomTay
Cài đặt hàng ngày
0
Số lần cài đặt
49
Đánh giá
1 0 0
Phiên bản
1.0.0
Đã tạo
22-12-2016
Đã cập nhật
22-12-2016
Size
1 KB
Giấy phép
N/A
Áp dụng cho

Interestingly enough, the making-of videos run in Flash, but use an MP4 for the actual video itself, which means it's possible to replace that Flash object with a <video> tag. A bummer this was never implemented officially, even though the capability was there for about two years.

The original Flash objects had timed displays of the tool used during each steps. However, I do not see that being carried over to this in near future for two reasons:

  1. The steps are represented in placeholder strings, and the file that converts those strings into actual words has been lost
  2. More importantly, the timing of the step displays are based on the current frame number, while the <video> element's current time is displayed in seconds. Converting one to the other would involve making assumptions about the video's framerate, which I would not be comfortable with doing.