How to stop the ForgeJs player ?
-
- Posts: 7
- Joined: Mon Feb 19, 2018 2:03 pm
How to stop the ForgeJs player ?
I want to have a close icon anywhere over the player upon clicking on that Forge player should get closed.Is there any stop event which I can call upon clicking on close icon ?
-
- Posts: 7
- Joined: Mon Feb 19, 2018 2:03 pm
Re: How to stop the ForgeJs player ?
We have resolved this issue by using the below code
let video = this.viewer1.story.scenes[0].media.displayObject;
video.pause();
Is this is the right approach to stop or pause the forge js player, I want forcefully destroy the player. If there is any other way to accomplish it please update me.
let video = this.viewer1.story.scenes[0].media.displayObject;
video.pause();
Is this is the right approach to stop or pause the forge js player, I want forcefully destroy the player. If there is any other way to accomplish it please update me.
Re: How to stop the ForgeJs player ?
You want to stop a video playback only or do something else?
There are also many destroy methods if you're looking after a removal.
There are also many destroy methods if you're looking after a removal.
Who is online
Users browsing this forum: No registered users and 2 guests