- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm using this code to post a page node in an overlay. The page node has an iframe of a video.
<a href="/pages/video/" data-xf-click="overlay">
Everything works swell but when I close the overlay, the video still plays.
Is there any way I can get the iframe to refresh (since the video loads paused) or the video to stop when I close the overlay?
Not sure but this script snippet below helps with refreshing iframe I think.
Code:
<a href="/pages/video/" data-xf-click="overlay">
Everything works swell but when I close the overlay, the video still plays.
Is there any way I can get the iframe to refresh (since the video loads paused) or the video to stop when I close the overlay?
Not sure but this script snippet below helps with refreshing iframe I think.
Code:
function reload() {...
نام موضوع : Refreshing Iframe When Overlay Closed