Final version for the video controller.
This version is a bit different from the previous one.
Firstly,
The Video controller Symbol no longer needs to have a class name or an id.
The innerHTML Video elements tag MUST have the class name of “hype_mp4video”
Example on the innerHTML of a video element containing the correct classname:
<video height="286px" class="hype_mp4video">
<source src="${resourcesFolderName}/Shakira.mp4" type="video/mp4">
</video>
- The Controller will now workout how many videos are on the current
scene with that class. And can now play them all. - The Controller has a new button that will list the the current
scenes videos ( that have the correct class name). - Clicking a video items in the slider will change the controls over
to that video and start that video - Clicking a video on the scene will change the controls over to
that video and start that video. - The time code has an added tick gfx.
- When sound is changed in full screen mode, the gfx will now also
change on the controller.
Remember you can scale the controller by holding the command key down and using one of the symbol element’s drag handles