ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,112
- Points
- 823
Reputation:
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:
Read more
Continue reading...
<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() {...
Read more
Continue reading...