Page 1 of 1

How to stop a video which is embedded using external link?

Posted: Wed Nov 12, 2014 9:11 am
by vaxa
Hi,
I am getting problem with video that I have embedded using vimeo link. But the problem is it is not stops when I hide the container in which the video is playing.
Please anyone help out here!
Thanks in advance

Re: How to stop a video which is embedded using external lin

Posted: Wed Nov 12, 2014 1:49 pm
by Hopki
Hi,
You need to unload the video, make sure you have unloaded selected in the external loader. This is of course if your using flash as the output.
In the HTML5 output you would use a set text action to clear the text out of the text box displaying the video, so set text => text: (leave blank) => target: text box.

Regards,
Hopki

Re: How to stop a video which is embedded using external lin

Posted: Thu Nov 13, 2014 8:54 am
by vaxa
Hi Hopki ,

it worked.
Thanks a lot for the great help!

Regards
Hakan

Re: How to stop a video which is embedded using external lin

Posted: Thu Jan 29, 2015 4:57 pm
by the_b
Hallo Hakan,
hallo Hopki,

I still have the same problem and do not know what it is mean with "unload the video". Were can I do this in the skin or what is to do?

Thanks for help!
Bert

Re: How to stop a video which is embedded using external lin

Posted: Thu Jan 29, 2015 5:22 pm
by Hopki
Hi Bert,
I assume we are talking about HTML5.

You enter iFrame code to show a video in a text box. This starts the video.
You then close it with an set text action to set text... leave blank to the text box.
This unloads the previous code and stops the video playing.

Regards,
Hopki