Forum Discussion
LeeNielsen-33f4
5 years agoCommunity Member
Trigger: Reset media Video 1 - "myvid.mp4" to frame 1 When Media completes.
By default when a media object is activated by the end users (clicked or triggered) it finishes by pausing on the last frame of the video.
I want my video to revert back to the intial first frame ...
JerryBeaucaire
5 years agoCommunity Member
Then you're stuck using the thumbnail approach. What I would do then is:
- Snip out an image from the video to serve as a static thumbnail. Add whatever text if you want and arrow in the middle so it's obvious you're supposed to click it.
- Add a HOVER state to the THUMBNAIL and make the center arrow notably large in the hover state.
- Place the thumbnail directly over the video.
- Add triggers to the thumbnail:
- Play media video1 when user clicks
- Change the state of object thumbnail to hidden when user clicks
- Add a trigger to the video:
- Change the state of object thumbnail to normal when media video1 completes
That should give you the effect you want.
Related Content
- 6 months ago
- 3 months ago
- 10 years ago